Lines Matching refs:item
43 const pa_config_item *item;
47 for (item = state->item_table; item->parse; item++) {
49 if (item->lvalue && !pa_streq(state->lvalue, item->lvalue))
52 if (item->section && !state->section)
55 if (item->section && !pa_streq(state->section, item->section))
58 state->data = item->data;
60 return item->parse(state);