HomeSort by: relevance | last modified time | path
    Searched refs:zFrom (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/makemandb/
custom_apropos_tokenizer.c 306 * If the word ends with zFrom and xCond() is true for the stem
307 * of the word that precedes the zFrom ending, then change the
310 * The input word *pz and zFrom are both in reverse order. zTo
313 * Return TRUE if zFrom matches. Return FALSE if zFrom does not
320 const char *zFrom, /* If the ending matches this... (Reversed) */
326 while (*zFrom && *zFrom == *z) {
328 zFrom++;
330 if (*zFrom != 0
    [all...]
  /src/external/public-domain/sqlite/dist/
sqlite3.c 12223 ** used to update the table in database zFrom (call this the "from-table")
12241 ** database zFrom the contents of the two compatible tables would be
12245 ** error if database zFrom does not exist or does not contain the required
    [all...]
shell.c 29532 const char *zFrom = (const char*)sqlite3_column_text(pSql, 2);
29567 zIndent, zFrom, zTarget
    [all...]

Completed in 195 milliseconds