Home | History | Annotate | Download | only in libxml2

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;
11467 " searching for type %d\n", op->value3);
11917 xmlXPathTypeVal type = (xmlXPathTypeVal) op->value3;
14555 ((xmlXPathTypeVal) op->value3 == NODE_TYPE_NODE /* 0 */))
14568 ((xmlXPathTypeVal) prevop->value3 == NODE_TYPE_NODE) &&