Searched refs:vflags (Results 1 – 3 of 3) sorted by relevance
106 vpc->vliny = p, vpc->vdepth = 0, vpc->vflags = 0; in vopen()122 if (d == 0 || (vp->vflags & VDIRT)) in vreopen()124 vp->vliny = p, vp->vflags &= ~VDIRT; in vreopen()356 vc->vliny += cnt, vc->vflags |= VDIRT; in vopenup()363 vc->vliny = i, vc->vflags |= VDIRT; in vopenup()893 if (l == 0 || vp->vliny < p || (vp->vflags & VDIRT)) { in vsync1()902 if (l != vcline && (vp->vflags & VDIRT)) { in vsync1()904 vp->vflags &= ~VDIRT; in vsync1()
101 short vflags; /* Is line potentially dirty ? */ member107 #define FLAGS(c) (vlinfo[c].vflags)
1330 unsigned int vflags = 0, size = 0; in cms_signeddata_verify() local1377 vflags = X509_V_FLAG_CRL_CHECK|X509_V_FLAG_CRL_CHECK_ALL; in cms_signeddata_verify()1382 X509_STORE_set_flags(store, vflags); in cms_signeddata_verify()