Home
last modified time | relevance | path

Searched refs:SO_ME (Results 1 – 2 of 2) sorted by relevance

/dports/net/pecl-oauth2/oauth-2.0.7/
H A Doauth.c2672 SO_ME(setToken, arginfo_oauth_settoken, ZEND_ACC_PUBLIC)
2674 SO_ME(setVersion, arginfo_oauth_setversion, ZEND_ACC_PUBLIC)
2675 SO_ME(setAuthType, arginfo_oauth_setauthtype, ZEND_ACC_PUBLIC)
2676 SO_ME(setNonce, arginfo_oauth_setnonce, ZEND_ACC_PUBLIC)
2678 SO_ME(fetch, arginfo_oauth_fetch, ZEND_ACC_PUBLIC)
2679 SO_ME(enableDebug, arginfo_oauth_noparams, ZEND_ACC_PUBLIC)
2680 SO_ME(disableDebug, arginfo_oauth_noparams, ZEND_ACC_PUBLIC)
2685 SO_ME(setCAPath, arginfo_oauth_setcapath, ZEND_ACC_PUBLIC)
2686 SO_ME(getCAPath, arginfo_oauth_noparams, ZEND_ACC_PUBLIC)
2687 SO_ME(generateSignature, arginfo_oauth_gensig, ZEND_ACC_PUBLIC)
[all …]
H A Dphp_oauth.h266 #define SO_ME(func, arg_info, flags) PHP_ME(oauth, func, arg_info, flags) macro