Home
last modified time | relevance | path

Searched defs:amatch_word (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Damatch.c175 typedef struct amatch_word amatch_word; typedef
466 struct amatch_word { struct
467 amatch_word *pNext; /* Next on a list of all amatch_words */ argument
468 amatch_avl sCost; /* Linkage of this node into the cost tree */
469 amatch_avl sWord; /* Linkage of this node into the word tree */
470 amatch_cost rCost; /* Cost of the match so far */
471 int iSeq; /* Sequence number */
472 char zCost[10]; /* Cost key (text rendering of rCost) */
473 short int nMatch; /* Input characters matched */
474 char zWord[4]; /* Text of the word. Extra space appended as needed */