Home
last modified time | relevance | path

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

/PHP-7.4/ext/iconv/
H A Diconv.c729 *pretval = (size_t)-1; in _php_iconv_strlen()
776 *pretval = cnt; in _php_iconv_strlen()
784 *pretval = cnt; in _php_iconv_strlen()
847 smart_str_0(pretval); in _php_iconv_substr()
925 smart_str_0(pretval); in _php_iconv_substr()
968 *pretval = (size_t)-1; in _php_iconv_strpos()
1040 *pretval = match_ofs; in _php_iconv_strpos()
1081 *pretval = match_ofs; in _php_iconv_strpos()
1227 smart_str_appendc(pretval, '?'); in _php_iconv_mime_encode()
1441 smart_str_0(pretval); in _php_iconv_mime_encode()
[all …]
/PHP-7.4/ext/standard/
H A Dfilters.c1220 *pretval = NULL; in php_conv_get_string_prop_ex()
1227 *pretval = pemalloc(ZSTR_LEN(str) + 1, persistent); in php_conv_get_string_prop_ex()
1229 memcpy(*pretval, ZSTR_VAL(str), ZSTR_LEN(str) + 1); in php_conv_get_string_prop_ex()
1244 *pretval = 0; in php_conv_get_ulong_prop_ex()
1246 *pretval = lval; in php_conv_get_ulong_prop_ex()
1250 *pretval = 0; in php_conv_get_ulong_prop_ex()
1259 *pretval = zend_is_true(tmpval); in php_conv_get_bool_prop_ex()
1262 *pretval = 0; in php_conv_get_bool_prop_ex()
1268 static int php_conv_get_uint_prop_ex(const HashTable *ht, unsigned int *pretval, char *field_name, … in php_conv_get_uint_prop_ex() argument
1273 *pretval = 0; in php_conv_get_uint_prop_ex()
[all …]

Completed in 20 milliseconds