Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dhash.h34 char copyKey; /* True if copy of key made on insert */ member
81 void sqliteHashInit(Hash*, int keytype, int copyKey);
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()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c111719 char copyKey; /* True if copy of key made on insert */
111759 SQLITE_PRIVATE void sqlite3Fts3HashInit(Fts3Hash *pNew, char keyClass, char copyKey);
117931 SQLITE_PRIVATE void sqlite3Fts3HashInit(Fts3Hash *pNew, char keyClass, char copyKey){
117935 pNew->copyKey = copyKey;
117957 if( pH->copyKey && elem->pKey ){
118142 if( pH->copyKey && elem->pKey ){
118235 if( pH->copyKey && pKey!=0 ){

Completed in 414 milliseconds