HomeSort by relevance Sort by last modified time
    Searched full:name_converter (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/dso/
dso_lib.c 350 *oldcb = dso->name_converter;
351 dso->name_converter = cb;
438 if(dso->name_converter != NULL)
439 result = dso->name_converter(dso, filename);
dso.h 77 * behaviour can be overriden by setting the name_converter callback in the DSO
195 DSO_NAME_CONVERTER_FUNC name_converter; member in struct:dso_st
223 /* This function sets the DSO's name_converter callback. If it is non-NULL,
233 /* This function will invoke the DSO's name_converter callback to translate a
  /external/openssl/include/openssl/
dso.h 77 * behaviour can be overriden by setting the name_converter callback in the DSO
195 DSO_NAME_CONVERTER_FUNC name_converter; member in struct:dso_st
223 /* This function sets the DSO's name_converter callback. If it is non-NULL,
233 /* This function will invoke the DSO's name_converter callback to translate a

Completed in 2019 milliseconds