Home | History | Annotate | Download | only in src

Lines Matching defs:value3

565     int value3;
710 * @value3: the third int value
721 int value2, int value3, void *value4, void *value5) {
742 comp->steps[comp->nbStep].value3 = value3;
1171 xmlXPathTypeVal type = (xmlXPathTypeVal)op->value3;
11483 " searching for type %d\n", op->value3);
11938 xmlXPathTypeVal type = (xmlXPathTypeVal) op->value3;
14577 ((xmlXPathTypeVal) op->value3 == NODE_TYPE_NODE /* 0 */))
14590 ((xmlXPathTypeVal) prevop->value3 == NODE_TYPE_NODE) &&