|
myMPD
Internal API documentation
|
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. | |
Struct to hold a parsed search expression triple