Home
last modified time | relevance | path

Searched refs:nextKey (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dsortctrl.c193 char *nextKey; in ldap_create_sort_keylist() local
213 nextKey = keyString; /* Points to the next key in the string */ in ldap_create_sort_keylist()
215 rc = readNextKey(&nextKey, &keyList[i]); in ldap_create_sort_keylist()
/netbsd-src/external/apache2/mDNSResponder/dist/mDNSShared/
H A Ddnsextd_parser.y451 DomainAuthInfo * nextKey = key->next; in ParseConfig() local
455 key = nextKey; in ParseConfig()
462 DomainAuthInfo * nextKey = key->next; in ParseConfig() local
466 key = nextKey; in ParseConfig()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMSVC.cpp915 const char *nextKey = placeHolder; in getSystemRegistryString()
920 while (*nextKey && (*nextKey != '\\')) in getSystemRegistryString()
921 nextKey++; in getSystemRegistryString()
955 bestName.append(nextKey); in getSystemRegistryString()