Home
last modified time | relevance | path

Searched refs:amatch_rule (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Damatch.c174 typedef struct amatch_rule amatch_rule; typedef
481 struct amatch_rule { struct
534 static amatch_rule *amatchMergeRules(amatch_rule *pA, amatch_rule *pB){ in amatchMergeRules()
535 amatch_rule head; in amatchMergeRules()
536 amatch_rule *pTail; in amatchMergeRules()
646 amatch_rule *pRule = p->pRule; in amatchFreeRules()
663 amatch_rule *pHead = 0; in amatchLoadRules()
681 amatch_rule *pRule = 0; in amatchLoadRules()
700 amatch_rule *pX; in amatchLoadRules()
701 amatch_rule *a[15]; in amatchLoadRules()
[all …]