__c               619 ext/curl/interface.c #define REGISTER_CURL_CONSTANT(__c) REGISTER_LONG_CONSTANT(#__c, __c, CONST_CS | CONST_PERSISTENT)
__c                91 ext/simplexml/simplexml.c #define APPEND_PREV_ELEMENT(__c, __v) \
__c                92 ext/simplexml/simplexml.c 	if ((__c) == 1) { \
__c                97 ext/simplexml/simplexml.c #define APPEND_CUR_ELEMENT(__c, __v) \
__c                98 ext/simplexml/simplexml.c 	if (++(__c) > 1) { \