Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19423 Index *pIndex; /* List of SQL indexes on this table. */ member
106065 for(pIdx=pTab->pIndex; pIdx; pIdx=pIdx->pNext){
115976 for(pIdx=pTab->pIndex; pIdx && eType==0; pIdx=pIdx->pNext){
120710 if( pNew->pIndex ){
121962 for(pIdx=sParse.pNewTable->pIndex; pIdx; pIdx=pIdx->pNext){
124472 for(pIdx=pTab->pIndex; pIdx; pIdx=pIdx->pNext){
124721 for(pX=pTab->pIndex; pX; pX=pX->pNext){
124938 Index *pIndex /* Handle extra flags for this index, if not NULL */ argument
124968 assert( pIndex!=0 ); {
124970 if( pIndex ){
[all …]
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c149 int *pIndex) in LDAP__setmod()
166 *pIndex = cMods; in LDAP__setmod()
146 LDAP__setmod(LDAPMod *** modlist,int modop,const char * attribute,int * pIndex) LDAP__setmod() argument