Home
last modified time | relevance | path

Searched refs:kclistremove (Results 1 – 3 of 3) sorted by relevance

/dports/databases/kyotocabinet/kyotocabinet-1.2.79/
H A Dkclangc.h1585 void kclistremove(KCLIST* list, size_t idx);
H A Dkclangctest.c1157 if (cnt > 0) kclistremove(list, rnd ? myrand(cnt) : cnt / 2); in proclist()
H A Dkclangc.cc1495 void kclistremove(KCLIST* list, size_t idx) { in kclistremove() function