Searched refs:refPos (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLDAPSearchResults.cpp16 refPos = refList.begin();
37 refPos=refList.begin();
53 if( refPos != refList.end() ){
54 LDAPUrlList urls= refPos->getUrls();
55 refPos++;
H A DLDAPSearchResults.h52 LDAPReferenceList::const_iterator refPos; member in class:LDAPSearchResults
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DLinkHash.cpp128 size_t refPos = find(path.data(), path.size(), '#'); local
129 if (!refPos || refPos == notFound)
130 refPos = path.size();
133 while (slash < refPos) {

Completed in 178 milliseconds