Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c1651 static const char *aPrefix[] = { in shellAddSchemaName() local
1666 for(i=0; i<ArraySize(aPrefix); i++){ in shellAddSchemaName()
1667 int n = strlen30(aPrefix[i]); in shellAddSchemaName()
1668 if( cli_strncmp(zIn+7, aPrefix[i], n)==0 && zIn[n+7]==' ' ){ in shellAddSchemaName()
1680 && aPrefix[i][0]=='V' in shellAddSchemaName()
H A Dsqlite3.c31723 static const char aPrefix[] = "-x0\000X0"; variable
32127 pre = &aPrefix[infop->prefix]; in sqlite3_str_vappendf()
235781 int *aPrefix; /* Sizes in bytes of nPrefix prefix indexes */
239506 if( pConfig->aPrefix==0 ){
239507 pConfig->aPrefix = sqlite3Fts5MallocZero(&rc, nByte);
239547 pConfig->aPrefix[pConfig->nPrefix] = nPre;
239997 sqlite3_free(pConfig->aPrefix);
251195 const int nChar = pConfig->aPrefix[i];
251642 int nIdxChar = pConfig->aPrefix[iIdx-1];
258778 const int nChar = pCtx->pConfig->aPrefix[ii];