Lines Matching defs:pf
75 const struct lws_plat_file_ops *pf;
97 pf = fops->next;
98 while (pf) {
100 while (n < (int)LWS_ARRAY_SIZE(pf->fi) && pf->fi[n].sig) {
101 if (p >= vfs_path + pf->fi[n].len)
102 if (!strncmp(p - (pf->fi[n].len - 1),
103 pf->fi[n].sig,
104 (unsigned int)(pf->fi[n].len - 1))) {
106 return pf;
111 pf = pf->next;