Home | History | Annotate | Download | only in utils

Lines Matching refs:table_length

172    table_length: length of the configuration table
184 const loc_param_s_type* config_table, uint32_t table_length)
219 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
248 table_length: length of the configuration table
261 int loc_read_conf_r(FILE *conf_fp, const loc_param_s_type* config_table, uint32_t table_length)
265 unsigned int num_params=table_length;
273 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length);
313 table_length: length of the configuration table
325 const loc_param_s_type* config_table, uint32_t table_length)
329 if (conf_data && length && config_table && table_length) {
340 uint32_t num_params = table_length - 1;
348 num_params -= loc_fill_conf_item(input_buf, config_table, table_length);
369 table_length: length of the configuration table
381 uint32_t table_length)
391 if(table_length && config_table) {
392 loc_read_conf_r(conf_fp, config_table, table_length);