Lines Matching refs:val_list
168 char *strtok_buf = NULL, **val_list = NULL; in _php_mb_encoding_handler_ex() local
188 val_list = (char **)ecalloc(num, sizeof(char *)); in _php_mb_encoding_handler_ex()
198 val_list[n] = var; in _php_mb_encoding_handler_ex()
202 val_list[n] = val; in _php_mb_encoding_handler_ex()
206 val_list[n] = var; in _php_mb_encoding_handler_ex()
209 val_list[n] = ""; in _php_mb_encoding_handler_ex()
230 …from_encoding = mb_guess_encoding_for_strings((const unsigned char**)val_list, len_list, num, info… in _php_mb_encoding_handler_ex()
244 …zend_string *converted_var = mb_fast_convert((unsigned char*)val_list[n], len_list[n], from_encodi… in _php_mb_encoding_handler_ex()
249 …zend_string *converted_val = mb_fast_convert((unsigned char*)val_list[n], len_list[n], from_encodi… in _php_mb_encoding_handler_ex()
262 var = val_list[n++]; in _php_mb_encoding_handler_ex()
263 val = estrndup(val_list[n], len_list[n]); in _php_mb_encoding_handler_ex()
273 if (val_list != NULL) { in _php_mb_encoding_handler_ex()
274 efree((void *)val_list); in _php_mb_encoding_handler_ex()