Searched refs:tmp_dest (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/gd/libgd/ |
H A D | gdkanji.c | 555 static unsigned char tmp_dest[BUFSIZ]; in any2eucjp() local 568 ret = do_check_and_conv (tmp_dest, src); in any2eucjp() 569 if (strlen ((const char *) tmp_dest) >= dest_max) in any2eucjp() 575 ustrcpy (dest, tmp_dest); in any2eucjp()
|
/PHP-8.2/ext/oci8/ |
H A D | oci8_interface.c | 564 zval *tmp_dest, *tmp_from, *z_descriptor_dest, *z_descriptor_from; in PHP_FUNCTION() local 571 …if ((tmp_dest = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_dest), "descriptor", sizeof("descripto… in PHP_FUNCTION() 581 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp_dest, descriptor_dest); in PHP_FUNCTION() 747 zval *tmp_dest, *tmp_from, *z_descriptor_dest, *z_descriptor_from; in PHP_FUNCTION() local 763 …if ((tmp_dest = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_dest), "descriptor", sizeof("descripto… in PHP_FUNCTION() 773 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp_dest, descriptor_dest); in PHP_FUNCTION() 2165 zval *tmp_dest, *tmp_from, *z_collection_dest, *z_collection_from; in PHP_FUNCTION() local 2172 …if ((tmp_dest = zend_hash_str_find(Z_OBJPROP_P(z_collection_dest), "collection", sizeof("collectio… in PHP_FUNCTION() 2182 PHP_OCI_ZVAL_TO_COLLECTION(tmp_dest, collection_dest); in PHP_FUNCTION()
|
Completed in 15 milliseconds