Searched refs:endPos (Results 1 – 2 of 2) sorted by relevance
1101 const char *startPos, *endPos = NULL; in ldap_bv2rdn_x() local1129 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() local1517 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 …]
640 const PathDiagnosticLocation &endPos, in PathDiagnosticControlFlowPiece() argument643 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()647 const PathDiagnosticLocation &endPos) in PathDiagnosticControlFlowPiece() argument649 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()