Searched refs:tmp_dest (Results 1 – 2 of 2) sorted by relevance
/PHP-7.1/ext/gd/libgd/ |
H A D | gdkanji.c | 561 static unsigned char tmp_dest[BUFSIZ]; in any2eucjp() local 574 ret = do_check_and_conv (tmp_dest, src); in any2eucjp() 575 if (strlen ((const char *) tmp_dest) >= dest_max) in any2eucjp() 581 ustrcpy (dest, tmp_dest); in any2eucjp()
|
/PHP-7.1/ext/oci8/ |
H A D | oci8_interface.c | 648 zval *tmp_dest, *tmp_from, *z_descriptor_dest = getThis(), *z_descriptor_from; in PHP_FUNCTION() local 662 …if ((tmp_dest = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_dest), "descriptor", sizeof("descripto… in PHP_FUNCTION() 672 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp_dest, descriptor_dest); in PHP_FUNCTION() 879 zval *tmp_dest, *tmp_from, *z_descriptor_dest, *z_descriptor_from; in PHP_FUNCTION() local 887 …if ((tmp_dest = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_dest), "descriptor", sizeof("descripto… in PHP_FUNCTION() 897 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp_dest, descriptor_dest); in PHP_FUNCTION() 2335 zval *tmp_dest, *tmp_from, *z_collection_dest = getThis(), *z_collection_from; in PHP_FUNCTION() local 2349 …if ((tmp_dest = zend_hash_str_find(Z_OBJPROP_P(z_collection_dest), "collection", sizeof("collectio… in PHP_FUNCTION() 2359 PHP_OCI_ZVAL_TO_COLLECTION(tmp_dest, collection_dest); in PHP_FUNCTION()
|
Completed in 12 milliseconds