Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dvar_unserializer.c99 Z_ADDREF_PP(rval); in var_push_dtor()
100 *slot = *rval; in var_push_dtor()
495 zval *zv = *rval; in object_common2()
693 INIT_PZVAL(*rval); in php_var_unserialize()
856 INIT_PZVAL(*rval); in php_var_unserialize()
896 INIT_PZVAL(*rval); in php_var_unserialize()
958 INIT_PZVAL(*rval); in php_var_unserialize()
1012 INIT_PZVAL(*rval); in php_var_unserialize()
1110 INIT_PZVAL(*rval); in php_var_unserialize()
1176 INIT_PZVAL(*rval); in php_var_unserialize()
[all …]
H A Dvar_unserializer.re97 Z_ADDREF_PP(rval);
98 *slot = *rval;
499 zval *zv = *rval;
550 *rval = *rval_ref;
551 Z_ADDREF_PP(rval);
573 *rval = *rval_ref;
574 Z_ADDREF_PP(rval);
582 INIT_PZVAL(*rval);
583 ZVAL_NULL(*rval);
589 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.6/ext/curl/
H A Dinterface.c1377 int rval = CURL_FNMATCHFUNC_FAIL; in curl_fnmatch() local
1422 rval = Z_LVAL_P(retval_ptr); in curl_fnmatch()
1431 return rval; in curl_fnmatch()
1442 size_t rval = 0; in curl_progress() local
1502 rval = 1; in curl_progress()
1514 return rval; in curl_progress()
/PHP-5.6/ext/fileinfo/libmagic/
H A Dsoftmagic.c603 int rval; in mprint() local
610 rval = file_printf(ms, F(m->desc, "%s"), cp); in mprint()
613 if (rval == -1) in mprint()
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch3102 int rval;
3110 rval = file_printf(ms, F(m->desc, "%s"), cp);
3114 if (rval == -1)

Completed in 38 milliseconds