val_type
return (prop_tbl[i].val_type);
ilbd_var_type_t val_type = ilbd_name_to_valtype(prop_name);
ret = ilbd_scfval_to_data(prop_name, val_type, val, ilb_data);
ilbd_var_type_t val_type;
ret = ilbd_data_to_scfval(pg_type, prop_tbl[i].val_type, h,
vatype_t val_type;
#define VA_ARG(ap, type) ((ap->val_type == VAT_VARARGS) ? \
#define VA_PTRARG(ap) ((ap->val_type == VAT_VARARGS) ? \
uchar_t val_type, void *val, size_t val_len)
id = ASN_UNIVERSAL | ASN_PRIMITIVE | val_type;
switch (val_type) {
scf_type_t val_type;
val_type = scf_value_type(val);
if ((value = strdup(scf_type_to_string(val_type))) ==
return (sip_get_val_from_hdr(value, val_type, stype, error));
sip_get_val_from_hdr(sip_hdr_value_t *val, int val_type, boolean_t stype,
switch (val_type) {
sip_get_val_from_msg(sip_msg_t msg, char *hdr_name, int val_type,
int val_type)
} val_type;
int val_type, caddr_t val)
if ((new_val->val_type = val_type) == VAL_STRING) {
if (tval_list->val_type == VAL_STRING)
int propcnt = 0, val_type;
for (vl = val, val_type = vl->val_type; vl; vl = vl->val_next) {
if (val_type != vl->val_type) {
if (val_type == VAL_INTEGER) {
} else if (val_type == VAL_STRING) {