HomeSort by: relevance | last modified time | path
    Searched refs:endPos (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
getdn.c 1101 const char *startPos, *endPos = NULL;
1129 endPos = p;
1139 len = ( endPos ? endPos : p ) - startPos;
1438 const char *p, *end, *startPos, *endPos = NULL;
1517 for ( endPos = p - 1;
1518 endPos > startPos + 1 &&
1519 LDAP_DN_ASCII_SPACE( endPos[ -1 ] ) &&
1520 !LDAP_DN_ESCAPE( endPos[ -2 ] );
1521 endPos-- )
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
PathDiagnostic.h 640 const PathDiagnosticLocation &endPos,
643 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
647 const PathDiagnosticLocation &endPos)
649 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));

Completed in 32 milliseconds