Home
last modified time | relevance | path

Searched refs:endPos (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dgetdn.c1101 const char *startPos, *endPos = NULL; in ldap_bv2rdn_x() local
1129 endPos = p; in ldap_bv2rdn_x()
1139 len = ( endPos ? endPos : p ) - startPos; in ldap_bv2rdn_x()
1438 const char *p, *end, *startPos, *endPos = NULL; in str2strval() local
1517 for ( endPos = p - 1; in str2strval()
1518 endPos > startPos + 1 && in str2strval()
1519 LDAP_DN_ASCII_SPACE( endPos[ -1 ] ) && in str2strval()
1520 !LDAP_DN_ESCAPE( endPos[ -2 ] ); in str2strval()
1521 endPos-- ) { in str2strval()
1534 len = ( endPos ? endPos : p ) - startPos - escapes; in str2strval()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h640 const PathDiagnosticLocation &endPos, in PathDiagnosticControlFlowPiece() argument
643 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()
647 const PathDiagnosticLocation &endPos) in PathDiagnosticControlFlowPiece() argument
649 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()