Home
last modified time | relevance | path

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

/PHP-8.1/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-8.1/ext/oci8/
H A Doci8_interface.c564 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()
2155 zval *tmp_dest, *tmp_from, *z_collection_dest, *z_collection_from; in PHP_FUNCTION() local
2162 …if ((tmp_dest = zend_hash_str_find(Z_OBJPROP_P(z_collection_dest), "collection", sizeof("collectio… in PHP_FUNCTION()
2172 PHP_OCI_ZVAL_TO_COLLECTION(tmp_dest, collection_dest); in PHP_FUNCTION()

Completed in 13 milliseconds