Home | History | Annotate | Download | only in radius

Lines Matching refs:DICT_VALUE

23 static DICT_VALUE *dictionary_values = NULL;
47 DICT_VALUE *dval;
250 (DICT_VALUE *) malloc (sizeof (DICT_VALUE)))
251 == (DICT_VALUE *) NULL)
371 DICT_VALUE *rc_dict_findval (char *valname)
373 DICT_VALUE *val;
376 while (val != (DICT_VALUE *) NULL)
384 return ((DICT_VALUE *) NULL);
395 DICT_VALUE * rc_dict_getval (UINT4 value, char *attrname)
397 DICT_VALUE *val;
400 while (val != (DICT_VALUE *) NULL)
409 return ((DICT_VALUE *) NULL);