Searched refs:KeyValueList (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DKeyValue.h35 typedef struct KeyValueList_s KeyValueList; typedef in typeref:struct:KeyValueList_s
38 KeyValueList_find(KeyValueList * list, char * key, int * where);
41 KeyValueList_free(KeyValueList * * list_p);
43 KeyValueList *
H A DKeyValue.c54 KeyValueList_print(KeyValueList * list)
70 KeyValueList_find(KeyValueList * list, char * key, int * where)
92 KeyValueList_free(KeyValueList * * list_p)
94 KeyValueList * list = *list_p;
114 KeyValueList *
120 KeyValueList * ret = NULL;
176 ret = (KeyValueList *)(elements + count);
206 KeyValueList * list;

Completed in 118 milliseconds