Searched refs:mTokens (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A DDAAPLexer.h134 void (*mTokens) (struct DAAPLexer_Ctx_struct * ctx); const char * (*getGrammarFileName)(); member in struct:DAAPLexer_Ctx_struct
H A DDAAPLexer.c247 static ANTLR3_INLINE void mTokens (pDAAPLexer ctx);
344 ctx->mTokens = mTokens;
347 * it will call mTokens() in this generated code, and will pass it the ctx
354 ctx->pLexer->mTokens = (void (*) (void *))(mTokens);
914 mTokens(pDAAPLexer ctx) function
H A DRSPLexer.h178 void (*mTokens) (struct RSPLexer_Ctx_struct * ctx); const char * (*getGrammarFileName)(); member in struct:RSPLexer_Ctx_struct
H A DRSPLexer.c294 static ANTLR3_INLINE void mTokens (pRSPLexer ctx);
413 ctx->mTokens = mTokens;
416 * it will call mTokens() in this generated code, and will pass it the ctx
423 ctx->pLexer->mTokens = (void (*) (void *))(mTokens);
2725 mTokens(pRSPLexer ctx) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/pregen/
H A DDAAPLexer.h134 void (*mTokens) (struct DAAPLexer_Ctx_struct * ctx); const char * (*getGrammarFileName)(); member in struct:DAAPLexer_Ctx_struct
H A DDAAPLexer.c247 static ANTLR3_INLINE void mTokens (pDAAPLexer ctx);
344 ctx->mTokens = mTokens;
347 * it will call mTokens() in this generated code, and will pass it the ctx
354 ctx->pLexer->mTokens = (void (*) (void *))(mTokens);
914 mTokens(pDAAPLexer ctx) function
H A DRSPLexer.h178 void (*mTokens) (struct RSPLexer_Ctx_struct * ctx); const char * (*getGrammarFileName)(); member in struct:RSPLexer_Ctx_struct
H A DRSPLexer.c294 static ANTLR3_INLINE void mTokens (pRSPLexer ctx);
413 ctx->mTokens = mTokens;
416 * it will call mTokens() in this generated code, and will pass it the ctx
423 ctx->pLexer->mTokens = (void (*) (void *))(mTokens);
2725 mTokens(pRSPLexer ctx) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3lexer.h84 /** A generated lexer has an mTokens() function, which needs
139 void (*mTokens) (void * ctx); member in struct:ANTLR3_LEXER_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3lexer.c42 static void mTokens (pANTLR3_LEXER lexer);
130 lexer->mTokens = (void (*)(void *))(mTokens);
256 lexer->mTokens(lexer->ctx);
382 static void mTokens (pANTLR3_LEXER lexer) function
386 ANTLR3_FPRINTF(stderr, "lexer->mTokens(): Error: No lexer rules were added to the lexer yet!\n");

Completed in 185 milliseconds