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

/netbsd-current/usr.sbin/makemandb/
H A Dcustom_apropos_tokenizer.c53 char *zToken; /* storage for current token */ member in struct:custom_apropos_tokenizer_cursor
54 size_t nAllocated; /* space allocated to zToken buffer */
121 free(c->zToken);
714 pNew = realloc(c->zToken, c->nAllocated);
717 c->zToken = pNew;
721 int stemStatus = do_stem(&z[iStartOffset], n, c->zToken, &temp);
726 *pzToken = c->zToken;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c18856 ** or TK_STRING), then Expr.u.zToken contains the text of the SQL literal. If
18857 ** the expression is a variable (TK_VARIABLE), then Expr.u.zToken contains the
18859 ** then Expr.u.zToken contains the name of the function.
18899 ** together with Expr.u.zToken strings.
18920 char *zToken; /* Token value. Zero terminated and dequoted */ member in union:Expr::__anon22
110052 char *zToken = pNew->u.zToken = (char*)&sEdupBuf.zAlloc[nNewSize]; local
191483 const char *zToken; local
193017 char *zToken; /* storage for current token */ member in struct:porter_tokenizer_cursor
193911 const char *zToken; local
194458 const char *zToken; /* Current 'token' value */ member in struct:Fts3tokCursor
195603 fts3PendingTermsAddOne( Fts3Table *p, int iCol, int iPos, Fts3Hash *pHash, const char *zToken, int nToken ) argument
195654 char const *zToken; local
200199 char const *zToken; /* Buffer containing token */ local
200382 char const *zToken; /* Buffer containing token */ local
202539 char *zToken; /* storage for current token */ member in struct:unicode_cursor
[all...]

Completed in 433 milliseconds