refcount          483 Zend/zend.h    	int refcount;
refcount          817 Zend/zend.h    	int is_ref, refcount;						\
refcount          821 Zend/zend.h    	refcount = Z_REFCOUNT_PP(ppzv_dest);		\
refcount          828 Zend/zend.h    	Z_SET_REFCOUNT_PP(ppzv_dest, refcount);		\
refcount         2602 Zend/zend_API.c 		ce->refcount++;
refcount         4021 Zend/zend_API.c 	    *(f->op_array.refcount) < 2 ||
refcount         1101 Zend/zend_builtin_functions.c 				    *mptr->op_array.refcount > 1 &&
refcount         1660 Zend/zend_builtin_functions.c 		if (ce->refcount > 1 && 
refcount          484 Zend/zend_closures.c 		(*closure->func.op_array.refcount)++;
refcount         3103 Zend/zend_compile.c 		(*op_array->refcount)++;
refcount         4619 Zend/zend_compile.c 		(*function->op_array.refcount)++;
refcount         4709 Zend/zend_compile.c 	ce->refcount++;
refcount         4711 Zend/zend_compile.c 		ce->refcount--;
refcount         4768 Zend/zend_compile.c 	ce->refcount++;
refcount         6944 Zend/zend_compile.c 	ce->refcount = 1;
refcount          279 Zend/zend_compile.h 	zend_uint *refcount;
refcount          463 Zend/zend_execute_API.c 		int refcount;
refcount          471 Zend/zend_execute_API.c 		refcount = Z_REFCOUNT_P(p);
refcount          541 Zend/zend_execute_API.c 		Z_SET_REFCOUNT_P(p, refcount);
refcount          276 Zend/zend_gc.c 		obj->refcount++;
refcount          382 Zend/zend_gc.c 			obj->refcount--;
refcount          522 Zend/zend_gc.c 					if (obj->refcount > 0) {
refcount          579 Zend/zend_gc.c 			if (obj->refcount > 0) {
refcount          805 Zend/zend_gc.c 					EG(objects_store).object_buckets[Z_OBJ_HANDLE(p->z)].bucket.obj.refcount <= 0 &&
refcount          810 Zend/zend_gc.c 					EG(objects_store).object_buckets[Z_OBJ_HANDLE(p->z)].bucket.obj.refcount++;
refcount          812 Zend/zend_gc.c 					EG(objects_store).object_buckets[Z_OBJ_HANDLE(p->z)].bucket.obj.refcount--;
refcount          826 Zend/zend_gc.c 					EG(objects_store).object_buckets[Z_OBJ_HANDLE(p->z)].bucket.obj.refcount <= 0) {
refcount          827 Zend/zend_gc.c 					EG(objects_store).object_buckets[Z_OBJ_HANDLE(p->z)].bucket.obj.refcount = 1;
refcount          270 Zend/zend_generators.c 		(*op_array->refcount)++;
refcount           42 Zend/zend_list.c 	le.refcount=1;
refcount           56 Zend/zend_list.c 		if (--le->refcount<=0) {
refcount           86 Zend/zend_list.c 		le->refcount++;
refcount           36 Zend/zend_list.h 	int refcount;
refcount           56 Zend/zend_objects_API.c 					obj->refcount++;
refcount           59 Zend/zend_objects_API.c 					obj->refcount--;
refcount           61 Zend/zend_objects_API.c 					if (obj->refcount == 0) {
refcount          127 Zend/zend_objects_API.c 	obj->refcount = 1;
refcount          145 Zend/zend_objects_API.c 	return EG(objects_store).object_buckets[handle].bucket.obj.refcount;
refcount          152 Zend/zend_objects_API.c 	EG(objects_store).object_buckets[handle].bucket.obj.refcount++;
refcount          163 Zend/zend_objects_API.c 	EG(objects_store).object_buckets[handle].bucket.obj.refcount++;
refcount          203 Zend/zend_objects_API.c 		if (obj->refcount == 1) {
refcount          222 Zend/zend_objects_API.c 			if (obj->refcount == 1) {
refcount          236 Zend/zend_objects_API.c 	obj->refcount--;
refcount          239 Zend/zend_objects_API.c 	if (obj->refcount == 0) {
refcount           42 Zend/zend_objects_API.h 			zend_uint refcount;
refcount           62 Zend/zend_opcode.c 	op_array->refcount = (zend_uint *) emalloc(sizeof(zend_uint));
refcount           63 Zend/zend_opcode.c 	*op_array->refcount = 1;
refcount          278 Zend/zend_opcode.c 	if (--ce->refcount > 0) {
refcount          351 Zend/zend_opcode.c 	(*ce)->refcount++;
refcount          369 Zend/zend_opcode.c 	if (--(*op_array->refcount)>0) {
refcount          373 Zend/zend_opcode.c 	efree(op_array->refcount);
refcount           42 ext/com_dotnet/com_persist.c 	LONG refcount;
refcount           77 ext/com_dotnet/com_persist.c 		InterlockedIncrement(&stm->refcount);
refcount           89 ext/com_dotnet/com_persist.c 	return InterlockedIncrement(&stm->refcount);
refcount           97 ext/com_dotnet/com_persist.c 	ret = InterlockedDecrement(&stm->refcount);
refcount          261 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          113 ext/com_dotnet/com_wrapper.c 		InterlockedIncrement(&disp->refcount);
refcount          125 ext/com_dotnet/com_wrapper.c 	return InterlockedIncrement(&disp->refcount);
refcount          133 ext/com_dotnet/com_wrapper.c 	ret = InterlockedDecrement(&disp->refcount);
refcount          544 ext/com_dotnet/com_wrapper.c 	disp->refcount = 1;
refcount          567 ext/com_dotnet/com_wrapper.c 	if (disp->refcount > 0)
refcount         1397 ext/dom/document.c 	int encoding_len = 0, version_len = 0, refcount;
refcount         1423 ext/dom/document.c 			refcount = php_libxml_decrement_doc_ref((php_libxml_node_object *)intern TSRMLS_CC);
refcount         1424 ext/dom/document.c 			if (refcount != 0) {
refcount         1618 ext/dom/document.c 	int source_len, refcount, ret;
refcount         1649 ext/dom/document.c 				refcount = php_libxml_decrement_doc_ref((php_libxml_node_object *)intern TSRMLS_CC);
refcount         1650 ext/dom/document.c 				if (refcount != 0) {
refcount         2124 ext/dom/document.c 	int source_len, refcount, ret;
refcount         2180 ext/dom/document.c 				refcount = php_libxml_decrement_doc_ref((php_libxml_node_object *)intern TSRMLS_CC);
refcount         2181 ext/dom/document.c 				if (refcount != 0) {
refcount          539 ext/hash/hash.c 		le->refcount = 1;
refcount           31 ext/intl/msgformat/msgformat_format.c #define Z_ADDREF_P(z) ((z)->refcount++)
refcount         1194 ext/libxml/libxml.c 				return object->node->refcount;
refcount         1201 ext/libxml/libxml.c 			ret_refcount = ++object->node->refcount;
refcount         1210 ext/libxml/libxml.c 			object->node->refcount = 1;
refcount         1226 ext/libxml/libxml.c 		ret_refcount = --obj_node->refcount;
refcount         1244 ext/libxml/libxml.c 		object->document->refcount++;
refcount         1245 ext/libxml/libxml.c 		ret_refcount = object->document->refcount;
refcount         1250 ext/libxml/libxml.c 		object->document->refcount = ret_refcount;
refcount         1262 ext/libxml/libxml.c 		ret_refcount = --object->document->refcount;
refcount           66 ext/libxml/php_libxml.h 	int   refcount;
refcount           72 ext/libxml/php_libxml.h 	int	refcount;
refcount          314 ext/mysqli/mysqli.c #define Z_ADDREF_P(pz)				(++(pz)->refcount)
refcount          315 ext/mysqli/mysqli.c #define Z_REFCOUNT_P(pz)			((pz)->refcount)
refcount          316 ext/mysqli/mysqli.c #define Z_SET_REFCOUNT_P(pz, rc)	((pz)->refcount = rc)
refcount         1969 ext/mysqlnd/mysqlnd.c 	++conn->refcount;
refcount         1970 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu new_refcount=%u", conn->thread_id, conn->refcount);
refcount         1982 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu old_refcount=%u", conn->thread_id, conn->refcount);
refcount         1983 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           28 ext/mysqlnd/mysqlnd_priv.h #define Z_ADDREF_P(pz)				(++(pz)->refcount)
refcount           29 ext/mysqlnd/mysqlnd_priv.h #define Z_DELREF_P(pz)				(--(pz)->refcount)
refcount           30 ext/mysqlnd/mysqlnd_priv.h #define Z_REFCOUNT_P(pz)			((pz)->refcount)
refcount           31 ext/mysqlnd/mysqlnd_priv.h #define Z_SET_REFCOUNT_P(pz, rc)	((pz)->refcount = rc)
refcount           47 ext/mysqlnd/mysqlnd_structs.h 	unsigned int refcount;
refcount         2268 ext/opcache/ZendAccelerator.c 		return (--(*function->op_array.refcount) <= 0) ?
refcount          131 ext/opcache/ZendAccelerator.h 	#define Z_REFCOUNT_P(pz)				(pz)->refcount
refcount          132 ext/opcache/ZendAccelerator.h 	#define Z_SET_REFCOUNT_P(pz, v)			(pz)->refcount = (v)
refcount          133 ext/opcache/ZendAccelerator.h 	#define Z_ADDREF_P(pz)					++((pz)->refcount)
refcount          134 ext/opcache/ZendAccelerator.h 	#define Z_DELREF_P(pz)					--((pz)->refcount)
refcount          139 ext/opcache/ZendAccelerator.h 	#define PZ_REFCOUNT_P(pz)				(pz)->refcount
refcount          140 ext/opcache/ZendAccelerator.h 	#define PZ_SET_REFCOUNT_P(pz, v)		(pz)->refcount = (v)
refcount          141 ext/opcache/ZendAccelerator.h 	#define PZ_ADDREF_P(pz)					++((pz)->refcount)
refcount          142 ext/opcache/ZendAccelerator.h 	#define PZ_DELREF_P(pz)					--((pz)->refcount)
refcount          531 ext/opcache/zend_accelerator_util_funcs.c 		if (new_entry->refcount != NULL) {
refcount          668 ext/opcache/zend_accelerator_util_funcs.c 	op_array->refcount = &zend_accel_refcount;
refcount          669 ext/opcache/zend_accelerator_util_funcs.c 	(*op_array->refcount) = ZEND_PROTECTED_REFCOUNT;
refcount          702 ext/opcache/zend_accelerator_util_funcs.c 	ce->refcount = 1;
refcount          704 ext/opcache/zend_accelerator_util_funcs.c 	if (old_ce->refcount != 1) {
refcount          228 ext/opcache/zend_persist.c 	if (--(*op_array->refcount) == 0) {
refcount          229 ext/opcache/zend_persist.c 		efree(op_array->refcount);
refcount          231 ext/opcache/zend_persist.c 	op_array->refcount = NULL;
refcount          458 ext/opcache/zend_persist.c 			op_array->prototype->op_array.refcount++;
refcount          634 ext/opcache/zend_persist.c 		ce->parent->refcount++;
refcount          641 ext/opcache/zend_persist.c 		ce->constructor->op_array.refcount++;
refcount          645 ext/opcache/zend_persist.c 		ce->destructor->op_array.refcount++;
refcount          649 ext/opcache/zend_persist.c 		ce->clone->op_array.refcount++;
refcount          653 ext/opcache/zend_persist.c 		ce->__get->op_array.refcount++;
refcount          657 ext/opcache/zend_persist.c 		ce->__set->op_array.refcount++;
refcount          661 ext/opcache/zend_persist.c 		ce->__call->op_array.refcount++;
refcount          665 ext/opcache/zend_persist.c 		ce->serialize_func->op_array.refcount++;
refcount          669 ext/opcache/zend_persist.c 		ce->unserialize_func->op_array.refcount++;
refcount          673 ext/opcache/zend_persist.c 		ce->__isset->op_array.refcount++;
refcount          677 ext/opcache/zend_persist.c 		ce->__unset->op_array.refcount++;
refcount          681 ext/opcache/zend_persist.c 		ce->__tostring->op_array.refcount++;
refcount          686 ext/opcache/zend_persist.c 		ce->__callstatic->op_array.refcount++;
refcount          692 ext/opcache/zend_persist.c 		ce->__debugInfo->op_array.refcount++;
refcount          180 ext/pcre/php_pcre.c 	if (*num_clean > 0 && !pce->refcount) {
refcount          474 ext/pcre/php_pcre.c 	new_entry.refcount = 0;
refcount          579 ext/pcre/php_pcre.c 	pce->refcount++;
refcount          582 ext/pcre/php_pcre.c 	pce->refcount--;
refcount         1056 ext/pcre/php_pcre.c 	pce->refcount++;
refcount         1059 ext/pcre/php_pcre.c 	pce->refcount--;
refcount         1550 ext/pcre/php_pcre.c 	pce->refcount++;
refcount         1552 ext/pcre/php_pcre.c 	pce->refcount--;
refcount         1836 ext/pcre/php_pcre.c 	pce->refcount++;
refcount         1838 ext/pcre/php_pcre.c 	pce->refcount--;
refcount           52 ext/pcre/php_pcre.h 	int refcount;
refcount          337 ext/pdo/pdo_dbh.c 				pdbh->refcount = 1;
refcount          362 ext/pdo/pdo_dbh.c 			dbh->refcount++;
refcount         1512 ext/pdo/pdo_dbh.c 	if (--dbh->refcount)
refcount         1554 ext/pdo/pdo_dbh.c 	dbh->refcount++;
refcount         1588 ext/pdo/pdo_dbh.c 	dbh->refcount = 1;
refcount          269 ext/pdo/pdo_stmt.c 		stmt->refcount++;
refcount         2305 ext/pdo/pdo_stmt.c 	stmt->refcount = 1;
refcount         2404 ext/pdo/pdo_stmt.c 	stmt->refcount++;
refcount         2409 ext/pdo/pdo_stmt.c 	if (--stmt->refcount == 0) {
refcount         2428 ext/pdo/pdo_stmt.c 	stmt->refcount = 1;
refcount         2450 ext/pdo/pdo_stmt.c 	if (--I->stmt->refcount == 0) {
refcount         2540 ext/pdo/pdo_stmt.c 	stmt->refcount++;
refcount         2771 ext/pdo/pdo_stmt.c 		if (--stmt->refcount == 0) {
refcount          500 ext/pdo/php_pdo_driver.h 	unsigned int refcount;
refcount          612 ext/pdo/php_pdo_driver.h 	unsigned long refcount;
refcount          277 ext/phar/phar.c 	if (--phar->refcount < 0) {
refcount          283 ext/phar/phar.c 	} else if (!phar->refcount) {
refcount          318 ext/phar/phar.c 	if (EG(exception) || --phar_data->refcount < 0) {
refcount          371 ext/phar/phar.c 	if (--phar_data->refcount < 0) {
refcount          468 ext/phar/phar.c 		idata->phar->refcount--;
refcount          312 ext/phar/phar_internal.h 	int                      refcount;
refcount         1119 ext/phar/phar_object.c 		++(phar_data->refcount);
refcount         1237 ext/phar/phar_object.c 		++(phar_data->refcount);
refcount         1367 ext/phar/phar_object.c 	if (phar->refcount) {
refcount         2135 ext/phar/phar_object.c 				phar->refcount++;
refcount          274 ext/phar/stream.c 					++(entry->phar->refcount);
refcount          449 ext/phar/util.c 			++(entry->phar->refcount);
refcount          509 ext/phar/util.c 		++(entry->phar->refcount);
refcount          617 ext/phar/util.c 	++(phar->refcount);
refcount          945 ext/phar/util.c 	if (phar->refcount || phar->is_persistent) {
refcount         3529 ext/reflection/php_reflection.c 	int refcount;
refcount         3545 ext/reflection/php_reflection.c 	refcount = Z_REFCOUNT_PP(variable_ptr);
refcount         3550 ext/reflection/php_reflection.c 	Z_SET_REFCOUNT_PP(variable_ptr, refcount);
refcount           74 ext/simplexml/simplexml.c 	subnode->document->refcount++;
refcount         1022 ext/simplexml/simplexml.c 		subnode->document->refcount++;
refcount         1998 ext/simplexml/simplexml.c 		clone->document->refcount++;
refcount         1571 ext/spl/spl_iterators.c 			intern->u.regex.pce->refcount++;
refcount         2375 ext/spl/spl_iterators.c 			object->u.regex.pce->refcount--;
refcount          638 ext/standard/array.c 	unsigned int refcount;
refcount          655 ext/standard/array.c 	refcount = Z_REFCOUNT_P(array);
refcount          660 ext/standard/array.c 		if (refcount > Z_REFCOUNT_P(array)) {
refcount          681 ext/standard/array.c 	unsigned int refcount;
refcount          698 ext/standard/array.c 	refcount = Z_REFCOUNT_P(array);
refcount          703 ext/standard/array.c 		if (refcount > Z_REFCOUNT_P(array)) {
refcount          777 ext/standard/array.c 	unsigned int refcount;
refcount          794 ext/standard/array.c 	refcount = Z_REFCOUNT_P(array);
refcount          799 ext/standard/array.c 		if (refcount > Z_REFCOUNT_P(array)) {
refcount          746 ext/standard/scanf.c 						zend_uint refcount;
refcount          749 ext/standard/scanf.c 						refcount = Z_REFCOUNT_PP(current);
refcount          752 ext/standard/scanf.c 						Z_SET_REFCOUNT_PP(current, refcount);
refcount          870 ext/standard/scanf.c 						zend_uint refcount;
refcount          873 ext/standard/scanf.c 						refcount = Z_REFCOUNT_PP(current);
refcount          876 ext/standard/scanf.c 						Z_SET_REFCOUNT_PP(current, refcount);
refcount         2453 ext/standard/string.c 			ulong refcount;
refcount         2466 ext/standard/string.c 			refcount = Z_REFCOUNT_P(orig_str);
refcount         2549 ext/standard/string.c 					if(Z_REFCOUNT_P(orig_str) != refcount) {
refcount          485 ext/standard/user_filters.c 	if (bucket->refcount == 1) {
refcount          486 ext/standard/user_filters.c 		bucket->refcount++;
refcount           48 ext/zip/php_zip.h #  define Z_SET_REFCOUNT_P(pz, rc)  pz->refcount = rc 
refcount          104 main/streams/filter.c 	bucket->refcount = 1;
refcount          123 main/streams/filter.c 	if (bucket->refcount == 1 && bucket->own_buf) {
refcount          133 main/streams/filter.c 	retval->refcount = 1;
refcount          153 main/streams/filter.c 	(*left)->refcount = 1;
refcount          160 main/streams/filter.c 	(*right)->refcount = 1;
refcount          184 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           71 main/streams/streams.c 		return --le->refcount == 0;
refcount          144 main/streams/streams.c 					le->refcount++;
refcount          147 main/streams/streams.c 					regentry->refcount++;
refcount          322 main/streams/streams.c 		le.refcount = 0;
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          398 sapi/fpm/fpm/fpm_sockets.c 		if (ls->refcount == 0) {
refcount           44 sapi/phpdbg/phpdbg_set.c 	PHPDBG_SET_COMMAND_D(refcount,     "usage: set refcount [<on|off>]",          'r', set_refcount,     NULL, "|b"),
refcount          241 sapi/phpdbg/phpdbg_set.c PHPDBG_SET(refcount) /* {{{ */
refcount           38 sapi/phpdbg/phpdbg_set.h PHPDBG_SET(refcount);