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

/bind-9.6-ESV-R11/lib/isc/
H A Dhex.c133 isc_boolean_t eol; local
141 eol = ISC_FALSE;
143 eol = ISC_TRUE;
145 isc_tokentype_string, eol));
H A Dbase64.c184 isc_boolean_t eol; local
192 eol = ISC_FALSE;
194 eol = ISC_TRUE;
196 isc_tokentype_string, eol));
H A Dbase32.c261 isc_boolean_t eol; local
269 eol = ISC_FALSE;
271 eol = ISC_TRUE;
273 isc_tokentype_string, eol));
H A Dlex.c797 isc_tokentype_t expect, isc_boolean_t eol)
813 if (eol && ((token->type == isc_tokentype_eol) ||
832 isc_lex_getoctaltoken(isc_lex_t *lex, isc_token_t *token, isc_boolean_t eol) argument
845 if (eol && ((token->type == isc_tokentype_eol) ||
796 isc_lex_getmastertoken(isc_lex_t *lex, isc_token_t *token, isc_tokentype_t expect, isc_boolean_t eol) argument
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dlex.h310 isc_tokentype_t expect, isc_boolean_t eol);
328 isc_lex_getoctaltoken(isc_lex_t *lex, isc_token_t *token, isc_boolean_t eol);
/bind-9.6-ESV-R11/lib/dns/
H A Dmaster.c206 #define GETTOKEN(lexer, options, token, eol) \
208 result = gettoken(lexer, options, token, eol, callbacks); \
349 isc_boolean_t eol, dns_rdatacallbacks_t *callbacks)
371 if (eol != ISC_TRUE)
348 gettoken(isc_lex_t *lex, unsigned int options, isc_token_t *token, isc_boolean_t eol, dns_rdatacallbacks_t *callbacks) argument

Completed in 23 milliseconds