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

  /src/crypto/external/apache2/openssl/dist/crypto/comp/
c_brotli.c 66 typedef void (*decode_end_ft)(BrotliDecoderState *); typedef
81 static decode_end_ft p_decode_end = NULL;
309 p_decode_end = (decode_end_ft)DSO_bind_func(brotli_decode_dso, "BrotliDecoderDestroyInstance");

Completed in 23 milliseconds