Searched refs:nxt (Results 1 – 2 of 2) sorted by relevance
735 const char *nxt = cs_str; in cs_str_to_zip() local750 cur = nxt; in cs_str_to_zip()751 for(; nxt < end && *nxt != '\0' && *nxt != separator; nxt++); in cs_str_to_zip()752 len = nxt - cur; in cs_str_to_zip()765 } while(nxt < end && *(nxt++) != '\0'); in cs_str_to_zip()
476 struct socketmonitor *nxt = m->next; in events_socket() local479 prev->next = nxt; in events_socket()481 ev->list = nxt; in events_socket()
Completed in 8 milliseconds