Searched refs:dflags (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Drelaxng.c167 short dflags; /* define related flags */ member in struct:_xmlRelaxNGDefine
2872 (def->dflags & IS_COMPILABLE))
2875 (def->dflags & IS_NOT_COMPILABLE))
2889 if (((def->dflags & IS_NOT_COMPILABLE) == 0) &&
2890 ((def->dflags & IS_COMPILABLE) == 0)) {
2905 def->dflags &= ~IS_COMPILABLE;
2906 def->dflags |= IS_NOT_COMPILABLE;
2908 if ((ret == 1) && !(def->dflags &= IS_NOT_COMPILABLE))
2909 def->dflags |= IS_COMPILABLE;
2983 def->dflags |
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_link.c1465 dtrace_program_link(dtrace_hdl_t *dtp, dtrace_prog_t *pgp, uint_t dflags, argument
1533 if ((dof = dtrace_dof_create(dtp, pgp, dflags)) == NULL)

Completed in 59 milliseconds