Searched refs:lookup_method (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_capi.c | 184 int lookup_method; member 266 "lookup_method", 377 ctx->lookup_method = i; in capi_ctrl() 1476 switch (ctx->lookup_method) { in capi_find_cert() 1573 switch (ctx->lookup_method) { in capi_find_key() 1635 ctx->lookup_method = CAPI_LU_SUBSTR; in capi_ctx_new()
|
/third_party/openssl/engines/ |
H A D | e_capi.c | 184 int lookup_method; member 266 "lookup_method", 377 ctx->lookup_method = i; in capi_ctrl() 1476 switch (ctx->lookup_method) { in capi_find_cert() 1573 switch (ctx->lookup_method) { in capi_find_key() 1635 ctx->lookup_method = CAPI_LU_SUBSTR; in capi_ctx_new()
|
/third_party/python/Objects/ |
H A D | typeobject.c | 1571 - lookup_maybe_method() and lookup_method() are internal routines similar 1629 lookup_method(PyObject *self, PyObject *attr, int *unbound) in lookup_method() function 1664 /* A variation of PyObject_CallMethod* that uses lookup_method() 1677 PyObject *func = lookup_method(self, name, &unbound); in vectorcall_method() 2075 PyObject *mro_meth = lookup_method( in mro_invoke() 7625 PyObject *meth = lookup_method(self, &_Py_ID(__call__), &unbound); in slot_tp_call() 7856 PyObject *meth = lookup_method(self, &_Py_ID(__init__), &unbound); in slot_tp_init()
|
Completed in 16 milliseconds