Searched refs:error_pos (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/xz/src/liblzma/common/ |
| H A D | string_conversion.c | 1018 lzma_str_to_filters(const char *str, int *error_pos, lzma_filter *filters, in lzma_str_to_filters() argument 1024 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()
|
| /src/contrib/xz/src/liblzma/api/lzma/ |
| H A D | filter.h | 676 const char *str, int *error_pos, lzma_filter *filters,
|
| /src/contrib/xz/src/xz/ |
| H A D | coder.c | 162 int error_pos; in str_to_filters() local 163 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()
|
| /src/contrib/xz/ |
| H A D | ChangeLog | 8134 Tests: test_filter_str: Test *error_pos more thoroughly 8143 liblzma: lzma_str_to_filters: Set *error_pos on all errors 8145 The API docs clearly say that if error_pos isn't NULL then *error
|