Searched refs:pANTLR3_STRING (Results 1 - 25 of 42) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3string.c38 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_1
[all...]
H A Dantlr3basetreeadaptor.c66 static pANTLR3_STRING getText (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t);
67 static void setText (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_STRING t);
73 static pANTLR3_STRING makeDot (pANTLR3_BASE_TREE_ADAPTOR adaptor, void * theTree);
136 adaptor->getText = (pANTLR3_STRING (*) (pANTLR3_BASE_TREE_ADAPTOR, void *))
140 adaptor->setText = (void (*)(pANTLR3_BASE_TREE_ADAPTOR, pANTLR3_STRING))
151 adaptor->makeDot = (pANTLR3_STRING (*)(pANTLR3_BASE_TREE_ADAPTOR, void *))
160 defineDotNodes(pANTLR3_BASE_TREE_ADAPTOR adaptor, void * t, pANTLR3_STRING dotSpec )
168 pANTLR3_STRING text;
240 defineDotEdges(pANTLR3_BASE_TREE_ADAPTOR adaptor, void * t, pANTLR3_STRING dotSpec)
273 pANTLR3_STRING tex
[all...]
H A Dantlr3commontoken.c40 static pANTLR3_STRING getText (pANTLR3_COMMON_TOKEN token);
41 static void setText (pANTLR3_COMMON_TOKEN token, pANTLR3_STRING text);
57 static pANTLR3_STRING toString (pANTLR3_COMMON_TOKEN token);
343 static pANTLR3_STRING getText (pANTLR3_COMMON_TOKEN token)
426 // It was already a pANTLR3_STRING, so just override it
442 static void setText (pANTLR3_COMMON_TOKEN token, pANTLR3_STRING text)
525 static pANTLR3_STRING toString (pANTLR3_COMMON_TOKEN token)
527 pANTLR3_STRING text;
528 pANTLR3_STRING outtext;
H A Dantlr3ucs2inputstream.c44 static pANTLR3_STRING antlr3UCS2Substr (pANTLR3_INPUT_STREAM input, ANTLR3_MARKER start, ANTLR3_MARKER stop);
198 static pANTLR3_STRING
H A Dantlr3inputstream.c48 static pANTLR3_STRING antlr3AsciiGetSourceName (pANTLR3_INT_STREAM is);
56 static pANTLR3_STRING antlr3AsciiSubstr (pANTLR3_INPUT_STREAM input, ANTLR3_MARKER start, ANTLR3_MARKER stop);
148 static pANTLR3_STRING
530 static pANTLR3_STRING
H A Dantlr3commontree.c45 static pANTLR3_STRING getText (pANTLR3_BASE_TREE tree);
48 static pANTLR3_STRING toString (pANTLR3_BASE_TREE tree);
437 static pANTLR3_STRING
487 static pANTLR3_STRING toString (pANTLR3_BASE_TREE tree)
491 pANTLR3_STRING nilNode;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3string.h222 pANTLR3_STRING (*newRaw) (struct ANTLR3_STRING_FACTORY_struct * factory);
227 pANTLR3_STRING (*newSize) (struct ANTLR3_STRING_FACTORY_struct * factory, ANTLR3_UINT32 size);
233 pANTLR3_STRING (*newPtr) (struct ANTLR3_STRING_FACTORY_struct * factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
238 pANTLR3_STRING (*newPtr8) (struct ANTLR3_STRING_FACTORY_struct * factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
244 pANTLR3_STRING (*newStr) (struct ANTLR3_STRING_FACTORY_struct * factory, pANTLR3_UINT8 string);
250 pANTLR3_STRING (*newStr8) (struct ANTLR3_STRING_FACTORY_struct * factory, pANTLR3_UINT8 string);
254 void (*destroy) (struct ANTLR3_STRING_FACTORY_struct * factory, pANTLR3_STRING string);
259 pANTLR3_STRING (*printable)(struct ANTLR3_STRING_FACTORY_struct * factory, pANTLR3_STRING string);
H A Dantlr3parsetree.h72 * manifest a pANTLR3_STRING from a node.
74 pANTLR3_STRING (*toString) (struct ANTLR3_PARSE_TREE_struct * payload);
H A Dantlr3intstream.h104 pANTLR3_STRING streamName;
117 pANTLR3_STRING (*getSourceName) (struct ANTLR3_INT_STREAM_struct * intStream);
H A Dantlr3commontoken.h94 // 2 | pANTLR3_STRING because of setText or similar action
121 /// and need to manufacture a pANTLR3_STRING
166 /// 2 | pANTLR3_STRING because of setText or similar action
177 /// a string in the grammar. No sense in constructing a pANTLR3_STRING just
179 /// we will build a pANTLR3_STRING for it a that point.
186 pANTLR3_STRING text;
222 * toString() if you want a pANTLR3_STRING version of the token.
224 pANTLR3_STRING (*getText)(struct ANTLR3_COMMON_TOKEN_struct * token);
233 void (*setText)(struct ANTLR3_COMMON_TOKEN_struct * token, pANTLR3_STRING text);
308 pANTLR3_STRING (*toStrin
[all...]
H A Dantlr3basetree.h117 pANTLR3_STRING (*getText) (struct ANTLR3_BASE_TREE_struct * tree);
123 pANTLR3_STRING (*toStringTree) (struct ANTLR3_BASE_TREE_struct * tree);
125 pANTLR3_STRING (*toString) (struct ANTLR3_BASE_TREE_struct * tree);
H A Dantlr3tokenstream.h92 pANTLR3_STRING fileName;
156 pANTLR3_STRING (*toString) (struct ANTLR3_TOKEN_STREAM_struct * tokenStream);
163 pANTLR3_STRING (*toStringSS) (struct ANTLR3_TOKEN_STREAM_struct * tokenStream, ANTLR3_UINT32 start, ANTLR3_UINT32 stop);
171 pANTLR3_STRING (*toStringTT) (struct ANTLR3_TOKEN_STREAM_struct * tokenStream, pANTLR3_COMMON_TOKEN start, pANTLR3_COMMON_TOKEN stop);
H A Dantlr3input.h130 pANTLR3_STRING fileName;
177 pANTLR3_STRING (*substr) (struct ANTLR3_INPUT_STREAM_struct * input, ANTLR3_MARKER start, ANTLR3_MARKER stop);
H A Dantlr3commontreenodestream.h98 pANTLR3_STRING (*toString) (struct ANTLR3_TREE_NODE_STREAM_struct * tns);
106 pANTLR3_STRING (*toStringSS) (struct ANTLR3_TREE_NODE_STREAM_struct * tns, pANTLR3_BASE_TREE start, pANTLR3_BASE_TREE stop);
115 void (*toStringWork) (struct ANTLR3_TREE_NODE_STREAM_struct * tns, pANTLR3_BASE_TREE start, pANTLR3_BASE_TREE stop, pANTLR3_STRING buf);
H A Dantlr3exception.h132 pANTLR3_STRING streamName;
H A Dantlr3recognizersharedstate.h183 pANTLR3_STRING text;
H A Dantlr3basetreeadaptor.h104 pANTLR3_STRING (*getText) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor, void * t);
106 void (*setText) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor, pANTLR3_STRING t);
133 pANTLR3_STRING (*makeDot) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor, void * theTree);
H A Dantlr3debugeventlistener.h80 pANTLR3_STRING grammarFileName;
89 pANTLR3_STRING tokenString;
H A Dantlr3interfaces.h133 typedef struct ANTLR3_STRING_struct *pANTLR3_STRING; typedef in typeref:struct:ANTLR3_STRING_struct
H A Dantlr3lexer.h181 pANTLR3_STRING (*getText) (struct ANTLR3_LEXER_struct * lexer);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A DRSP2SQL.h27 * - pANTLR3_STRING pRSP2SQL->query(pRSP2SQL)
132 pANTLR3_STRING result;
141 pANTLR3_STRING result;
150 pANTLR3_STRING result;
159 pANTLR3_STRING result;
203 pANTLR3_STRING (*query) (struct RSP2SQL_Ctx_struct * ctx);
H A DDAAP2SQL.h27 * - pANTLR3_STRING pDAAP2SQL->query(pDAAP2SQL)
121 pANTLR3_STRING result;
138 pANTLR3_STRING (*query) (struct DAAP2SQL_Ctx_struct * ctx);
H A Ddaap_query.c54 pANTLR3_STRING sql;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/pregen/
H A DRSP2SQL.h27 * - pANTLR3_STRING pRSP2SQL->query(pRSP2SQL)
132 pANTLR3_STRING result;
141 pANTLR3_STRING result;
150 pANTLR3_STRING result;
159 pANTLR3_STRING result;
203 pANTLR3_STRING (*query) (struct RSP2SQL_Ctx_struct * ctx);
H A DDAAP2SQL.h27 * - pANTLR3_STRING pDAAP2SQL->query(pDAAP2SQL)
121 pANTLR3_STRING result;
138 pANTLR3_STRING (*query) (struct DAAP2SQL_Ctx_struct * ctx);

Completed in 207 milliseconds

12