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

  /src/lib/libresolv/
res_mkupdate.c 960 static struct valuelist *servicelist, *protolist; variable in typeref:struct:valuelist **
1027 slp->next = protolist;
1029 if (protolist)
1030 protolist->prev = slp;
1031 protolist = slp;
1040 for (plp = protolist; plp != NULL; plp = plp_next) {
1045 protolist = (struct valuelist *)0;
1085 if (protolist == (struct valuelist *)0)
1087 return (findservice(p, &protolist));
1120 struct valuelist **list = &protolist;
    [all...]
res_mkupdate.c 960 static struct valuelist *servicelist, *protolist; variable in typeref:struct:valuelist **
1027 slp->next = protolist;
1029 if (protolist)
1030 protolist->prev = slp;
1031 protolist = slp;
1040 for (plp = protolist; plp != NULL; plp = plp_next) {
1045 protolist = (struct valuelist *)0;
1085 if (protolist == (struct valuelist *)0)
1087 return (findservice(p, &protolist));
1120 struct valuelist **list = &protolist;
    [all...]

Completed in 22 milliseconds