HomeSort by relevance Sort by last modified time
    Searched defs:DSO_METHOD (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/dso/
dso.h 74 * typical for the platform (more specifically the DSO_METHOD) using the
79 * the DSO_METHOD's converter too if it only wants to override behaviour for
150 * alone a DSO_METHOD implemented for them. */
163 /* The default DSO_METHOD-specific function for converting filenames to
166 /* The default DSO_METHOD-specific function for converting filenames to
178 } DSO_METHOD;
185 DSO_METHOD *meth;
222 DSO * DSO_new_method(DSO_METHOD *method);
229 * then it will be used instead of the associated DSO_METHOD's function. If
239 * filename, or if the callback isn't set it will instead use the DSO_METHOD'
    [all...]
  /external/openssl/include/openssl/
dso.h 74 * typical for the platform (more specifically the DSO_METHOD) using the
79 * the DSO_METHOD's converter too if it only wants to override behaviour for
150 * alone a DSO_METHOD implemented for them. */
163 /* The default DSO_METHOD-specific function for converting filenames to
166 /* The default DSO_METHOD-specific function for converting filenames to
178 } DSO_METHOD;
185 DSO_METHOD *meth;
222 DSO * DSO_new_method(DSO_METHOD *method);
229 * then it will be used instead of the associated DSO_METHOD's function. If
239 * filename, or if the callback isn't set it will instead use the DSO_METHOD'
    [all...]

Completed in 4705 milliseconds