Home
last modified time | relevance | path

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

/PHP-8.2/ext/iconv/
H A Diconv.c565 *pretval = (size_t)-1; in _php_iconv_strlen()
607 *pretval = cnt; in _php_iconv_strlen()
669 smart_str_appendl(pretval, "", 0); in _php_iconv_substr()
670 smart_str_0(pretval); in _php_iconv_substr()
738 smart_str_0(pretval); in _php_iconv_substr()
781 *pretval = (size_t)-1; in _php_iconv_strpos()
846 *pretval = match_ofs; in _php_iconv_strpos()
986 smart_str_appendc(pretval, ' '); in _php_iconv_mime_encode()
994 smart_str_appendc(pretval, '?'); in _php_iconv_mime_encode()
1174 smart_str_0(pretval); in _php_iconv_mime_encode()
[all …]
/PHP-8.2/ext/standard/
H A Dfilters.c1088 *pretval = NULL; in php_conv_get_string_prop_ex()
1095 *pretval = pemalloc(ZSTR_LEN(str) + 1, persistent); in php_conv_get_string_prop_ex()
1097 memcpy(*pretval, ZSTR_VAL(str), ZSTR_LEN(str) + 1); in php_conv_get_string_prop_ex()
1112 *pretval = 0; in php_conv_get_ulong_prop_ex()
1114 *pretval = lval; in php_conv_get_ulong_prop_ex()
1118 *pretval = 0; in php_conv_get_ulong_prop_ex()
1127 *pretval = zend_is_true(tmpval); in php_conv_get_bool_prop_ex()
1130 *pretval = 0; in php_conv_get_bool_prop_ex()
1136 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
1141 *pretval = 0; in php_conv_get_uint_prop_ex()
[all …]

Completed in 16 milliseconds