Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgdkanji.c562 static unsigned char tmp_dest[BUFSIZ]; in any2eucjp() local
575 ret = do_check_and_conv (tmp_dest, src); in any2eucjp()
576 if (strlen ((const char *) tmp_dest) >= dest_max) in any2eucjp()
582 ustrcpy (dest, tmp_dest); in any2eucjp()
/PHP-5.5/ext/oci8/
H A Doci8_interface.c567 zval **tmp_dest, **tmp_from, *z_descriptor_dest = getThis(), *z_descriptor_from; local
581 …OBJPROP_P(z_descriptor_dest), "descriptor", sizeof("descriptor"), (void **)&tmp_dest) == FAILURE) {
591 PHP_OCI_ZVAL_TO_DESCRIPTOR(*tmp_dest, descriptor_dest);
798 zval **tmp_dest, **tmp_from, *z_descriptor_dest, *z_descriptor_from; local
806 …OBJPROP_P(z_descriptor_dest), "descriptor", sizeof("descriptor"), (void **)&tmp_dest) == FAILURE) {
816 PHP_OCI_ZVAL_TO_DESCRIPTOR(*tmp_dest, descriptor_dest);
2214 zval **tmp_dest, **tmp_from, *z_collection_dest = getThis(), *z_collection_from; local
2228 …OBJPROP_P(z_collection_dest), "collection", sizeof("collection"), (void **)&tmp_dest) == FAILURE) {
2238 PHP_OCI_ZVAL_TO_COLLECTION(*tmp_dest, collection_dest);

Completed in 15 milliseconds