HomeSort by: relevance | last modified time | path
    Searched defs:list_item_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm/dist/shared-core/
sis_ds.h 44 } list_item_t; typedef in typeref:struct:__anon4277
50 list_item_t list[SET_SIZE];
  /src/external/public-domain/sqlite/dist/tea/win/
nmakehlp.c 562 typedef struct list_item_t {
563 struct list_item_t *nextPtr;
566 } list_item_t;
569 static list_item_t *
570 list_insert(list_item_t **listPtrPtr, const char *key, const char *value)
572 list_item_t *itemPtr = (list_item_t *)malloc(sizeof(list_item_t));
587 list_free(list_item_t **listPtrPtr)
589 list_item_t *tmpPtr, *listPtr = *listPtrPtr
555 typedef struct list_item_t { struct
559 } list_item_t; typedef in typeref:struct:list_item_t
    [all...]

Completed in 24 milliseconds