Home
last modified time | relevance | path

Searched refs:rval (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/standard/
H A Dvar_unserializer.c89 Z_ADDREF_PP(rval); in var_push_dtor()
653 INIT_PZVAL(*rval); in php_var_unserialize()
808 INIT_PZVAL(*rval); in php_var_unserialize()
845 INIT_PZVAL(*rval); in php_var_unserialize()
901 INIT_PZVAL(*rval); in php_var_unserialize()
950 INIT_PZVAL(*rval); in php_var_unserialize()
1048 INIT_PZVAL(*rval); in php_var_unserialize()
1114 INIT_PZVAL(*rval); in php_var_unserialize()
1176 INIT_PZVAL(*rval); in php_var_unserialize()
1191 INIT_PZVAL(*rval); in php_var_unserialize()
[all …]
H A Dvar_unserializer.re87 Z_ADDREF_PP(rval);
509 *rval = *rval_ref;
510 Z_ADDREF_PP(rval);
532 *rval = *rval_ref;
533 Z_ADDREF_PP(rval);
541 INIT_PZVAL(*rval);
542 ZVAL_NULL(*rval);
548 INIT_PZVAL(*rval);
575 INIT_PZVAL(*rval);
582 INIT_PZVAL(*rval);
[all …]
H A Dphp_var.h53 PHPAPI int php_var_unserialize(zval **rval, const unsigned char **p, const unsigned char *max, php_…
118 PHPAPI void var_push_dtor_no_addref(php_unserialize_data_t *var_hashx, zval **rval);
/PHP-5.5/ext/curl/
H A Dinterface.c1382 int rval = CURL_FNMATCHFUNC_FAIL; in curl_fnmatch() local
1427 rval = Z_LVAL_P(retval_ptr); in curl_fnmatch()
1436 return rval; in curl_fnmatch()
1447 size_t rval = 0; in curl_progress() local
1507 rval = 1; in curl_progress()
1519 return rval; in curl_progress()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c569 int rval; in mprint() local
576 rval = file_printf(ms, m->desc, cp); in mprint()
579 if (rval == -1) in mprint()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch3007 int rval;
3015 rval = file_printf(ms, m->desc, cp);
3019 if (rval == -1)

Completed in 28 milliseconds