Home
last modified time | relevance | path

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

/PHP-5.6/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.6/ext/intl/dateformat/
H A Ddateformat_create.cpp57 UChar* svalue = NULL; /* UTF-16 pattern_str */ in datefmt_ctor() local
109 intl_convert_utf8_to_utf16(&svalue, &slength, in datefmt_ctor()
121 locale_str, NULL, 0, svalue, slength, in datefmt_ctor()
125 (UDateFormatStyle)date_type, locale_str, NULL, 0, svalue, in datefmt_ctor()
154 if (svalue) { in datefmt_ctor()
155 efree(svalue); in datefmt_ctor()
H A Ddateformat_attr.c133 UChar* svalue = NULL; in PHP_FUNCTION() local
151 intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(dfo)); in PHP_FUNCTION()
154 udat_applyPattern(DATE_FORMAT_OBJECT(dfo), (UBool)is_pattern_localized, svalue, slength); in PHP_FUNCTION()
156 if (svalue) { in PHP_FUNCTION()
157 efree(svalue); in PHP_FUNCTION()
/PHP-5.6/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.6/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 17 milliseconds