Searched refs:reader_options (Results 1 – 2 of 2) sorted by relevance
147 const char *reader_options; in read_archive() local170 reader_options = getenv(ENV_READER_OPTIONS); in read_archive()171 if (reader_options != NULL) { in read_archive()173 size_t opt_len = strlen(reader_options) + 1; in read_archive()182 memcpy(p + module_len, reader_options, opt_len); in read_archive()
156 const char *reader_options; in set_reader_options() local161 reader_options = getenv(ENV_READER_OPTIONS); in set_reader_options()162 if (reader_options != NULL) { in set_reader_options()164 size_t opt_len = strlen(reader_options) + 1; in set_reader_options()174 memcpy(p, reader_options, opt_len); in set_reader_options()