ppsubrec         3796 source3/include/proto.h struct response_record *find_response_record(struct subnet_record **ppsubrec,
ppsubrec          189 source3/nmbd/nmbd_responserecordsdb.c struct response_record *find_response_record(struct subnet_record **ppsubrec,
ppsubrec          194 source3/nmbd/nmbd_responserecordsdb.c 	for ((*ppsubrec) = FIRST_SUBNET; (*ppsubrec); 
ppsubrec          195 source3/nmbd/nmbd_responserecordsdb.c 				(*ppsubrec) = NEXT_SUBNET_INCLUDING_UNICAST(*ppsubrec)) {
ppsubrec          196 source3/nmbd/nmbd_responserecordsdb.c 		if((rrec = find_response_record_on_subnet(*ppsubrec, id)) != NULL)
ppsubrec          209 source3/nmbd/nmbd_responserecordsdb.c 		*ppsubrec = wins_server_subnet;
ppsubrec          210 source3/nmbd/nmbd_responserecordsdb.c 		if((rrec = find_response_record_on_subnet(*ppsubrec, id))!= NULL)
ppsubrec          217 source3/nmbd/nmbd_responserecordsdb.c 	*ppsubrec = NULL;