Searched refs:nChar (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c19187 u32 nChar; /* Length of the string so far */ member in struct:sqlite3_str
20103 SQLITE_PRIVATE int sqlite3Utf16ByteLen(const void *pData, int nChar);
31437 sqlite3Utf16ByteLen(const void *zIn, int nChar) argument
43785 int nChar; local
119747 int nChar; /* Number of characters in zCharSet */ local
131374 u8 nChar; /* Length of the keyword in characters */ member in struct:__anon41
198154 int nChar; /* Number of UChar elements in pInput */ member in struct:IcuCursor
198220 int nChar; local
202129 int nChar; local
225223 int nChar = 0; local
225263 const int nChar = pConfig->aPrefix[i]; local
225316 int nChar = fts5IndexCharlen(pToken, nToken); local
230303 const int nChar = pCtx->pConfig->aPrefix[ii]; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c11054 int nChar; /* Length of the string so far */ member in struct:StrAccum
11537 SQLITE_PRIVATE int sqlite3Utf16ByteLen(const void *pData, int nChar);
19494 *(va_arg(ap,int*)) = pAccum->nChar;
19637 if( p->nChar+N >= p->nAlloc ){
19641 N = p->nAlloc - p->nChar - 1;
19647 i64 szNew = p->nChar;
19662 if( zOld==0 ) memcpy(zNew, p->zText, p->nChar);
19671 memcpy(&p->zText[p->nChar], z, N);
19672 p->nChar += N;
19682 p->zText[p->nChar]
20541 sqlite3Utf16ByteLen(const void *zIn, int nChar) argument
31992 int nChar; local
85121 int nChar; /* Number of characters in zCharSet */ local
92480 u8 nChar; /* Length of the keyword in characters */ member in struct:__anon6088
130851 int nChar; /* Number of UChar elements in pInput */ member in struct:IcuCursor
130917 int nChar; local
[all...]

Completed in 805 milliseconds