OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DSO_METHOD
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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
...]
/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 63 milliseconds