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, \
683 int (*__method)_proto; \690 __method = *(void **)((char *)__scan->cpl_ops + \692 if (__method != NULL) { \693 __result = (*__method)(__env, __scan, \712 void (*__method)_proto; \718 __method = *(void **)((char *)__scan->cpl_ops + \720 if (__method != NULL) \721 (*__method)(__env, __scan, \734 void (*__method)_proto; \742 __method = *(void **)((char *)__scan->cpl_ops + \[all …]