Searched refs:pParser (Results 1 - 22 of 22) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dlempar.c240 yyParser *pParser; local
241 pParser = (yyParser*)(*mallocProc)( (size_t)sizeof(yyParser) );
242 if( pParser ){
243 pParser->yyidx = -1;
245 return pParser;
278 static int yy_pop_parser_stack(yyParser *pParser){ argument
280 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx];
282 if( pParser->yyidx<0 ) return 0;
284 if( yyTraceFILE && pParser
312 yyParser *pParser = (yyParser*)p; local
326 yy_find_shift_action( yyParser *pParser, int iLookAhead ) argument
370 yy_find_reduce_action( yyParser *pParser, int iLookAhead ) argument
[all...]
H A Dmod_ssi_exprparser.c313 yyParser *pParser; local
314 pParser = (yyParser*)(*mallocProc)( (size_t)sizeof(yyParser) );
315 if( pParser ){
316 pParser->yyidx = -1;
318 return pParser;
366 static int yy_pop_parser_stack(yyParser *pParser){ argument
368 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx];
370 if( pParser->yyidx<0 ) return 0;
372 if( yyTraceFILE && pParser
400 yyParser *pParser = (yyParser*)p; local
414 yy_find_shift_action( yyParser *pParser, int iLookAhead ) argument
458 yy_find_reduce_action( yyParser *pParser, int iLookAhead ) argument
[all...]
H A Dconfigparser.c471 yyParser *pParser; local
472 pParser = (yyParser*)(*mallocProc)( (size_t)sizeof(yyParser) );
473 if( pParser ){
474 pParser->yyidx = -1;
476 return pParser;
572 static int yy_pop_parser_stack(yyParser *pParser){ argument
574 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx];
576 if( pParser->yyidx<0 ) return 0;
578 if( yyTraceFILE && pParser
606 yyParser *pParser = (yyParser*)p; local
620 yy_find_shift_action( yyParser *pParser, int iLookAhead ) argument
664 yy_find_reduce_action( yyParser *pParser, int iLookAhead ) argument
[all...]
H A Dconfigfile.c965 void *pParser; local
970 pParser = configparserAlloc( malloc );
971 force_assert(pParser);
976 configparser(pParser, token_id, token, context);
984 configparser(pParser, TK_EOL, buffer_init_string("(EOL)"), context);
986 configparser(pParser, 0, NULL, context);
989 configparserFree(pParser, free);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dlempar.c240 yyParser *pParser; local
241 pParser = (yyParser*)(*mallocProc)( (size_t)sizeof(yyParser) );
242 if( pParser ){
243 pParser->yyidx = -1;
245 return pParser;
278 static int yy_pop_parser_stack(yyParser *pParser){ argument
280 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx];
282 if( pParser->yyidx<0 ) return 0;
284 if( yyTraceFILE && pParser
312 yyParser *pParser = (yyParser*)p; local
326 yy_find_shift_action( yyParser *pParser, int iLookAhead ) argument
370 yy_find_reduce_action( yyParser *pParser, int iLookAhead ) argument
[all...]
H A Dmod_ssi_exprparser.c313 yyParser *pParser; local
314 pParser = (yyParser*)(*mallocProc)( (size_t)sizeof(yyParser) );
315 if( pParser ){
316 pParser->yyidx = -1;
318 return pParser;
366 static int yy_pop_parser_stack(yyParser *pParser){ argument
368 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx];
370 if( pParser->yyidx<0 ) return 0;
372 if( yyTraceFILE && pParser
400 yyParser *pParser = (yyParser*)p; local
414 yy_find_shift_action( yyParser *pParser, int iLookAhead ) argument
458 yy_find_reduce_action( yyParser *pParser, int iLookAhead ) argument
[all...]
H A Dconfigparser.c471 yyParser *pParser; local
472 pParser = (yyParser*)(*mallocProc)( (size_t)sizeof(yyParser) );
473 if( pParser ){
474 pParser->yyidx = -1;
476 return pParser;
572 static int yy_pop_parser_stack(yyParser *pParser){ argument
574 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx];
576 if( pParser->yyidx<0 ) return 0;
578 if( yyTraceFILE && pParser
606 yyParser *pParser = (yyParser*)p; local
620 yy_find_shift_action( yyParser *pParser, int iLookAhead ) argument
664 yy_find_reduce_action( yyParser *pParser, int iLookAhead ) argument
[all...]
H A Dconfigfile.c965 void *pParser; local
970 pParser = configparserAlloc( malloc );
971 force_assert(pParser);
976 configparser(pParser, token_id, token, context);
984 configparser(pParser, TK_EOL, buffer_init_string("(EOL)"), context);
986 configparser(pParser, 0, NULL, context);
989 configparserFree(pParser, free);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dlempar.c240 yyParser *pParser; local
241 pParser = (yyParser*)(*mallocProc)( (size_t)sizeof(yyParser) );
242 if( pParser ){
243 pParser->yyidx = -1;
245 return pParser;
278 static int yy_pop_parser_stack(yyParser *pParser){ argument
280 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx];
282 if( pParser->yyidx<0 ) return 0;
284 if( yyTraceFILE && pParser
312 yyParser *pParser = (yyParser*)p; local
326 yy_find_shift_action( yyParser *pParser, int iLookAhead ) argument
370 yy_find_reduce_action( yyParser *pParser, int iLookAhead ) argument
[all...]
H A Dmod_ssi_exprparser.c313 yyParser *pParser; local
314 pParser = (yyParser*)(*mallocProc)( (size_t)sizeof(yyParser) );
315 if( pParser ){
316 pParser->yyidx = -1;
318 return pParser;
366 static int yy_pop_parser_stack(yyParser *pParser){ argument
368 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx];
370 if( pParser->yyidx<0 ) return 0;
372 if( yyTraceFILE && pParser
400 yyParser *pParser = (yyParser*)p; local
414 yy_find_shift_action( yyParser *pParser, int iLookAhead ) argument
458 yy_find_reduce_action( yyParser *pParser, int iLookAhead ) argument
[all...]
H A Dconfigparser.c471 yyParser *pParser; local
472 pParser = (yyParser*)(*mallocProc)( (size_t)sizeof(yyParser) );
473 if( pParser ){
474 pParser->yyidx = -1;
476 return pParser;
572 static int yy_pop_parser_stack(yyParser *pParser){ argument
574 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx];
576 if( pParser->yyidx<0 ) return 0;
578 if( yyTraceFILE && pParser
606 yyParser *pParser = (yyParser*)p; local
620 yy_find_shift_action( yyParser *pParser, int iLookAhead ) argument
664 yy_find_reduce_action( yyParser *pParser, int iLookAhead ) argument
[all...]
H A Dconfigfile.c965 void *pParser; local
970 pParser = configparserAlloc( malloc );
971 force_assert(pParser);
976 configparser(pParser, token_id, token, context);
984 configparser(pParser, TK_EOL, buffer_init_string("(EOL)"), context);
986 configparser(pParser, 0, NULL, context);
989 configparserFree(pParser, free);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/rtl8365mb/
H A Drtl8367c_asicdrv_oam.h22 extern ret_t rtl8367c_getAsicOamParser(rtk_uint32 port, rtk_uint32* pParser);
H A Drtl8367c_asicdrv_oam.c54 * pParser - Per-Port OAM parser state
64 ret_t rtl8367c_getAsicOamParser(rtk_uint32 port, rtk_uint32* pParser) argument
69 return rtl8367c_getAsicRegBits(RTL8367C_REG_OAM_PARSER_CTRL0 + port/8, RTL8367C_OAM_PARSER_MASK(port%8), pParser);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/rtl8365mb/
H A Drtl8367c_asicdrv_oam.h22 extern ret_t rtl8367c_getAsicOamParser(rtk_uint32 port, rtk_uint32* pParser);
H A Drtl8367c_asicdrv_oam.c54 * pParser - Per-Port OAM parser state
64 ret_t rtl8367c_getAsicOamParser(rtk_uint32 port, rtk_uint32* pParser) argument
69 return rtl8367c_getAsicRegBits(RTL8367C_REG_OAM_PARSER_CTRL0 + port/8, RTL8367C_OAM_PARSER_MASK(port%8), pParser);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dparse.c1251 yyParser *pParser; local
1252 pParser = (yyParser*)(*mallocProc)( (size_t)sizeof(yyParser) );
1253 if( pParser ){
1254 pParser->yyidx = -1;
1256 yyGrowStack(pParser);
1259 return pParser;
1471 static int yy_pop_parser_stack(yyParser *pParser){ argument
1473 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx];
1475 if( pParser
1505 yyParser *pParser = (yyParser*)p; local
1522 yy_find_shift_action( yyParser *pParser, YYCODETYPE iLookAhead ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dparse.c1251 yyParser *pParser; local
1252 pParser = (yyParser*)(*mallocProc)( (size_t)sizeof(yyParser) );
1253 if( pParser ){
1254 pParser->yyidx = -1;
1256 yyGrowStack(pParser);
1259 return pParser;
1471 static int yy_pop_parser_stack(yyParser *pParser){ argument
1473 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx];
1475 if( pParser
1505 yyParser *pParser = (yyParser*)p; local
1522 yy_find_shift_action( yyParser *pParser, YYCODETYPE iLookAhead ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dparse.c1251 yyParser *pParser; local
1252 pParser = (yyParser*)(*mallocProc)( (size_t)sizeof(yyParser) );
1253 if( pParser ){
1254 pParser->yyidx = -1;
1256 yyGrowStack(pParser);
1259 return pParser;
1471 static int yy_pop_parser_stack(yyParser *pParser){ argument
1473 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx];
1475 if( pParser
1505 yyParser *pParser = (yyParser*)p; local
1522 yy_find_shift_action( yyParser *pParser, YYCODETYPE iLookAhead ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c100084 yyParser *pParser; local
100200 yy_pop_parser_stack(yyParser *pParser) argument
100236 yyParser *pParser = (yyParser*)p; local
100252 yyParser *pParser = (yyParser*)p; local
100265 yy_find_shift_action( yyParser *pParser, YYCODETYPE iLookAhead ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c100084 yyParser *pParser; local
100200 yy_pop_parser_stack(yyParser *pParser) argument
100236 yyParser *pParser = (yyParser*)p; local
100252 yyParser *pParser = (yyParser*)p; local
100265 yy_find_shift_action( yyParser *pParser, YYCODETYPE iLookAhead ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c100084 yyParser *pParser; local
100200 yy_pop_parser_stack(yyParser *pParser) argument
100236 yyParser *pParser = (yyParser*)p; local
100252 yyParser *pParser = (yyParser*)p; local
100265 yy_find_shift_action( yyParser *pParser, YYCODETYPE iLookAhead ) argument
[all...]

Completed in 958 milliseconds