• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/libkern/c++/

Lines Matching refs:STATE

194 #define STATE		((parser_state_t *)state)
197 #define yyerror(s) OSUnserializeerror(STATE, (s))
605 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
606 STATE-NUM when YYTABLE doesn't specify something else to do. Zero
623 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
624 STATE-NUM. */
641 /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
676 /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
677 symbol of state STATE-NUM. */
1509 { STATE->parsedObject = (yyvsp[(1) - (1)])->object;
1511 freeObject(STATE, (yyvsp[(1) - (1)]));
1525 { (yyval) = buildDictionary(STATE, (yyvsp[(1) - (1)])); ;}
1530 { (yyval) = buildArray(STATE, (yyvsp[(1) - (1)])); ;}
1535 { (yyval) = buildSet(STATE, (yyvsp[(1) - (1)])); ;}
1540 { (yyval) = buildString(STATE, (yyvsp[(1) - (1)])); ;}
1545 { (yyval) = buildData(STATE, (yyvsp[(1) - (1)])); ;}
1550 { (yyval) = buildNumber(STATE, (yyvsp[(1) - (1)])); ;}
1555 { (yyval) = buildBoolean(STATE, (yyvsp[(1) - (1)])); ;}
1560 { (yyval) = retrieveObject(STATE, (yyvsp[(1) - (1)])->idref);
1567 freeObject(STATE, (yyvsp[(1) - (1)]));
1599 freeObject(STATE, (yyvsp[(2) - (2)]));
1605 { (yyval) = buildString(STATE, (yyvsp[(1) - (1)])); ;}
2251 STATE->lineNumber++;
2259 tagType = getTag(STATE, tag, &attributeCount, attributes, values);
2264 *lvalp = object = newObject(STATE);
2321 object->data = getHexData(STATE, &size);
2323 object->data = getCFEncodedData(STATE, &size);
2326 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "data")) {
2352 object->number = getNumber(STATE);
2353 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "integer")) {
2362 object->string = getString(STATE);
2366 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END)
2375 freeObject(STATE, object);
2386 object->string = getString(STATE);
2390 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END)