• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/

Lines Matching refs:pANTLR3_STRING_FACTORY

38 static    pANTLR3_STRING    newRaw8	(pANTLR3_STRING_FACTORY factory);
39 static pANTLR3_STRING newRaw16 (pANTLR3_STRING_FACTORY factory);
40 static pANTLR3_STRING newSize8 (pANTLR3_STRING_FACTORY factory, ANTLR3_UINT32 size);
41 static pANTLR3_STRING newSize16 (pANTLR3_STRING_FACTORY factory, ANTLR3_UINT32 size);
42 static pANTLR3_STRING newPtr8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
43 static pANTLR3_STRING newPtr16_8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
44 static pANTLR3_STRING newPtr16_16 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
45 static pANTLR3_STRING newStr8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string);
46 static pANTLR3_STRING newStr16_8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string);
47 static pANTLR3_STRING newStr16_16 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string);
48 static void destroy (pANTLR3_STRING_FACTORY factory, pANTLR3_STRING string);
49 static pANTLR3_STRING printable8 (pANTLR3_STRING_FACTORY factory, pANTLR3_STRING string);
50 static pANTLR3_STRING printable16 (pANTLR3_STRING_FACTORY factory, pANTLR3_STRING string);
51 static void closeFactory(pANTLR3_STRING_FACTORY factory);
97 ANTLR3_API pANTLR3_STRING_FACTORY
100 pANTLR3_STRING_FACTORY factory;
104 factory = (pANTLR3_STRING_FACTORY) ANTLR3_MALLOC(sizeof(ANTLR3_STRING_FACTORY));
141 ANTLR3_API pANTLR3_STRING_FACTORY
144 pANTLR3_STRING_FACTORY factory;
180 newRaw8 (pANTLR3_STRING_FACTORY factory)
209 newRaw16 (pANTLR3_STRING_FACTORY factory)
415 newSize8 (pANTLR3_STRING_FACTORY factory, ANTLR3_UINT32 size)
443 newSize16 (pANTLR3_STRING_FACTORY factory, ANTLR3_UINT32 size)
470 newPtr8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 ptr, ANTLR3_UINT32 size)
503 newPtr16_8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 ptr, ANTLR3_UINT32 size)
551 newPtr16_16 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 ptr, ANTLR3_UINT32 size)
586 newStr8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 ptr)
597 newStr16_8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 ptr)
608 newStr16_16 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 ptr)
626 destroy (pANTLR3_STRING_FACTORY factory, pANTLR3_STRING string)
671 printable8(pANTLR3_STRING_FACTORY factory, pANTLR3_STRING instr)
718 printable16(pANTLR3_STRING_FACTORY factory, pANTLR3_STRING instr)
776 closeFactory (pANTLR3_STRING_FACTORY factory)