Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/
H A Dmb_gpc.c201 int n, num, *len_list = NULL; in _php_mb_encoding_handler_ex() local
230 len_list = (int *)ecalloc(num, sizeof(int)); in _php_mb_encoding_handler_ex()
239 len_list[n] = php_url_decode(var, val-var); in _php_mb_encoding_handler_ex()
245 len_list[n] = php_url_decode(val, strlen(val)); in _php_mb_encoding_handler_ex()
252 len_list[n] = 0; in _php_mb_encoding_handler_ex()
278 string.len = len_list[n]; in _php_mb_encoding_handler_ex()
315 string.len = len_list[n]; in _php_mb_encoding_handler_ex()
323 string.len = len_list[n]; in _php_mb_encoding_handler_ex()
329 val_len = len_list[n]; in _php_mb_encoding_handler_ex()
354 if (len_list != NULL) { in _php_mb_encoding_handler_ex()
[all …]

Completed in 8 milliseconds