Searched defs:val_type (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_parse_generic.c666 int val_type)
665 sip_parse_hdr_parser2(_sip_header_t *hdr, sip_parsed_header_t **phdr, int val_type) argument
H A Dsip_hdrs_ui.c42 sip_get_val_from_hdr(sip_hdr_value_t *val, int val_type, boolean_t stype, argument
57 switch (val_type) {
92 sip_get_val_from_msg(sip_msg_t msg, char *hdr_name, int val_type, argument
119 return (sip_get_val_from_hdr(value, val_type, stype, error));
/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c5509 scf_type_t val_type; local
5536 val_type = scf_value_type(val);
5537 if ((value = strdup(scf_type_to_string(val_type))) ==

Completed in 42 milliseconds