Searched refs:protoPtr (Results 1 – 1 of 1) sorted by relevance
427 char *protoPtr; local433 if ( *(protoPtr = _Protocol) != NULLCHAR ) {434 while ( *(protoPtr = nextProto(protoPtr)) != NULLCHAR ) {435 if ( *(wantPtr = findProto(desired, *protoPtr)) == NULLCHAR ) {436 removeProto(valid, *protoPtr);437 removeProto(protoPtr, *protoPtr);439 mergeProto(protoPtr, wantPtr);440 protoPtr++;447 mergeProto(protoPtr, wantPtr);452 if ( *(protoPtr = _Protocol) != NULLCHAR ) {[all …]