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

/bind-9.11.3/lib/isc/include/isc/
H A Dlex.h234 isc_lex_openstream(isc_lex_t *lex, FILE *stream);
/bind-9.11.3/bin/tests/
H A Dlex_test.c126 RUNTIME_CHECK(isc_lex_openstream(lex, stdin) == ISC_R_SUCCESS);
/bind-9.11.3/bin/tools/
H A Dnamed-rrchecker.c161 RUNTIME_CHECK(isc_lex_openstream(lex, stdin) == ISC_R_SUCCESS);
/bind-9.11.3/lib/isc/
H A Dlex.c244 isc_lex_openstream(isc_lex_t *lex, FILE *stream) { function
/bind-9.11.3/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c808 if (isc_lex_openstream(lexer, stdin) != ISC_R_SUCCESS) {
/bind-9.11.3/lib/dns/
H A Dmaster.c2776 result = isc_lex_openstream(lctx->lex, stream);
2809 result = isc_lex_openstream(lctx->lex, stream);

Completed in 1556 milliseconds