Searched refs:eol (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dhex.c124 isc_boolean_t eol; local
132 eol = ISC_FALSE;
134 eol = ISC_TRUE;
136 isc_tokentype_string, eol));
H A Dbase64.c175 isc_boolean_t eol; local
183 eol = ISC_FALSE;
185 eol = ISC_TRUE;
187 isc_tokentype_string, eol));
H A Dbase32.c284 isc_boolean_t eol; local
292 eol = ISC_FALSE;
294 eol = ISC_TRUE;
296 isc_tokentype_string, eol));
H A Dlex.c873 isc_tokentype_t expect, isc_boolean_t eol)
889 if (eol && ((token->type == isc_tokentype_eol) ||
908 isc_lex_getoctaltoken(isc_lex_t *lex, isc_token_t *token, isc_boolean_t eol) argument
921 if (eol && ((token->type == isc_tokentype_eol) ||
872 isc_lex_getmastertoken(isc_lex_t *lex, isc_token_t *token, isc_tokentype_t expect, isc_boolean_t eol) argument
/bind-9.11.3/lib/isc/include/isc/
H A Dlex.h301 isc_tokentype_t expect, isc_boolean_t eol);
319 isc_lex_getoctaltoken(isc_lex_t *lex, isc_token_t *token, isc_boolean_t eol);
/bind-9.11.3/lib/dns/
H A Dmaster.c216 #define GETTOKENERR(lexer, options, token, eol, err) \
218 result = gettoken(lexer, options, token, eol, callbacks); \
245 #define GETTOKEN(lexer, options, token, eol) \
246 GETTOKENERR(lexer, options, token, eol, {} )
340 isc_boolean_t eol, dns_rdatacallbacks_t *callbacks)
362 if (eol != ISC_TRUE)
339 gettoken(isc_lex_t *lex, unsigned int options, isc_token_t *token, isc_boolean_t eol, dns_rdatacallbacks_t *callbacks) argument

Completed in 94 milliseconds