Home
last modified time | relevance | path

Searched refs:copyKey (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dhash.c32 void sqliteHashInit(Hash *new, int keyClass, int copyKey){ in sqliteHashInit() argument
36 new->copyKey = copyKey && in sqliteHashInit()
59 if( pH->copyKey && elem->pKey ){ in sqliteHashClear()
250 if( pH->copyKey && elem->pKey ){ in removeElementGivenHash()
316 if( pH->copyKey && pKey!=0 ){ in sqliteHashInsert()
H A Dhash.h34 char copyKey; /* True if copy of key made on insert */ member
81 void sqliteHashInit(Hash*, int keytype, int copyKey);