HomeSort by relevance Sort by last modified time
    Searched refs:plink (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
auth.c 2031 struct wordlist *ap, **plink; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 119 /********* From the file "plink.h" ***************************************/
120 struct plink *Plink_new(void);
121 void Plink_add(struct plink **, struct config *);
122 void Plink_copy(struct plink **, struct plink *);
123 void Plink_delete(struct plink *);
219 struct plink *fplp; /* Follow-set forward propagation links */
220 struct plink *bplp; /* Follow-set backwards propagation links */
268 struct plink { struct
270 struct plink *next; /* The next propagate link *
    [all...]

Completed in 86 milliseconds