Searched refs:pszStartsWith (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-objid.cpp344 RTDECL(bool) RTAsn1ObjId_StartsWith(PCRTASN1OBJID pThis, const char *pszStartsWith) argument
346 size_t cchStartsWith = strlen(pszStartsWith);
347 return !strncmp(pThis->szObjId, pszStartsWith, cchStartsWith)
348 && ( pszStartsWith[cchStartsWith] == '.'
349 || pszStartsWith[cchStartsWith] == '\0');
/vbox/include/iprt/
H A Dasn1.h973 * @param pszStartsWith The dotted object identifier string.
975 RTDECL(bool) RTAsn1ObjId_StartsWith(PCRTASN1OBJID pThis, const char *pszStartsWith);

Completed in 2610 milliseconds