Searched defs:matching (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DMatching.cpp4 * do matching between values and value filters constructed from strings.
27 namespace matching namespace
158 // begins with "rx:". These limits are for exact matching only!
190 /// @todo (dmik) do regexp matching
198 } /* namespace matching */
/vbox/src/VBox/Main/include/
H A DMatching.h4 * do matching between values and value filters constructed from strings.
34 namespace matching namespace
59 * detailed matching meaningful, otherwise returns false.
360 * for regexp matching.
403 * Only one filter is active (i.e. used for matching or for error reporting)
519 } /* namespace matching */
/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.cpp100 BaseConfigEntity *matching = this; local
107 iMatch = (*it)->match(client, &matching);
110 *cfg = matching;

Completed in 86 milliseconds