• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/lib/

Lines Matching refs:tok

93                                    int tok,
116 static int FASTCALL common(PROLOG_STATE *state, int tok);
120 int tok,
125 switch (tok) {
152 return common(state, tok);
157 int tok,
162 switch (tok) {
183 return common(state, tok);
188 int tok,
193 switch (tok) {
204 return common(state, tok);
209 int tok,
214 switch (tok) {
222 return common(state, tok);
227 int tok,
232 switch (tok) {
252 return common(state, tok);
257 int tok,
262 switch (tok) {
269 return common(state, tok);
274 int tok,
279 switch (tok) {
286 return common(state, tok);
291 int tok,
296 switch (tok) {
306 return common(state, tok);
311 int tok,
316 switch (tok) {
323 return common(state, tok);
328 int tok,
333 switch (tok) {
376 return common(state, tok);
383 int tok,
389 if (tok == XML_TOK_XML_DECL)
391 return externalSubset1(state, tok, ptr, end, enc);
396 int tok,
401 switch (tok) {
419 return internalSubset(state, tok, ptr, end, enc);
421 return common(state, tok);
428 int tok,
433 switch (tok) {
443 return common(state, tok);
448 int tok,
453 switch (tok) {
460 return common(state, tok);
465 int tok,
470 switch (tok) {
488 return common(state, tok);
493 int tok,
498 switch (tok) {
505 return common(state, tok);
510 int tok,
515 switch (tok) {
522 return common(state, tok);
527 int tok,
532 switch (tok) {
545 return common(state, tok);
550 int tok,
555 switch (tok) {
563 return common(state, tok);
568 int tok,
573 switch (tok) {
591 return common(state, tok);
596 int tok,
601 switch (tok) {
608 return common(state, tok);
613 int tok,
618 switch (tok) {
625 return common(state, tok);
630 int tok,
635 switch (tok) {
642 return common(state, tok);
647 int tok,
652 switch (tok) {
659 return common(state, tok);
664 int tok,
669 switch (tok) {
683 return common(state, tok);
688 int tok,
693 switch (tok) {
700 return common(state, tok);
705 int tok,
710 switch (tok) {
718 return common(state, tok);
723 int tok,
728 switch (tok) {
739 return common(state, tok);
744 int tok,
749 switch (tok) {
757 return common(state, tok);
762 int tok,
767 switch (tok) {
778 return common(state, tok);
783 int tok,
788 switch (tok) {
819 return common(state, tok);
824 int tok,
829 switch (tok) {
838 return common(state, tok);
843 int tok,
848 switch (tok) {
858 return common(state, tok);
863 int tok,
868 switch (tok) {
875 return common(state, tok);
880 int tok,
885 switch (tok) {
892 return common(state, tok);
897 int tok,
902 switch (tok) {
912 return common(state, tok);
918 int tok,
923 switch (tok) {
953 return common(state, tok);
958 int tok,
963 switch (tok) {
970 return common(state, tok);
975 int tok,
980 switch (tok) {
988 return common(state, tok);
993 int tok,
998 switch (tok) {
1018 return common(state, tok);
1023 int tok,
1028 switch (tok) {
1058 return common(state, tok);
1063 int tok,
1068 switch (tok) {
1083 return common(state, tok);
1088 int tok,
1093 switch (tok) {
1101 return common(state, tok);
1106 int tok,
1111 switch (tok) {
1122 return common(state, tok);
1127 int tok,
1132 switch (tok) {
1152 return common(state, tok);
1157 int tok,
1162 switch (tok) {
1200 return common(state, tok);
1207 int tok,
1212 switch (tok) {
1226 return common(state, tok);
1231 int tok,
1236 switch (tok) {
1244 return common(state, tok);
1249 int tok,
1254 switch (tok) {
1261 return common(state, tok);
1268 int tok,
1273 switch (tok) {
1280 return common(state, tok);
1285 int tok,
1294 common(PROLOG_STATE *state, int tok)
1297 if (!state->documentEntity && tok == XML_TOK_PARAM_ENTITY_REF)