Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c18798 Index *pIndex; /* List of SQL indexes on this table. */ member
103809 for(pIdx=pTab->pIndex; pIdx; pIdx=pIdx->pNext){
113584 for(pIdx=pTab->pIndex; pIdx && eType==0; pIdx=pIdx->pNext){
118126 if( pNew->pIndex ){
119356 for(pIdx=sParse.pNewTable->pIndex; pIdx; pIdx=pIdx->pNext){
121159 for(pIdx=pTab->pIndex; pIdx; pIdx=pIdx->pNext){
121408 for(pX=pTab->pIndex; pX; pX=pX->pNext){
121625 Index *pIndex /* Handle extra flags for this index, if not NULL */
121655 assert( pIndex!=0 ); {
121657 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