Home
last modified time | relevance | path

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

/PHP-7.0/ext/mbstring/
H A Dmb_gpc.c199 int n, num, *len_list = NULL; in _php_mb_encoding_handler_ex() local
228 len_list = (int *)ecalloc(num, sizeof(int)); in _php_mb_encoding_handler_ex()
237 len_list[n] = php_url_decode(var, val-var); in _php_mb_encoding_handler_ex()
243 len_list[n] = php_url_decode(val, strlen(val)); in _php_mb_encoding_handler_ex()
250 len_list[n] = 0; in _php_mb_encoding_handler_ex()
276 string.len = len_list[n]; in _php_mb_encoding_handler_ex()
313 string.len = len_list[n]; in _php_mb_encoding_handler_ex()
321 string.len = len_list[n]; in _php_mb_encoding_handler_ex()
327 val_len = len_list[n]; in _php_mb_encoding_handler_ex()
352 if (len_list != NULL) { in _php_mb_encoding_handler_ex()
[all …]

Completed in 19 milliseconds