tmp_dest          561 ext/gd/libgd/gdkanji.c   static unsigned char tmp_dest[BUFSIZ];
tmp_dest          574 ext/gd/libgd/gdkanji.c   ret = do_check_and_conv (tmp_dest, src);
tmp_dest          575 ext/gd/libgd/gdkanji.c   if (strlen ((const char *) tmp_dest) >= dest_max)
tmp_dest          581 ext/gd/libgd/gdkanji.c   ustrcpy (dest, tmp_dest);
tmp_dest          583 ext/oci8/oci8_interface.c 	zval *tmp_dest, *tmp_from, *z_descriptor_dest = getThis(), *z_descriptor_from;
tmp_dest          597 ext/oci8/oci8_interface.c 	if ((tmp_dest = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_dest), "descriptor", sizeof("descriptor")-1)) == NULL) {
tmp_dest          607 ext/oci8/oci8_interface.c 	PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp_dest, descriptor_dest);
tmp_dest          814 ext/oci8/oci8_interface.c 	zval *tmp_dest, *tmp_from, *z_descriptor_dest, *z_descriptor_from;
tmp_dest          822 ext/oci8/oci8_interface.c 	if ((tmp_dest = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_dest), "descriptor", sizeof("descriptor")-1)) == NULL) {
tmp_dest          832 ext/oci8/oci8_interface.c 	PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp_dest, descriptor_dest);
tmp_dest         2289 ext/oci8/oci8_interface.c 	zval *tmp_dest, *tmp_from, *z_collection_dest = getThis(), *z_collection_from;
tmp_dest         2303 ext/oci8/oci8_interface.c 	if ((tmp_dest = zend_hash_str_find(Z_OBJPROP_P(z_collection_dest), "collection", sizeof("collection")-1)) == NULL) {
tmp_dest         2313 ext/oci8/oci8_interface.c 	PHP_OCI_ZVAL_TO_COLLECTION(tmp_dest, collection_dest);