skipsearch.3

来自「在 linux平台上的网页编程的模板」· 3 代码 · 共 46 行

3
46
字号
.TH skipSearch 3 "12 July 2007" "ClearSilver" "util/skiplist.h".de Ss.sp.ft CW.nf...de Se.fi.ft P.sp...SH NAMEskipSearch  - search a skip list..SH SYNOPSIS.Ss#include <util/skiplist.h>.Se.Ssvoid *skipSearch(skipList list, UINT32 key, void **plock);.Se.SH ARGUMENTSlist - list to search in..brkey - key to look for..brplock - place for value lock (or NULL)..SH DESCRIPTIONSearches for <key> in <list>, and returns value if found, or NULL if not.  If <plock> is non-NULL, thenthe lock returned in <plock> will be associated withthe returned value.  Until this lock is passed toskipRelease(), the value will not be freed with thefreeValue callback (see skipNewList()).MT-Level: Safe if <list> thread-safe..SH "RETURN VALUE"plock - set to value lock..SH "SEE ALSO".BR skipDelete "(3), "skipFreeList "(3), "skipRelease "(3), "skipInsert "(3), "skipSearch "(3), "skipNext "(3), "skipNewList

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?