HomeSort by relevance Sort by last modified time
    Searched full:container_t (Results 1 - 2 of 2) sorted by null

  /external/ltp/utils/ffsb-6.0-rc2/
parser.c 310 static container_t *init_container(void)
312 container_t *container;
313 container = malloc(sizeof(container_t));
406 void insert_container(container_t * container, container_t * new_container)
413 container_t *search_group(char *, FILE *);
415 container_t *handle_container(char *buf, FILE * f, uint32_t type,
419 container_t *ret_container;
420 container_t *tmp_container, *tmp2_container;
421 container_t *child = NULL
    [all...]
parser.h 124 } container_t; typedef in typeref:struct:container

Completed in 192 milliseconds