Lines Matching defs:STATE

194 #define STATE		((parser_state_t *)state)
197 #define yyerror(s) OSUnserializeerror(STATE, (s))
600 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
601 STATE-NUM when YYTABLE doesn't specify something else to do. Zero
618 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
619 STATE-NUM. */
636 /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
671 /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
672 symbol of state STATE-NUM. */
1504 { STATE->parsedObject = (yyvsp[(1) - (1)])->object;
1506 freeObject(STATE, (yyvsp[(1) - (1)]));
1520 { (yyval) = buildDictionary(STATE, (yyvsp[(1) - (1)])); ;}
1525 { (yyval) = buildArray(STATE, (yyvsp[(1) - (1)])); ;}
1530 { (yyval) = buildSet(STATE, (yyvsp[(1) - (1)])); ;}
1535 { (yyval) = buildString(STATE, (yyvsp[(1) - (1)])); ;}
1540 { (yyval) = buildData(STATE, (yyvsp[(1) - (1)])); ;}
1545 { (yyval) = buildNumber(STATE, (yyvsp[(1) - (1)])); ;}
1550 { (yyval) = buildBoolean(STATE, (yyvsp[(1) - (1)])); ;}
1555 { (yyval) = retrieveObject(STATE, (yyvsp[(1) - (1)])->idref);
1562 freeObject(STATE, (yyvsp[(1) - (1)]));
1594 freeObject(STATE, (yyvsp[(2) - (2)]));
1600 { (yyval) = buildString(STATE, (yyvsp[(1) - (1)])); ;}
2279 STATE->lineNumber++;
2287 tagType = getTag(STATE, tag, &attributeCount, attributes, values);
2292 *lvalp = object = newObject(STATE);
2349 object->data = getHexData(STATE, &size);
2351 object->data = getCFEncodedData(STATE, &size);
2354 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "data")) {
2380 object->number = getNumber(STATE);
2381 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "integer")) {
2390 object->string = getString(STATE);
2394 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END)
2403 freeObject(STATE, object);
2414 object->string = getString(STATE);
2418 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END)