Lines Matching defs:item
1075 /* Finds the closest item in db_fix->db_values and returns the corresponding
4336 char *item;
4361 while ((item = items[i++])) {
4362 char *s = item; /* Step value string. */
4363 char *d = item; /* dB value string. */
4367 /* Move d forward until it points to a colon or to the end of the item. */
4371 /* item started with colon. */
4372 pa_log("[%s:%u] No step value found in %s", state->filename, state->lineno, item);
4377 /* No colon found, or it was the last character in item. */
4378 pa_log("[%s:%u] No dB value found in %s", state->filename, state->lineno, item);