OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DICT_VALUE
(Results
1 - 3
of
3
) sorted by null
/external/ppp/pppd/plugins/radius/
dict.c
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
[
all
...]
radiusclient.h
307
typedef struct
dict_value
struct
312
struct
dict_value
*next;
313
}
DICT_VALUE
;
428
DICT_VALUE
*rc_dict_findval __P((char *));
429
DICT_VALUE
* rc_dict_getval __P((UINT4, char *));
avpair.c
528
DICT_VALUE
*dval;
612
== (
DICT_VALUE
*) NULL)
694
DICT_VALUE
*dval;
734
if (dval != (
DICT_VALUE
*) NULL)
Completed in 171 milliseconds