Searched refs:protoPtr (Results 1 – 1 of 1) sorted by relevance
435 char *protoPtr; local441 if ( *(protoPtr = _Protocol) != NULLCHAR ) {442 while ( *(protoPtr = nextProto(protoPtr)) != NULLCHAR ) {443 if ( *(wantPtr = findProto(desired, *protoPtr)) == NULLCHAR ) {444 removeProto(valid, *protoPtr); 445 removeProto(protoPtr, *protoPtr); 447 mergeProto(protoPtr, wantPtr);448 protoPtr++;455 mergeProto(protoPtr, wantPtr);460 if ( *(protoPtr = _Protocol) != NULLCHAR ) {[all …]