Lines Matching refs:len_list
199 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()
245 len_list[n] = php_url_decode(var, strlen(var)); 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()
353 efree((void *)len_list); in _php_mb_encoding_handler_ex()