Paraslash Audio Streaming | |
About News Download Documentation Development |
Structure passed to for_each_matching_row(). More...
#include <afs.h>
Data Fields | |
struct osl_table * | table |
Loop over all rows in this table. More... | |
unsigned | loop_col_num |
Determines the loop order. More... | |
unsigned | match_col_num |
Data from this column is matched against the given patterns. More... | |
unsigned | pm_flags |
int | fnmatch_flags |
This value is passed verbatim to fnmatch(). More... | |
struct lls_parse_result * | lpr |
Obtained by deserializing the query buffer in the callback. More... | |
unsigned | input_skip |
Do not try to match the first inputs of lpr. More... | |
void * | data |
Data pointer passed to the action function. More... | |
unsigned | num_matches |
Gets increased by one for each match. More... | |
int(* | action )(struct osl_table *table, struct osl_row *row, const char *name, void *data) |
For each matching row, this function will be called. More... | |
Structure passed to for_each_matching_row().
struct osl_table* table |
Loop over all rows in this table.
Referenced by for_each_matching_row().
unsigned loop_col_num |
unsigned match_col_num |
Data from this column is matched against the given patterns.
unsigned pm_flags |
Referenced by for_each_matching_row().
int fnmatch_flags |
This value is passed verbatim to fnmatch().
struct lls_parse_result* lpr |
Obtained by deserializing the query buffer in the callback.
unsigned input_skip |
Do not try to match the first inputs of lpr.
void* data |
Data pointer passed to the action function.
unsigned num_matches |
Gets increased by one for each match.
For each matching row, this function will be called.