net.c | 193 static int get_str_sep(char *buf, int buf_size, const char **pp, int sep) function 262 if (get_str_sep(buf, sizeof(buf), &p, ':') < 0) 796 get_str_sep(buf, sizeof(buf), &p, ':'); 827 if (get_str_sep(buf, sizeof(buf), &p, ':') < 0) { 838 if (get_str_sep(buf, sizeof(buf), &p, ':') < 0) { 846 if (get_str_sep(buf, sizeof(buf), &p, ':') < 0) { [all...] |