Home | History | Annotate | Download | only in mDNSShared

Lines Matching defs:stp

1407 	char *stp = FindFirstSubType(regtype);
1408 while (stp && *stp) // If we found a comma...
1410 if (*stp == ',') return(-1);
1412 stp = FindNextSubType(stp);
1414 if (!stp) return(-1);