refcount          135 Zend/zend.h    	int refcount;
refcount         2734 Zend/zend_API.c 		ce->refcount++;
refcount         4126 Zend/zend_API.c 	    (f->op_array.refcount && *(f->op_array.refcount) < 2) ||
refcount         1285 Zend/zend_builtin_functions.c 				    (!mptr->op_array.refcount || *mptr->op_array.refcount > 1) &&
refcount         1848 Zend/zend_builtin_functions.c 		if (ce->refcount > 1 &&
refcount         2012 Zend/zend_builtin_functions.c 		if (func->refcount) {
refcount         2013 Zend/zend_builtin_functions.c 			(*func->refcount)++;
refcount          583 Zend/zend_closures.c 		if (closure->func.op_array.refcount) {
refcount          584 Zend/zend_closures.c 			(*closure->func.op_array.refcount)++;
refcount          921 Zend/zend_compile.c 		if (op_array->refcount) {
refcount          922 Zend/zend_compile.c 			(*op_array->refcount)++;
refcount          970 Zend/zend_compile.c 		if (function->op_array.refcount) {
refcount          971 Zend/zend_compile.c 			(*function->op_array.refcount)++;
refcount          995 Zend/zend_compile.c 	ce->refcount++;
refcount          997 Zend/zend_compile.c 		ce->refcount--;
refcount         1049 Zend/zend_compile.c 	ce->refcount++;
refcount         1608 Zend/zend_compile.c 	ce->refcount = 1;
refcount          346 Zend/zend_compile.h 	uint32_t *refcount;
refcount         1049 Zend/zend_gc.c 					current->refcount = GC_REFCOUNT(current->ref);
refcount         1079 Zend/zend_gc.c 					if (GC_REFCOUNT(current->ref) > current->refcount) {
refcount           67 Zend/zend_gc.h 	uint32_t                 refcount;
refcount           74 Zend/zend_inheritance.c 		if (func->op_array.refcount) {
refcount           75 Zend/zend_inheritance.c 			(*func->op_array.refcount)++;
refcount           59 Zend/zend_opcode.c 	op_array->refcount = (uint32_t *) emalloc(sizeof(uint32_t));
refcount           60 Zend/zend_opcode.c 	*op_array->refcount = 1;
refcount          254 Zend/zend_opcode.c 	if (--ce->refcount > 0) {
refcount          338 Zend/zend_opcode.c 	ce->refcount++;
refcount          359 Zend/zend_opcode.c 	if (!op_array->refcount || --(*op_array->refcount) > 0) {
refcount          363 Zend/zend_opcode.c 	efree_size(op_array->refcount, sizeof(*(op_array->refcount)));
refcount          145 Zend/zend_types.h 	uint32_t         refcount;			/* reference counter 32-bit */
refcount          371 Zend/zend_types.h #define GC_REFCOUNT(p)				(p)->gc.refcount
refcount           42 ext/com_dotnet/com_persist.c 	LONG refcount;
refcount           76 ext/com_dotnet/com_persist.c 		InterlockedIncrement(&stm->refcount);
refcount           88 ext/com_dotnet/com_persist.c 	return InterlockedIncrement(&stm->refcount);
refcount           96 ext/com_dotnet/com_persist.c 	ret = InterlockedDecrement(&stm->refcount);
refcount          260 ext/com_dotnet/com_persist.c 	if (stm->refcount > 0) {
refcount          281 ext/com_dotnet/com_persist.c 	stm->refcount = 1;
refcount           43 ext/com_dotnet/com_wrapper.c 	LONG refcount;			/* COM reference count */
refcount          112 ext/com_dotnet/com_wrapper.c 		InterlockedIncrement(&disp->refcount);
refcount          124 ext/com_dotnet/com_wrapper.c 	return InterlockedIncrement(&disp->refcount);
refcount          132 ext/com_dotnet/com_wrapper.c 	ret = InterlockedDecrement(&disp->refcount);
refcount          545 ext/com_dotnet/com_wrapper.c 	disp->refcount = 1;
refcount          571 ext/com_dotnet/com_wrapper.c 	if (disp->refcount > 0)
refcount         1262 ext/dom/document.c 	int refcount;
refcount         1284 ext/dom/document.c 			refcount = php_libxml_decrement_doc_ref((php_libxml_node_object *)intern);
refcount         1285 ext/dom/document.c 			if (refcount != 0) {
refcount         1480 ext/dom/document.c 	int refcount, ret;
refcount         1519 ext/dom/document.c 				refcount = php_libxml_decrement_doc_ref((php_libxml_node_object *)intern);
refcount         1520 ext/dom/document.c 				if (refcount != 0) {
refcount         2002 ext/dom/document.c 	int refcount, ret;
refcount         2067 ext/dom/document.c 				refcount = php_libxml_decrement_doc_ref((php_libxml_node_object *)intern);
refcount         2068 ext/dom/document.c 				if (refcount != 0) {
refcount          566 ext/enchant/enchant.c 		pbroker->rsrc->gc.refcount++;
refcount          617 ext/enchant/enchant.c 		pbroker->rsrc->gc.refcount++;
refcount          945 ext/interbase/interbase.c 			xlink->gc.refcount++;
refcount          946 ext/interbase/interbase.c 			xlink->gc.refcount++;
refcount           31 ext/intl/msgformat/msgformat_format.c #define Z_ADDREF_P(z) ((z)->refcount++)
refcount         1200 ext/libxml/libxml.c 				return object->node->refcount;
refcount         1207 ext/libxml/libxml.c 			ret_refcount = ++object->node->refcount;
refcount         1216 ext/libxml/libxml.c 			object->node->refcount = 1;
refcount         1232 ext/libxml/libxml.c 		ret_refcount = --obj_node->refcount;
refcount         1250 ext/libxml/libxml.c 		object->document->refcount++;
refcount         1251 ext/libxml/libxml.c 		ret_refcount = object->document->refcount;
refcount         1256 ext/libxml/libxml.c 		object->document->refcount = ret_refcount;
refcount         1268 ext/libxml/libxml.c 		ret_refcount = --object->document->refcount;
refcount           70 ext/libxml/php_libxml.h 	int   refcount;
refcount           76 ext/libxml/php_libxml.h 	int	refcount;
refcount         1966 ext/mysqlnd/mysqlnd.c 	++conn->refcount;
refcount         1967 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu new_refcount=%u", conn->thread_id, conn->refcount);
refcount         1979 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu old_refcount=%u", conn->thread_id, conn->refcount);
refcount         1980 ext/mysqlnd/mysqlnd.c 	if (!(--conn->refcount)) {
refcount           45 ext/mysqlnd/mysqlnd_block_alloc.c 		pool->refcount--;
refcount           79 ext/mysqlnd/mysqlnd_block_alloc.c 				pool->refcount--;
refcount           98 ext/mysqlnd/mysqlnd_block_alloc.c 				pool->refcount--;
refcount          140 ext/mysqlnd/mysqlnd_block_alloc.c 			++pool->refcount;
refcount          161 ext/mysqlnd/mysqlnd_block_alloc.c 		ret->refcount = 0;
refcount           47 ext/mysqlnd/mysqlnd_structs.h 	unsigned int refcount;
refcount          398 ext/opcache/zend_accelerator_util_funcs.c 	ce->refcount = 1;
refcount          450 ext/opcache/zend_persist.c 	if (op_array->refcount && --(*op_array->refcount) == 0) {
refcount          451 ext/opcache/zend_persist.c 		efree(op_array->refcount);
refcount          453 ext/opcache/zend_persist.c 	op_array->refcount = NULL;
refcount          680 ext/opcache/zend_persist.c 		if (op_array->refcount && --(*op_array->refcount) == 0) {
refcount          681 ext/opcache/zend_persist.c 			efree(op_array->refcount);
refcount          268 ext/opcache/zend_persist_calc.c 	    (!op_array->refcount || *(op_array->refcount) > 1)*/) {
refcount          206 ext/pcre/php_pcre.c 	if (*num_clean > 0 && !pce->refcount) {
refcount          497 ext/pcre/php_pcre.c 	new_entry.refcount = 0;
refcount          626 ext/pcre/php_pcre.c 	pce->refcount++;
refcount          629 ext/pcre/php_pcre.c 	pce->refcount--;
refcount         1069 ext/pcre/php_pcre.c 	pce->refcount++;
refcount         1072 ext/pcre/php_pcre.c 	pce->refcount--;
refcount         1722 ext/pcre/php_pcre.c 	pce->refcount++;
refcount         1724 ext/pcre/php_pcre.c 	pce->refcount--;
refcount         2011 ext/pcre/php_pcre.c 	pce->refcount++;
refcount         2013 ext/pcre/php_pcre.c 	pce->refcount--;
refcount           57 ext/pcre/php_pcre.h 	int refcount;
refcount          482 ext/pdo/php_pdo_driver.h 	unsigned int refcount;
refcount          610 ext/pdo/php_pdo_driver.h 	zend_ulong refcount;
refcount          276 ext/phar/phar.c 	if (--phar->refcount < 0) {
refcount          282 ext/phar/phar.c 	} else if (!phar->refcount) {
refcount          316 ext/phar/phar.c 	if (EG(exception) || --phar_data->refcount < 0) {
refcount          368 ext/phar/phar.c 	if (--phar_data->refcount < 0) {
refcount          471 ext/phar/phar.c 		idata->phar->refcount--;
refcount          308 ext/phar/phar_internal.h 	int                      refcount;
refcount         1098 ext/phar/phar_object.c 		++(phar_data->refcount);
refcount         1217 ext/phar/phar_object.c 		++(phar_data->refcount);
refcount         1348 ext/phar/phar_object.c 	if (phar->refcount) {
refcount         2114 ext/phar/phar_object.c 				phar->refcount++;
refcount          274 ext/phar/stream.c 					++(entry->phar->refcount);
refcount          448 ext/phar/util.c 			++(entry->phar->refcount);
refcount          508 ext/phar/util.c 		++(entry->phar->refcount);
refcount          616 ext/phar/util.c 	++(phar->refcount);
refcount          944 ext/phar/util.c 	if (phar->refcount || phar->is_persistent) {
refcount           73 ext/simplexml/simplexml.c 	subnode->document->refcount++;
refcount          992 ext/simplexml/simplexml.c 		subnode->document->refcount++;
refcount         2052 ext/simplexml/simplexml.c 		clone->document->refcount++;
refcount         1567 ext/spl/spl_iterators.c 			intern->u.regex.pce->refcount++;
refcount         2332 ext/spl/spl_iterators.c 			object->u.regex.pce->refcount--;
refcount          470 ext/standard/user_filters.c 	if (bucket->refcount == 1) {
refcount          471 ext/standard/user_filters.c 		bucket->refcount++;
refcount          282 ext/xmlrpc/xmlrpc-epi-php.c 		rsrc->gc.refcount++;
refcount          284 ext/xmlrpc/xmlrpc-epi-php.c 		rsrc->gc.refcount--;
refcount           46 ext/zip/lib/zip_source_free.c     if (src->refcount > 0) {
refcount           47 ext/zip/lib/zip_source_free.c         src->refcount--;
refcount           49 ext/zip/lib/zip_source_free.c     if (src->refcount > 0) {
refcount           74 ext/zip/lib/zip_source_function.c     src->refcount++;
refcount           95 ext/zip/lib/zip_source_function.c     src->refcount = 1;
refcount          402 ext/zip/lib/zipint.h     unsigned int refcount;
refcount           44 ext/zip/php_zip.h #  define Z_SET_REFCOUNT_P(pz, rc)  pz->refcount = rc
refcount          102 main/streams/filter.c 	bucket->refcount = 1;
refcount          121 main/streams/filter.c 	if (bucket->refcount == 1 && bucket->own_buf) {
refcount          131 main/streams/filter.c 	retval->refcount = 1;
refcount          151 main/streams/filter.c 	(*left)->refcount = 1;
refcount          158 main/streams/filter.c 	(*right)->refcount = 1;
refcount          182 main/streams/filter.c 	if (--bucket->refcount == 0) {
refcount           55 main/streams/php_stream_filter_api.h 	int refcount;
refcount           73 main/streams/php_stream_filter_api.h #define php_stream_bucket_addref(bucket)	(bucket)->refcount++
refcount           34 sapi/fpm/fpm/fpm_sockets.c 	int refcount;
refcount          130 sapi/fpm/fpm/fpm_sockets.c 					++ls->refcount;
refcount          148 sapi/fpm/fpm/fpm_sockets.c 				ls->refcount = 0;
refcount          150 sapi/fpm/fpm/fpm_sockets.c 				ls->refcount = 1;
refcount          388 sapi/fpm/fpm/fpm_sockets.c 		if (ls->refcount == 0) {
refcount          315 sapi/phpdbg/phpdbg_list.c 	if (dataptr->op_array.refcount) {
refcount          316 sapi/phpdbg/phpdbg_list.c 		++*dataptr->op_array.refcount;
refcount          362 sapi/phpdbg/phpdbg_list.c 	if (dataptr->op_array.refcount) {
refcount          363 sapi/phpdbg/phpdbg_list.c 		++*dataptr->op_array.refcount;
refcount           45 sapi/phpdbg/phpdbg_set.c 	PHPDBG_SET_COMMAND_D(refcount,     "usage: set refcount [<on|off>]",          'r', set_refcount,     NULL, "|b", PHPDBG_ASYNC_SAFE),
refcount          271 sapi/phpdbg/phpdbg_set.c PHPDBG_SET(refcount) /* {{{ */
refcount           38 sapi/phpdbg/phpdbg_set.h PHPDBG_SET(refcount);