HomeSort by: relevance | last modified time | path
    Searched refs:GETTOKEN (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
master.c 215 result = gettoken(lexer, options, token, eol, callbacks); \
258 #define GETTOKEN(lexer, options, token, eol) \
293 GETTOKEN(lctx->lex, 0, &token, true); \
358 gettoken(isc_lex_t *lex, unsigned int options, isc_token_t *token, bool eol, function
1098 GETTOKEN(lctx->lex, ISC_LEXOPT_INITIALWS | ISC_LEXOPT_QSTRING,
1149 GETTOKEN(lctx->lex, 0, &token, false);
1194 GETTOKEN(lctx->lex, ISC_LEXOPT_QSTRING, &token,
1201 GETTOKEN(lctx->lex, 0, &token, true);
1240 GETTOKEN(lctx->lex, 0, &token, false);
1290 GETTOKEN(lctx->lex, 0, &token, false)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
master.c 227 result = gettoken(lexer, options, token, eol, callbacks); \
253 #define GETTOKEN(lexer, options, token, eol) \
288 GETTOKEN(lctx->lex, 0, &token, true); \
354 gettoken(isc_lex_t *lex, unsigned int options, isc_token_t *token, bool eol, function
1145 GETTOKEN(lctx->lex, ISC_LEXOPT_INITIALWS | ISC_LEXOPT_QSTRING,
1197 GETTOKEN(lctx->lex, 0, &token, false);
1242 GETTOKEN(lctx->lex, ISC_LEXOPT_QSTRING, &token,
1249 GETTOKEN(lctx->lex, 0, &token, true);
1287 GETTOKEN(lctx->lex, 0, &token, false);
1340 GETTOKEN(lctx->lex, 0, &token, false)
    [all...]

Completed in 16 milliseconds