Home
last modified time | relevance | path

Searched refs:svalue (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/ext/intl/formatter/
H A Dformatter_attr.c211 UChar *svalue = NULL; in PHP_FUNCTION() local
231 intl_convert_utf8_to_utf16(&svalue, &slength, value, len, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
236 if (svalue) { in PHP_FUNCTION()
237 efree(svalue); in PHP_FUNCTION()
303 UChar* svalue = 0; in PHP_FUNCTION() local
330 unum_setSymbol(FORMATTER_OBJECT(nfo), symbol, svalue, slength, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
331 if (svalue) { in PHP_FUNCTION()
332 efree(svalue); in PHP_FUNCTION()
392 UChar* svalue = NULL; in PHP_FUNCTION() local
413 if (svalue) { in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/intl/dateformat/
H A Ddateformat.c83 UChar* svalue = NULL; /* UTF-16 pattern_str */ in datefmt_ctor() local
121 intl_convert_utf8_to_utf16(&svalue, &slength, in datefmt_ctor()
149 …en(UDAT_IGNORE, UDAT_IGNORE, locale, timezone_utf16, timezone_utf16_len, svalue, slength, &INTL_DA… in datefmt_ctor()
151 …t_open(time_type, date_type, locale, timezone_utf16, timezone_utf16_len, svalue, slength, &INTL_DA… in datefmt_ctor()
182 if (svalue) { in datefmt_ctor()
183 efree(svalue); in datefmt_ctor()
H A Ddateformat_attr.c257 UChar* svalue = NULL; in PHP_FUNCTION() local
275 intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(dfo)); in PHP_FUNCTION()
278 udat_applyPattern(DATE_FORMAT_OBJECT(dfo), (UBool)is_pattern_localized, svalue, slength); in PHP_FUNCTION()
280 if (svalue) { in PHP_FUNCTION()
281 efree(svalue); in PHP_FUNCTION()
/PHP-5.3/sapi/caudium/
H A Dcaudium.c96 struct svalue done_cb;
167 struct svalue *headers, *value; in lookup_header()
186 struct svalue *head = NULL; in lookup_string_header()
198 struct svalue *head = NULL; in lookup_integer_header()
284 struct svalue hsval; in php_caudium_set_header()
363 struct svalue *s_headermap; in php_caudium_low_send_headers()
485 struct svalue *headers; in low_sapi_caudium_register_variables()
487 struct svalue *ind; in low_sapi_caudium_register_variables()
488 struct svalue *val; in low_sapi_caudium_register_variables()
700 struct svalue *done_callback; in f_php_caudium_request_handler()
[all …]
/PHP-5.3/sapi/roxen/
H A Droxen.c165 static INLINE struct svalue *lookup_header(char *headername) in lookup_header()
167 struct svalue *headers, *value; in lookup_header()
188 struct svalue *head = NULL; in lookup_string_header()
200 struct svalue *head = NULL; in lookup_integer_header()
288 struct svalue hsval; in php_roxen_set_header()
291 struct svalue *s_headermap; in php_roxen_set_header()
303 struct svalue mappie; in php_roxen_set_header()
352 struct svalue *s_headermap; in php_roxen_low_send_headers()
529 struct svalue *headers; in php_roxen_hash_environment()
532 struct svalue *ind, *val; in php_roxen_hash_environment()
[all …]

Completed in 22 milliseconds