Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/
H A Dmb_gpc.c201 int n, num, *len_list = NULL; in _php_mb_encoding_handler_ex() local
238 len_list = (int *)ecalloc(num, sizeof(int)); in _php_mb_encoding_handler_ex()
247 len_list[n] = php_url_decode(var, val-var); in _php_mb_encoding_handler_ex()
253 len_list[n] = php_url_decode(val, strlen(val)); in _php_mb_encoding_handler_ex()
260 len_list[n] = 0; in _php_mb_encoding_handler_ex()
286 string.len = len_list[n]; in _php_mb_encoding_handler_ex()
323 string.len = len_list[n]; in _php_mb_encoding_handler_ex()
331 string.len = len_list[n]; in _php_mb_encoding_handler_ex()
337 val_len = len_list[n]; in _php_mb_encoding_handler_ex()
367 if (len_list != NULL) { in _php_mb_encoding_handler_ex()
[all …]
/PHP-5.3/main/
H A Drfc1867.c47 php_mb_flush_gpc_variables(num_vars, val_list, len_list, array_ptr TSRMLS_CC); \
65 php_mb_gpc_encoding_converter(val_list, len_list, num_vars, NULL, NULL TSRMLS_CC); in php_mb_flush_gpc_variables()
73 efree(len_list); in php_mb_flush_gpc_variables()
93 int *len_list = *plen_list; in php_mb_gpc_stack_variable() local
99 len_list = *plen_list; in php_mb_gpc_stack_variable()
103 len_list[*num_vars] = strlen(param); in php_mb_gpc_stack_variable()
106 len_list[*num_vars] = strlen(value); in php_mb_gpc_stack_variable()
772 int str_len = 0, num_vars = 0, num_vars_max = 2*10, *len_list = NULL; local
848 len_list = (int *)ecalloc(num_vars_max+2, sizeof(int));
1196 php_mb_gpc_realloc_buffer(&val_list, &len_list, &num_vars_max, 1 TSRMLS_CC);
[all …]

Completed in 8 milliseconds