Searched refs:constraints (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libdss/
H A Ddssopt.c466 if (lib->constraints)
469 for (i = 0; lib->constraints[i].name; i++)
470 if (optout(sp, lib->constraints[i].name, NiL, NiL, NiL, lib->constraints[i].description, NiL))
H A Dcx.h45 #define CX_VALIDATE (1<<4) /* validate constraints */
371 struct Cxconstraint_s /* value constraints */
404 Cxconstraint_t* constraint; /* value constraints */
537 Cxconstraint_t* constraints; /* constraint table */ member in struct:Cxlib_s
576 Dt_t* constraints; /* Cxconstraint_t dictionary */ member in struct:Cxstate_s
612 Dt_t* constraints; /* Cxconstraint_t dictionary */ member in struct:Cx_s
H A Dcxopen.c1014 cx->constraints = state.constraints;
1067 dtview(top->constraints, bot->constraints);
1069 top->constraints = bot->constraints;
1111 dtview(top->constraints, NiL);
1150 dtclose(cx->constraints);
1889 dict = cx->constraints;
1898 dtview(dict, cx->constraints);
[all...]
H A Ddssopen.c37 "maps and constraints. Public schemas are usually placed in a "
216 "meta-method that specifies a method, value maps and constraints",
429 if (lib->constraints)
430 for (i = 0; lib->constraints[i].name; i++)
431 if (cxaddconstraint(NiL, &lib->constraints[i], disc))

Completed in 18 milliseconds