Searched refs:error_pos (Results 1 – 3 of 3) sorted by relevance
1018 lzma_str_to_filters(const char *str, int *error_pos, lzma_filter *filters, in lzma_str_to_filters() argument1024 if (error_pos != NULL) in lzma_str_to_filters()1025 *error_pos = 0; in lzma_str_to_filters()1051 if (error_pos != NULL) { in lzma_str_to_filters()1053 *error_pos = n > INT_MAX ? INT_MAX : (int)n; in lzma_str_to_filters()
162 int error_pos; in str_to_filters() local163 const char *err = lzma_str_to_filters(str, &error_pos, in str_to_filters()176 message(V_ERROR, "%*s^", error_pos, ""); in str_to_filters()
8134 Tests: test_filter_str: Test *error_pos more thoroughly8143 liblzma: lzma_str_to_filters: Set *error_pos on all errors8145 The API docs clearly say that if error_pos isn't NULL then *error