Home
last modified time | relevance | path

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

/PHP-7.1/ext/iconv/
H A Diconv.c754 *pretval = (size_t)-1; in _php_iconv_strlen()
803 *pretval = cnt; in _php_iconv_strlen()
811 *pretval = cnt; in _php_iconv_strlen()
873 smart_str_0(pretval); in _php_iconv_substr()
952 smart_str_0(pretval); in _php_iconv_substr()
993 *pretval = (size_t)-1; in _php_iconv_strpos()
1064 *pretval = match_ofs; in _php_iconv_strpos()
1105 *pretval = match_ofs; in _php_iconv_strpos()
1250 smart_str_appendc(pretval, '?'); in _php_iconv_mime_encode()
1464 smart_str_0(pretval); in _php_iconv_mime_encode()
[all …]
/PHP-7.1/ext/standard/
H A Dfilters.c1219 *pretval = NULL; in php_conv_get_string_prop_ex()
1225 if (NULL == (*pretval = pemalloc(ZSTR_LEN(str) + 1, persistent))) { in php_conv_get_string_prop_ex()
1230 memcpy(*pretval, ZSTR_VAL(str), ZSTR_LEN(str) + 1); in php_conv_get_string_prop_ex()
1245 *pretval = 0; in php_conv_get_ulong_prop_ex()
1247 *pretval = lval; in php_conv_get_ulong_prop_ex()
1251 *pretval = 0; in php_conv_get_ulong_prop_ex()
1260 *pretval = zend_is_true(tmpval); in php_conv_get_bool_prop_ex()
1263 *pretval = 0; in php_conv_get_bool_prop_ex()
1269 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
1274 *pretval = 0; in php_conv_get_uint_prop_ex()
[all …]

Completed in 41 milliseconds