Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dlemon.c3148 struct plink *nextpl; in Plink_copy() local
3150 nextpl = from->next; in Plink_copy()
3153 from = nextpl; in Plink_copy()
3160 struct plink *nextpl; in Plink_delete() local
3163 nextpl = plp->next; in Plink_delete()
3166 plp = nextpl; in Plink_delete()