Searched defs:eol (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/ |
H A D | base64.c | 184 isc_boolean_t eol; local 192 eol = ISC_FALSE; 194 eol = ISC_TRUE; 196 isc_tokentype_string, eol));
|
H A D | hex.c | 133 isc_boolean_t eol; local 141 eol = ISC_FALSE; 143 eol = ISC_TRUE; 145 isc_tokentype_string, eol));
|
H A D | base32.c | 261 isc_boolean_t eol; local 269 eol = ISC_FALSE; 271 eol = ISC_TRUE; 273 isc_tokentype_string, eol));
|
H A D | lex.c | 797 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/dns/ |
H A D | master.c | 206 #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 40 milliseconds