Searched refs:nId (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/crypto/heimdal/lib/sqlite/ |
| D | sqlite3.c | 10449 int nId; /* Number of identifiers on the list */ member 72011 for(k=0; k<pUsing->nId; k++){ 72320 int nId; /* Number of characters in function name */ 72328 nId = sqlite3Strlen30(zId); 72329 pDef = sqlite3FindFunction(pParse->db, zId, nId, n, enc, 0); 72331 pDef = sqlite3FindFunction(pParse->db, zId, nId, -1, enc, 0); 72355 sqlite3ErrorMsg(pParse, "misuse of aggregate function %.*s()", nId,zId); 72359 sqlite3ErrorMsg(pParse, "no such function: %.*s", nId, zId); 72363 nId, zId); 73947 pNew->nId = pNew->nAlloc = p->nId; [all …]
|
| /freebsd-12-stable/contrib/sqlite3/ |
| D | sqlite3.c | 19014 int nId; /* Number of identifiers on the list */ member 33070 for(i=0; i<pList->nId; i++){ in sqlite3TreeViewBareIdList() 33072 int moreToFollow = i<pList->nId - 1; in sqlite3TreeViewBareIdList() 33086 sqlite3TreeViewPush(&pView, i<pList->nId-1); in sqlite3TreeViewBareIdList() 109778 pNew = sqlite3DbMallocRawNN(db, sizeof(*pNew)+(p->nId-1)*sizeof(p->a[0]) ); 109780 pNew->nId = p->nId; 109782 for(i=0; i<p->nId; i++){ 109948 if( pExpr->op!=TK_SELECT && pColumns->nId!=(n=sqlite3ExprVectorSize(pExpr)) ){ 109950 pColumns->nId, n); 109954 for(i=0; i<pColumns->nId; i++){ [all …]
|
| D | shell.c | 11937 int nId = STRLEN(zId); in idxIdentifierRequiresQuotes() local 11939 if( sqlite3_keyword_check(zId, nId) ) return 1; in idxIdentifierRequiresQuotes()
|
| /freebsd-12-stable/contrib/tzdata/ |
| D | northamerica | 3392 # http://www.presidencia.gob.hn/noticia.aspx?nId=47
|