Home
last modified time | relevance | path

Searched refs:tmp_dest (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/gd/libgd/
H A Dgdkanji.c555 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-7.4/ext/oci8/
H A Doci8_interface.c663 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()
2399 zval *tmp_dest, *tmp_from, *z_collection_dest = getThis(), *z_collection_from; in PHP_FUNCTION() local
2413 …if ((tmp_dest = zend_hash_str_find(Z_OBJPROP_P(z_collection_dest), "collection", sizeof("collectio… in PHP_FUNCTION()
2423 PHP_OCI_ZVAL_TO_COLLECTION(tmp_dest, collection_dest); in PHP_FUNCTION()

Completed in 16 milliseconds