Home
last modified time | relevance | path

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

/PHP-7.2/ext/iconv/
H A Diconv.c745 *pretval = (size_t)-1; in _php_iconv_strlen()
794 *pretval = cnt; in _php_iconv_strlen()
802 *pretval = cnt; in _php_iconv_strlen()
864 smart_str_0(pretval); in _php_iconv_substr()
943 smart_str_0(pretval); in _php_iconv_substr()
984 *pretval = (size_t)-1; in _php_iconv_strpos()
1055 *pretval = match_ofs; in _php_iconv_strpos()
1096 *pretval = match_ofs; in _php_iconv_strpos()
1241 smart_str_appendc(pretval, '?'); in _php_iconv_mime_encode()
1455 smart_str_0(pretval); in _php_iconv_mime_encode()
[all …]
/PHP-7.2/ext/standard/
H A Dfilters.c1214 *pretval = NULL; in php_conv_get_string_prop_ex()
1220 *pretval = pemalloc(ZSTR_LEN(str) + 1, persistent); in php_conv_get_string_prop_ex()
1222 memcpy(*pretval, ZSTR_VAL(str), ZSTR_LEN(str) + 1); in php_conv_get_string_prop_ex()
1237 *pretval = 0; in php_conv_get_ulong_prop_ex()
1239 *pretval = lval; in php_conv_get_ulong_prop_ex()
1243 *pretval = 0; in php_conv_get_ulong_prop_ex()
1252 *pretval = zend_is_true(tmpval); in php_conv_get_bool_prop_ex()
1255 *pretval = 0; in php_conv_get_bool_prop_ex()
1261 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
1266 *pretval = 0; in php_conv_get_uint_prop_ex()
[all …]

Completed in 23 milliseconds