myMPD
Internal API documentation
Loading...
Searching...
No Matches
t_search_expression Struct Reference

Data Fields

int tag
 Tag to search in.
enum search_operators op
 Search operator.
sds value
 Value.
char * value_utf8
 Normalized utf8 value to match.
size_t value_utf8_len
 Length of value_utf8.
int64_t value_i
 Integer value to match.
pcre2_code * re_compiled
 Compiled regex if operator is a regex.

Detailed Description

Struct to hold a parsed search expression triple


The documentation for this struct was generated from the following file: