Home
last modified time | relevance | path

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

/third_party/curl/lib/
Ddict.c175 char *nthdef = NULL; /* This is not part of the protocol, but required in dict_do() local
203 nthdef = strchr(strategy, ':'); in dict_do()
204 if(nthdef) { in dict_do()
205 *nthdef = (char)0; in dict_do()
255 nthdef = strchr(database, ':'); in dict_do()
256 if(nthdef) { in dict_do()
257 *nthdef = (char)0; in dict_do()