?? skipnext.3
字號:
.TH skipNext 3 "12 July 2007" "ClearSilver" "util/skiplist.h".de Ss.sp.ft CW.nf...de Se.fi.ft P.sp...SH NAMEskipNext - find next item..SH SYNOPSIS.Ss#include <util/skiplist.h>.Se.Ssvoid *skipNext(skipList list, UINT32 *pkey, void **plock);.Se.SH ARGUMENTSlist - list to search in..brpkey - pointer to previous key (0 to start)..brplock - place for value lock (or NULL)..SH DESCRIPTIONSearches in list <list> for item with key next largerthat the one in <pkey>, and returns its 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"pkey - set to new key..brplock - 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -