Searched refs:tmp_dest (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/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.2/ext/oci8/ |
H A D | oci8_interface.c | 663 zval *tmp_dest, *tmp_from, *z_descriptor_dest = getThis(), *z_descriptor_from; in PHP_FUNCTION() local 677 …if ((tmp_dest = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_dest), "descriptor", sizeof("descripto… in PHP_FUNCTION() 687 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp_dest, descriptor_dest); in PHP_FUNCTION() 894 zval *tmp_dest, *tmp_from, *z_descriptor_dest, *z_descriptor_from; in PHP_FUNCTION() local 902 …if ((tmp_dest = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_dest), "descriptor", sizeof("descripto… in PHP_FUNCTION() 912 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp_dest, descriptor_dest); in PHP_FUNCTION() 2394 zval *tmp_dest, *tmp_from, *z_collection_dest = getThis(), *z_collection_from; in PHP_FUNCTION() local 2408 …if ((tmp_dest = zend_hash_str_find(Z_OBJPROP_P(z_collection_dest), "collection", sizeof("collectio… in PHP_FUNCTION() 2418 PHP_OCI_ZVAL_TO_COLLECTION(tmp_dest, collection_dest); in PHP_FUNCTION()
|
Completed in 14 milliseconds