Home
last modified time | relevance | path

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

/external/curl/lib/
Ddict.c133 char *nthdef = NULL; /* This is not part of the protocol, but required in dict_do() local
161 nthdef = strchr(strategy, ':'); in dict_do()
162 if(nthdef) { in dict_do()
163 *nthdef = (char)0; in dict_do()
216 nthdef = strchr(database, ':'); in dict_do()
217 if(nthdef) { in dict_do()
218 *nthdef = (char)0; in dict_do()