Searched refs:METHOD (Results 1 – 3 of 3) sorted by relevance
40 } METHOD; typedef45 METHOD method;53 METHOD method;162 static int ossl_method_up_ref(METHOD *method) in ossl_method_up_ref()167 static void ossl_method_free(METHOD *method) in ossl_method_free()
72 ### Use a METHOD based approach74 A METHOD based approach is simply a structure containing function pointers. It76 implementing a METHOD can be employed, but these differences are hidden from77 the caller of the METHOD.79 In this solution we would seek to implement a different METHOD for each of the84 In the MVP the METHOD approach would be private. However, once it has90 the MVP could implement a METHOD based approach, and subsequent releases could112 This approach is very similar to the alternative METHOD based approach. The123 for a new fetchable operation is more involved than a METHOD based approach.133 * More complicated to implement than the simple METHOD based approach[all …]
131 =head3 Engines and "METHOD" APIs
Completed in 17 milliseconds