Lines Matching defs:fopt
112 struct fstrm_iothr_options *fopt;
220 env->fopt = *foptp;
364 env->iothr = fstrm_iothr_init(env->fopt, &fw);
492 if (env->fopt != NULL) {
493 fstrm_iothr_options_destroy(&env->fopt);
957 struct fstrm_file_options *fopt = NULL;
970 fopt = fstrm_file_options_init();
971 if (fopt == NULL) {
975 fstrm_file_options_set_file_path(fopt, filename);
977 handle->reader = fstrm_file_reader_init(fopt, NULL);
1008 if (fopt != NULL) {
1009 fstrm_file_options_destroy(&fopt);