src/server/util/object.h

changeset 422
76f2f5d532d0
parent 421
437562f5681d
child 423
bb7cff720dd0
equal deleted inserted replaced
421:437562f5681d 422:76f2f5d532d0
84 httpd_object **obj; 84 httpd_object **obj;
85 int pos; 85 int pos;
86 }; 86 };
87 87
88 struct Condition { 88 struct Condition {
89 Condition *parent; 89 Condition *parent;
90 Condition *ifnot; 90 Condition *ifnot;
91 Expression *expression; 91 Expression *expression;
92 int depth; 92 int depth;
93 int index; // used by NSAPIContext to link expression with result 93 int index; // used by NSAPIContext to link expression with result
94 }; 94 };
95 95
96 struct Expression { 96 struct Expression {
97 // TODO 97 // TODO
98 int n; 98 int n;

mercurial