HomeSort by: relevance | last modified time | path
    Searched defs:test_index_dup_alloc (Results 1 - 1 of 1) sorted by relevancy

  /src/external/public-domain/xz/dist/tests/
test_index.c 1302 static const lzma_allocator test_index_dup_alloc = { &my_alloc, NULL, NULL }; variable
1329 assert_true(lzma_index_dup(idx, &test_index_dup_alloc) == NULL);

Completed in 21 milliseconds