Lines Matching defs:lex

31 #include <isc/lex.h>
9254 * Get the next token from lexer 'lex'.
9258 * return either that value (lex->data) or NULL. It is necessary to copy
9263 next_token(isc_lex_t *lex, isc_buffer_t **text) {
9268 result = isc_lex_gettoken(lex, ISC_LEXOPT_EOF|ISC_LEXOPT_QSTRING,
9273 (void) isc_lex_close(lex);
9277 (void) isc_lex_close(lex);
9313 zone_from_args(ns_server_t *server, isc_lex_t *lex, const char *zonetxt,
9332 ptr = next_token(lex, text);
9339 zonetxt = next_token(lex, text);
9353 classtxt = next_token(lex, text);
9361 viewtxt = next_token(lex, text);
9418 ns_server_retransfercommand(ns_server_t *server, isc_lex_t *lex,
9426 result = zone_from_args(server, lex, NULL, &zone, NULL,
9451 ns_server_reloadcommand(ns_server_t *server, isc_lex_t *lex,
9459 result = zone_from_args(server, lex, NULL, &zone, NULL,
9528 ns_server_notifycommand(ns_server_t *server, isc_lex_t *lex,
9535 result = zone_from_args(server, lex, NULL, &zone, NULL,
9554 ns_server_refreshcommand(ns_server_t *server, isc_lex_t *lex,
9563 result = zone_from_args(server, lex, NULL, &zone, NULL,
9593 ns_server_togglequerylog(ns_server_t *server, isc_lex_t *lex) {
9598 ptr = next_token(lex, NULL);
9602 ptr = next_token(lex, NULL);
9958 ns_server_dumpdb(ns_server_t *server, isc_lex_t *lex, isc_buffer_t **text) {
9967 ptr = next_token(lex, NULL);
9996 ptr = next_token(lex, NULL);
10005 ptr = next_token(lex, NULL);
10008 ptr = next_token(lex, NULL);
10016 ptr = next_token(lex, NULL);
10022 ptr = next_token(lex, NULL);
10028 ptr = next_token(lex, NULL);
10034 ptr = next_token(lex, NULL);
10058 ptr = next_token(lex, NULL);
10072 ns_server_dumpsecroots(ns_server_t *server, isc_lex_t *lex,
10085 ptr = next_token(lex, text);
10090 ptr = next_token(lex, text);
10092 ptr = next_token(lex, text);
10139 ptr = next_token(lex, text);
10210 ns_server_setdebuglevel(ns_server_t *server, isc_lex_t *lex) {
10218 ptr = next_token(lex, NULL);
10223 ptr = next_token(lex, NULL);
10241 ns_server_validation(ns_server_t *server, isc_lex_t *lex,
10251 ptr = next_token(lex, text);
10256 ptr = next_token(lex, text);
10273 ptr = next_token(lex, text);
10314 ns_server_flushcache(ns_server_t *server, isc_lex_t *lex) {
10323 ptr = next_token(lex, NULL);
10328 ptr = next_token(lex, NULL);
10450 ns_server_flushnode(ns_server_t *server, isc_lex_t *lex, isc_boolean_t tree) {
10462 ptr = next_token(lex, NULL);
10467 ptr = next_token(lex, NULL);
10481 viewname = next_token(lex, NULL);
10656 ns_server_testgen(isc_lex_t *lex, isc_buffer_t **text) {
10664 ptr = next_token(lex, text);
10668 ptr = next_token(lex, text);
10748 ns_server_tsigdelete(ns_server_t *server, isc_lex_t *lex,
10758 (void)next_token(lex, text); /* skip command name */
10760 ptr = next_token(lex, text);
10765 viewname = next_token(lex, text);
10918 ns_server_rekey(ns_server_t *server, isc_lex_t *lex, isc_buffer_t **text) {
10926 ptr = next_token(lex, text);
10933 result = zone_from_args(server, lex, NULL, &zone, NULL,
10989 ns_server_sync(ns_server_t *server, isc_lex_t *lex, isc_buffer_t **text) {
10998 (void) next_token(lex, text);
11000 arg = next_token(lex, text);
11004 arg = next_token(lex, text);
11007 result = zone_from_args(server, lex, arg, &zone, NULL,
11068 isc_lex_t *lex, isc_buffer_t **text)
11080 result = zone_from_args(server, lex, NULL, &zone, NULL,
12636 ns_server_delzone(ns_server_t *server, isc_lex_t *lex, isc_buffer_t **text) {
12651 ptr = next_token(lex, text);
12656 ptr = next_token(lex, text);
12662 ptr = next_token(lex, text);
12665 CHECK(zone_from_args(server, lex, ptr, &zone, zonename,
12830 ns_server_showzone(ns_server_t *server, isc_lex_t *lex, isc_buffer_t **text) {
12844 CHECK(zone_from_args(server, lex, NULL, &zone, zonename,
12978 ns_server_signing(ns_server_t *server, isc_lex_t *lex, isc_buffer_t **text) {
13001 ptr = next_token(lex, text);
13006 ptr = next_token(lex, text);
13016 ptr = next_token(lex, text);
13025 ptr = next_token(lex, text);
13034 ptr = next_token(lex, text);
13039 ptr = next_token(lex, text);
13055 ptr = next_token(lex, text);
13076 ptr = next_token(lex, text);
13084 CHECK(zone_from_args(server, lex, NULL, &zone, NULL,
13195 ns_server_zonestatus(ns_server_t *server, isc_lex_t *lex,
13225 CHECK(zone_from_args(server, lex, NULL, &zone, zonename,
13495 ns_server_nta(ns_server_t *server, isc_lex_t *lex, isc_boolean_t readonly,
13519 ptr = next_token(lex, text);
13525 ptr = next_token(lex, text);
13540 ptr = next_token(lex, text);
13597 nametext = next_token(lex, text);
13614 viewname = next_token(lex, text);
13915 ns_server_mkeys(ns_server_t *server, isc_lex_t *lex, isc_buffer_t **text) {
13926 cmd = next_token(lex, text);
13931 cmd = next_token(lex, text);
13949 classtxt = next_token(lex, text);
13952 viewtxt = next_token(lex, text);
14029 ns_server_dnstap(ns_server_t *server, isc_lex_t *lex, isc_buffer_t **text) {
14040 ptr = next_token(lex, text);
14048 ptr = next_token(lex, text);
14057 ptr = next_token(lex, text);
14073 UNUSED(lex);