dictcreate.3
来自「在 linux平台上的网页编程的模板」· 3 代码 · 共 55 行
3
55 行
.TH dictCreate 3 "12 July 2007" "ClearSilver" "util/dict.h".de Ss.sp.ft CW.nf...de Se.fi.ft P.sp...SH NAMEdictCreate - create new dictionary..SH SYNOPSIS.Ss#include <util/dict.h>.Se.SsNEOERR *dictCreate(dictCtx *dict, BOOL threaded, UINT32 root, UINT32 maxLevel, UINT32 flushLimit, BOOL useCase, dictFreeValueFunc freeValue, void *freeRock);.Se.SH ARGUMENTSthreaded - true if list should be thread-safe..brroot - performance parameter (see above)..brmaxLevel - performance parameter (see above)..brflushLimit - max deleted items to keep cached before.brforcing a flush..bruseCase - true to be case sensitive in identifiers.brfreeValue - callback when freeing a value.brfreeRock - context for freeValue callback.SH DESCRIPTIONReturns a dictionary. If <threaded> is true, list ismulti-thread safe. <root>, <maxLevel>, and <flushLimit>act as for skipNewList() (see skiplist.h)MT-Level: Safe..SH "RETURN VALUE"None..SH "SEE ALSO".BR dictDestroy "(3), "dictCleanup "(3), "dictReleaseLock "(3), "dictRemove "(3), "dictNext "(3), "dictCreate "(3), "dictSetValue "(3), "dictModifyValue "(3), "dictSearch
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?