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

/vbox/src/VBox/Runtime/common/string/
H A Dsimplepattern.cpp159 size_t *poffMatchingPattern)
177 if (poffMatchingPattern)
178 *poffMatchingPattern = pszCur - pszPatterns;
189 if (poffMatchingPattern)
190 *poffMatchingPattern = RTSTR_MAX;
157 RTStrSimplePatternMultiMatch(const char *pszPatterns, size_t cchPatterns, const char *pszString, size_t cchString, size_t *poffMatchingPattern) argument

Completed in 42 milliseconds