Searched refs:pKey (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.h | 4230 const void *pKey, int nKey /* The key */ 4243 const void *pKey, int nKey /* The new key */
|
| H A D | sqlite3.c | 22050 elem->pKey = pKey; in sqlite3HashInsert() 22058 new_elem->pKey = pKey; in sqlite3HashInsert() 48848 pCur->pKey = pKey; 48920 if( pKey ){ 71105 void *pKey; 82919 if( pKey ){ 82921 pKey->aSortOrder = (u8 *)&(pKey->aColl[nCol]); 82934 pKey = 0; 119927 if( nInput>=pKey->n && 0==memcmp(zInput, pKey->z, pKey->n) ){ 120872 memcpy((void*)new_elem->pKey, pKey, nKey); [all …]
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 32957 if( sqlite3StrICmp(elem->pKey,pKey)==0 ){ 33037 elem->pKey = pKey; 33044 new_elem->pKey = pKey; 65002 pCur->pKey = pKey; 65135 if( pKey ){ 73203 memcpy(pCur->pKey, pX->pKey, pX->nKey); 90053 x.pKey = 0; 96327 void *pKey; 173117 if( nInput>=pKey->n && 0==memcmp(zInput, pKey->z, pKey->n) ){ 174337 memcpy((void*)new_elem->pKey, pKey, nKey); [all …]
|