HomeSort by relevance Sort by last modified time
    Searched refs:dictCreate (Results 1 - 3 of 3) sorted by null

  /external/clearsilver/util/
dict.h 23 NEOERR *dictCreate(dictCtx *dict, BOOL threaded, UINT32 root, UINT32 maxLevel,
27 * Function: dictCreate - create new dictionary.
dict.c 551 NEOERR *dictCreate(dictCtx *rdict, BOOL threaded, UINT32 root, UINT32 maxLevel,
wdb.c 192 err = dictCreate (&(my_wdb->attrs), 0, 2, 5, 0, 0, free_cb, NULL);
194 err = dictCreate (&(my_wdb->cols), 0, 2, 5, 0, 0, free_col_cb, NULL);
    [all...]

Completed in 36 milliseconds