Searched refs:__method (Results 1 – 2 of 2) sorted by relevance
53 #define SIP_HANDLER(__method, __request, __response) \ argument55 .method = (__method), \56 .len = sizeof(__method) - 1, \
700 int (*__method)_proto; \707 __method = *(void **)((char *)__scan->cpl_ops + \709 if (__method != NULL) { \710 __result = (*__method)(__env, __scan, \729 void (*__method)_proto; \735 __method = *(void **)((char *)__scan->cpl_ops + \737 if (__method != NULL) \738 (*__method)(__env, __scan, \751 void (*__method)_proto; \759 __method = *(void **)((char *)__scan->cpl_ops + \[all …]