Searched refs:sip_prim_parsers (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libsip/common/ |
H A D | sip_parse_generic.h | 52 extern int sip_prim_parsers(_sip_header_t *,
|
H A D | sip_parse_hdrs.c | 109 if ((ret = sip_prim_parsers(hdr, phdr)) != 0) 242 if ((r = sip_prim_parsers(sip_header, header)) != 0) 479 if ((ret = sip_prim_parsers(sip_header, header)) != 0) 587 if ((ret = sip_prim_parsers(sip_header, header)) != 0) 691 if ((ret = sip_prim_parsers(sip_header, header)) != 0) 793 if ((ret = sip_prim_parsers(sip_header, header)) != 0) 1069 if ((ret = sip_prim_parsers(sip_header, header)) != 0) 1166 if ((ret = sip_prim_parsers(sip_header, header)) != 0) 1423 if ((ret = sip_prim_parsers(sip_header, header)) != 0)
|
H A D | sip_parse_generic.c | 413 sip_prim_parsers(_sip_header_t *sip_header, sip_parsed_header_t **header) function 503 if ((ret = sip_prim_parsers(hdr, phdr)) != 0) 672 if ((ret = sip_prim_parsers(hdr, phdr)) != 0) 726 if ((ret = sip_prim_parsers(hdr, phdr)) != 0) 931 if ((ret = sip_prim_parsers(hdr, phdr)) != 0) 980 if ((ret = sip_prim_parsers(hdr, phdr)) != 0)
|
Completed in 19 milliseconds