Searched refs:vs_icap_parse_hdrs (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/vscan/vscand/ |
H A D | vs_icap.c | 86 static void vs_icap_parse_hdrs(char, char *, char **, char **); 837 vs_icap_parse_hdrs(':', buf, &name, &val); 970 vs_icap_parse_hdrs(':', buf, &name, &value); 1314 * vs_icap_parse_hdrs 1319 vs_icap_parse_hdrs(char delimiter, char *line, char **name, char **val) function 1619 vs_icap_parse_hdrs('=', line, &name, &val);
|
Completed in 45 milliseconds