tmp_dest          562 ext/gd/libgd/gdkanji.c   static unsigned char tmp_dest[BUFSIZ];
tmp_dest          575 ext/gd/libgd/gdkanji.c   ret = do_check_and_conv (tmp_dest, src);
tmp_dest          576 ext/gd/libgd/gdkanji.c   if (strlen ((const char *) tmp_dest) >= dest_max)
tmp_dest          582 ext/gd/libgd/gdkanji.c   ustrcpy (dest, tmp_dest);
tmp_dest          567 ext/oci8/oci8_interface.c 	zval **tmp_dest, **tmp_from, *z_descriptor_dest = getThis(), *z_descriptor_from;
tmp_dest          581 ext/oci8/oci8_interface.c 	if (zend_hash_find(Z_OBJPROP_P(z_descriptor_dest), "descriptor", sizeof("descriptor"), (void **)&tmp_dest) == FAILURE) {
tmp_dest          591 ext/oci8/oci8_interface.c 	PHP_OCI_ZVAL_TO_DESCRIPTOR(*tmp_dest, descriptor_dest);
tmp_dest          798 ext/oci8/oci8_interface.c 	zval **tmp_dest, **tmp_from, *z_descriptor_dest, *z_descriptor_from;
tmp_dest          806 ext/oci8/oci8_interface.c 	if (zend_hash_find(Z_OBJPROP_P(z_descriptor_dest), "descriptor", sizeof("descriptor"), (void **)&tmp_dest) == FAILURE) {
tmp_dest          816 ext/oci8/oci8_interface.c 	PHP_OCI_ZVAL_TO_DESCRIPTOR(*tmp_dest, descriptor_dest);
tmp_dest         2261 ext/oci8/oci8_interface.c 	zval **tmp_dest, **tmp_from, *z_collection_dest = getThis(), *z_collection_from;
tmp_dest         2275 ext/oci8/oci8_interface.c 	if (zend_hash_find(Z_OBJPROP_P(z_collection_dest), "collection", sizeof("collection"), (void **)&tmp_dest) == FAILURE) {
tmp_dest         2285 ext/oci8/oci8_interface.c 	PHP_OCI_ZVAL_TO_COLLECTION(*tmp_dest, collection_dest);