Searched refs:open_files (Results 1 – 3 of 3) sorted by relevance
656 open_files(void) in open_files() function732 open_files(); in main()
415 pctx->open_files = NULL; in cfg_parser_create()438 CHECK(cfg_create_list(pctx, &cfg_type_filelist, &pctx->open_files)); in cfg_parser_create()447 CLEANUP_OBJ(pctx->open_files); in cfg_parser_create()469 ISC_LIST_APPEND(pctx->open_files->value.list, elt, link); in parser_openfile()568 CLEANUP_OBJ(pctx->open_files); in cfg_parser_destroy()2272 elt = ISC_LIST_TAIL(pctx->open_files-> in cfg_gettoken()2275 ISC_LIST_UNLINK(pctx->open_files-> in cfg_gettoken()2363 if (pctx->open_files == NULL) in have_current_file()2366 elt = ISC_LIST_TAIL(pctx->open_files->value.list); in have_current_file()2382 elt = ISC_LIST_TAIL(pctx->open_files->value.list); in current_file()
203 cfg_obj_t * open_files; member