count              31 TSRM/TSRM.c    	int count;
count              82 TSRM/TSRM.c    						unshuffled_offset, TSRM_SHUFFLE_RSRC_ID(0), TSRM_SHUFFLE_RSRC_ID(thread_resources->count-1)));	\
count             181 TSRM/TSRM.c    				for (j=0; j<p->count; j++) {
count             252 TSRM/TSRM.c    			if (p->count < id_count) {
count             256 TSRM/TSRM.c    				for (j=p->count; j<id_count; j++) {
count             262 TSRM/TSRM.c    				p->count = id_count;
count             284 TSRM/TSRM.c    	(*thread_resources_ptr)->count = id_count;
count             344 TSRM/TSRM.c    			TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count);
count             382 TSRM/TSRM.c    	TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count);
count             398 TSRM/TSRM.c    		for (i=0; i<thread_resources->count; i++) {
count             403 TSRM/TSRM.c    		for (i=0; i<thread_resources->count; i++) {
count             463 TSRM/TSRM.c    			for (i=0; i<thread_resources->count; i++) {
count             468 TSRM/TSRM.c    			for (i=0; i<thread_resources->count; i++) {
count             505 TSRM/TSRM.c    			for (i=0; i<thread_resources->count; i++) {
count             510 TSRM/TSRM.c    			for (i=0; i<thread_resources->count; i++) {
count             551 TSRM/TSRM.c    				if (p->count > j && p->storage[j]) {
count            1868 Zend/zend_API.c static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_func_t swp) /* {{{ */
count            1872 Zend/zend_API.c 	Bucket *end = b1 + count;
count            2126 Zend/zend_API.c 	int count=0, unload=0;
count            2237 Zend/zend_API.c 				zend_unregister_functions(functions, count, target_function_table);
count            2309 Zend/zend_API.c 		count++;
count            2326 Zend/zend_API.c 		zend_unregister_functions(functions, count, target_function_table);
count            2430 Zend/zend_API.c ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable *function_table) /* {{{ */
count            2442 Zend/zend_API.c 		if (count!=-1 && i>=count) {
count             279 Zend/zend_API.h ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable *function_table);
count             182 Zend/zend_alloc.c #define ZEND_MM_LRUN(count)              (ZEND_MM_IS_LRUN | ((count) << ZEND_MM_LRUN_PAGES_OFFSET))
count             184 Zend/zend_alloc.c #define ZEND_MM_SRUN_EX(bin_num, count)  (ZEND_MM_IS_SRUN | ((bin_num) << ZEND_MM_SRUN_BIN_NUM_OFFSET) | ((count) << ZEND_MM_SRUN_FREE_COUNTER_OFFSET))
count            1999 Zend/zend_alloc.c 	zend_long count = 0;
count            2006 Zend/zend_alloc.c 				count++;
count            2020 Zend/zend_alloc.c 	return count;
count            2025 Zend/zend_alloc.c 	zend_long count = 0;
count            2032 Zend/zend_alloc.c 					count += zend_mm_find_leaks_small(p, i, 0, leak);
count            2039 Zend/zend_alloc.c 						count++;
count            2050 Zend/zend_alloc.c 	return count;
count            2055 Zend/zend_alloc.c 	zend_long count = 0;
count            2064 Zend/zend_alloc.c 			count++;
count            2071 Zend/zend_alloc.c 	return count;
count              81 Zend/zend_arena.h static zend_always_inline void* zend_arena_calloc(zend_arena **arena_ptr, size_t count, size_t unit_size)
count              87 Zend/zend_arena.h 	size = zend_safe_address(unit_size, count, 0, &overflow);
count              89 Zend/zend_arena.h 		zend_error(E_ERROR, "Possible integer overflow in zend_arena_calloc() (%zu * %zu)", unit_size, count);
count            2000 Zend/zend_compile.c 	uint32_t i, count = zend_stack_count(&CG(delayed_oplines_stack));
count            2002 Zend/zend_compile.c 	ZEND_ASSERT(count >= offset);
count            2003 Zend/zend_compile.c 	for (i = offset; i < count; ++i) {
count             699 Zend/zend_gc.c 	int count = 0;
count             711 Zend/zend_gc.c 			count++;
count             741 Zend/zend_gc.c 					if (!n) return count;
count             745 Zend/zend_gc.c 							count++;
count             747 Zend/zend_gc.c 						if (zv == end) return count;
count             754 Zend/zend_gc.c 						count += gc_collect_white(ref, flags, additional_buffer);
count             757 Zend/zend_gc.c 						count++;
count             767 Zend/zend_gc.c 				return count;
count             785 Zend/zend_gc.c 			return count;
count             787 Zend/zend_gc.c 			return count;
count             790 Zend/zend_gc.c 		if (!ht->nNumUsed) return count;
count             804 Zend/zend_gc.c 				count++;
count             806 Zend/zend_gc.c 			if (p == end) return count;
count             816 Zend/zend_gc.c 				count += gc_collect_white(ref, flags, additional_buffer);
count             819 Zend/zend_gc.c 				count++;
count             831 Zend/zend_gc.c 	return count;
count             836 Zend/zend_gc.c 	int count = 0;
count             853 Zend/zend_gc.c 			count += gc_collect_white(current->ref, flags, additional_buffer);
count             877 Zend/zend_gc.c 	return count;
count             982 Zend/zend_gc.c 	int count = 0;
count            1014 Zend/zend_gc.c 		count = gc_collect_roots(&gc_flags, &additional_buffer);
count            1142 Zend/zend_gc.c 		GC_G(collected) += count;
count            1150 Zend/zend_gc.c 	return count;
count              30 Zend/zend_llist.c 	l->count = 0;
count              50 Zend/zend_llist.c 	++l->count;
count              68 Zend/zend_llist.c 	++l->count;
count              87 Zend/zend_llist.c 			--l->count;
count             117 Zend/zend_llist.c 	l->count = 0;
count             142 Zend/zend_llist.c 	--l->count;
count             203 Zend/zend_llist.c 	if (l->count <= 0) {
count             207 Zend/zend_llist.c 	elements = (zend_llist_element **) emalloc(l->count * sizeof(zend_llist_element *));
count             215 Zend/zend_llist.c 	zend_sort(elements, l->count, sizeof(zend_llist_element *),
count             221 Zend/zend_llist.c 	for (i = 1; i < l->count; i++) {
count             256 Zend/zend_llist.c 	return l->count;
count              40 Zend/zend_llist.h 	size_t count;
count             116 Zend/zend_object_handlers.h typedef int (*zend_object_count_elements_t)(zval *object, zend_long *count);
count              41 Zend/zend_ptr_stack.c ZEND_API void zend_ptr_stack_n_push(zend_ptr_stack *stack, int count, ...)
count              46 Zend/zend_ptr_stack.c 	ZEND_PTR_STACK_RESIZE_IF_NEEDED(stack, count)
count              48 Zend/zend_ptr_stack.c 	va_start(ptr, count);
count              49 Zend/zend_ptr_stack.c 	while (count>0) {
count              53 Zend/zend_ptr_stack.c 		count--;
count              59 Zend/zend_ptr_stack.c ZEND_API void zend_ptr_stack_n_pop(zend_ptr_stack *stack, int count, ...)
count              64 Zend/zend_ptr_stack.c 	va_start(ptr, count);
count              65 Zend/zend_ptr_stack.c 	while (count>0) {
count              69 Zend/zend_ptr_stack.c 		count--;
count              38 Zend/zend_ptr_stack.h ZEND_API void zend_ptr_stack_n_push(zend_ptr_stack *stack, int count, ...);
count              39 Zend/zend_ptr_stack.h ZEND_API void zend_ptr_stack_n_pop(zend_ptr_stack *stack, int count, ...);
count              46 Zend/zend_ptr_stack.h #define ZEND_PTR_STACK_RESIZE_IF_NEEDED(stack, count)		\
count              47 Zend/zend_ptr_stack.h 	if (stack->top+count > stack->max) {					\
count              51 Zend/zend_ptr_stack.h 		} while (stack->top+count > stack->max);			\
count              53 ext/bcmath/libbcmath/src/compare.c   int  count;
count              87 ext/bcmath/libbcmath/src/compare.c   count = n1->n_len + MIN (n1->n_scale, n2->n_scale);
count              91 ext/bcmath/libbcmath/src/compare.c   while ((count > 0) && (*n1ptr == *n2ptr))
count              95 ext/bcmath/libbcmath/src/compare.c       count--;
count              97 ext/bcmath/libbcmath/src/compare.c   if (ignore_last && count == 1 && n1->n_scale == n2->n_scale)
count              99 ext/bcmath/libbcmath/src/compare.c   if (count != 0)
count             124 ext/bcmath/libbcmath/src/compare.c 	  for (count = n1->n_scale-n2->n_scale; count>0; count--)
count             136 ext/bcmath/libbcmath/src/compare.c 	  for (count = n2->n_scale-n1->n_scale; count>0; count--)
count              94 ext/bcmath/libbcmath/src/div.c   unsigned int  len1, len2, scale2, qdigits, extra, count;
count             218 ext/bcmath/libbcmath/src/div.c 	      for (count = 0; count < len2+1; count++)
count             239 ext/bcmath/libbcmath/src/div.c 	      for (count = 0; count < len2; count++)
count              55 ext/bcmath/libbcmath/src/doaddsub.c   int count;
count              66 ext/bcmath/libbcmath/src/doaddsub.c       for (count = scale_min - sum_scale; count > 0; count--)
count             147 ext/bcmath/libbcmath/src/doaddsub.c   int borrow, count, val;
count             160 ext/bcmath/libbcmath/src/doaddsub.c       for (count = scale_min - diff_scale; count > 0; count--)
count             176 ext/bcmath/libbcmath/src/doaddsub.c       for (count = n1->n_scale - min_scale; count > 0; count--)
count             182 ext/bcmath/libbcmath/src/doaddsub.c       for (count = n2->n_scale - min_scale; count > 0; count--)
count             198 ext/bcmath/libbcmath/src/doaddsub.c   for (count = 0; count < min_len + min_scale; count++)
count             214 ext/bcmath/libbcmath/src/doaddsub.c       for (count = diff_len - min_len; count > 0; count--)
count              50 ext/bcmath/libbcmath/src/nearzero.c   int  count;
count              58 ext/bcmath/libbcmath/src/nearzero.c   count = num->n_len + scale;
count              62 ext/bcmath/libbcmath/src/nearzero.c   while ((count > 0) && (*nptr++ == 0)) count--;
count              64 ext/bcmath/libbcmath/src/nearzero.c   if (count != 0 && (count != 1 || *--nptr != 1))
count             119 ext/bcmath/libbcmath/src/recmul.c   int  count, carry;
count             121 ext/bcmath/libbcmath/src/recmul.c   count = val->n_len;
count             123 ext/bcmath/libbcmath/src/recmul.c     count--;
count             124 ext/bcmath/libbcmath/src/recmul.c   assert (accum->n_len+accum->n_scale >= shift+count);
count             134 ext/bcmath/libbcmath/src/recmul.c     while (count--) {
count             153 ext/bcmath/libbcmath/src/recmul.c     while (count--) {
count              46 ext/bcmath/libbcmath/src/zero.c   int  count;
count              53 ext/bcmath/libbcmath/src/zero.c   count = num->n_len + num->n_scale;
count              57 ext/bcmath/libbcmath/src/zero.c   while ((count > 0) && (*nptr++ == 0)) count--;
count              59 ext/bcmath/libbcmath/src/zero.c   if (count != 0)
count             138 ext/bz2/bz2.c  static size_t php_bz2iop_read(php_stream *stream, char *buf, size_t count)
count             145 ext/bz2/bz2.c  		size_t remain = count - ret;
count             156 ext/bz2/bz2.c  	} while (ret < count);
count             161 ext/bz2/bz2.c  static size_t php_bz2iop_write(php_stream *stream, const char *buf, size_t count)
count             169 ext/bz2/bz2.c  		size_t remain = count - wrote;
count             180 ext/bz2/bz2.c  	} while (wrote < count);
count             523 ext/com_dotnet/com_handlers.c static int com_object_count(zval *object, zend_long *count)
count             537 ext/com_dotnet/com_handlers.c 	*count = ubound - lbound + 1;
count             351 ext/com_dotnet/com_saproxy.c static int saproxy_count_elements(zval *object, zend_long *count)
count             363 ext/com_dotnet/com_saproxy.c 	*count = ubound - lbound + 1;
count             349 ext/date/lib/parse_tz.c const timelib_tzdb_index_entry *timelib_timezone_builtin_identifiers_list(int *count)
count             351 ext/date/lib/parse_tz.c 	*count = sizeof(timezonedb_idx_builtin) / sizeof(*timezonedb_idx_builtin);
count             123 ext/date/lib/timelib.h const timelib_tzdb_index_entry *timelib_timezone_builtin_identifiers_list(int *count);
count             228 ext/date/lib/tm2unixtime.c 	timelib_sll count, dow, rem;
count             230 ext/date/lib/tm2unixtime.c 	count = time->relative.special.amount;
count             234 ext/date/lib/tm2unixtime.c 	time->d += (count / 5) * 7;
count             237 ext/date/lib/tm2unixtime.c 	rem = (count % 5);
count             239 ext/date/lib/tm2unixtime.c 	if (count > 0) {
count             145 ext/dba/libcdb/cdb_make.c 	uint32 count;
count             151 ext/dba/libcdb/cdb_make.c 	c->count[i] = 0;
count             156 ext/dba/libcdb/cdb_make.c 		++c->count[255 & x->hp[i].h];
count             161 ext/dba/libcdb/cdb_make.c 		u = c->count[i] * 2;
count             182 ext/dba/libcdb/cdb_make.c 		u += c->count[i]; /* bounded by numentries, so no overflow */
count             193 ext/dba/libcdb/cdb_make.c 		count = c->count[i];
count             195 ext/dba/libcdb/cdb_make.c 		len = count + count; /* no overflow possible */
count             203 ext/dba/libcdb/cdb_make.c 		for (u = 0;u < count;++u) {
count              45 ext/dba/libcdb/cdb_make.h 	uint32 count[256];
count              34 ext/dom/characterdata.c 	ZEND_ARG_INFO(0, count)
count              48 ext/dom/characterdata.c 	ZEND_ARG_INFO(0, count)
count              53 ext/dom/characterdata.c 	ZEND_ARG_INFO(0, count)
count             159 ext/dom/characterdata.c 	zend_long        offset, count;
count             163 ext/dom/characterdata.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oll", &id, dom_characterdata_class_entry, &offset, &count) == FAILURE) {
count             176 ext/dom/characterdata.c 	if (offset < 0 || count < 0 || ZEND_LONG_INT_OVFL(offset) || ZEND_LONG_INT_OVFL(count) || offset > length) {
count             182 ext/dom/characterdata.c 	if ((offset + count) > length) {
count             183 ext/dom/characterdata.c 		count = length - offset;
count             186 ext/dom/characterdata.c 	substring = xmlUTF8Strsub(cur, (int)offset, (int)count);
count             290 ext/dom/characterdata.c 	zend_long        offset, count;
count             294 ext/dom/characterdata.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oll", &id, dom_characterdata_class_entry, &offset, &count) == FAILURE) {
count             307 ext/dom/characterdata.c 	if (offset < 0 || count < 0 || ZEND_LONG_INT_OVFL(offset) || ZEND_LONG_INT_OVFL(count) || offset > length) {
count             319 ext/dom/characterdata.c 	if ((offset + count) > length) {
count             320 ext/dom/characterdata.c 		count = length - offset;
count             323 ext/dom/characterdata.c 	second = xmlUTF8Strsub(cur, (int)offset + (int)count, length - (int)offset);
count             346 ext/dom/characterdata.c 	zend_long        offset, count;
count             351 ext/dom/characterdata.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Olls", &id, dom_characterdata_class_entry, &offset, &count, &arg, &arg_len) == FAILURE) {
count             364 ext/dom/characterdata.c 	if (offset < 0 || count < 0 || ZEND_LONG_INT_OVFL(offset) || ZEND_LONG_INT_OVFL(count) || offset > length) {
count             376 ext/dom/characterdata.c 	if ((offset + count) > length) {
count             377 ext/dom/characterdata.c 		count = length - offset;
count             381 ext/dom/characterdata.c 		second = xmlUTF8Strsub(cur, (int)offset + count, length - (int)offset);
count              91 ext/dom/namednodemap.c 	int count = 0;
count              99 ext/dom/namednodemap.c 				count = xmlHashSize(objmap->ht);
count             106 ext/dom/namednodemap.c 					count++;
count             108 ext/dom/namednodemap.c 						count++;
count             116 ext/dom/namednodemap.c 	ZVAL_LONG(retval, count);
count             211 ext/dom/namednodemap.c 	int count;
count             240 ext/dom/namednodemap.c 					count = 0;
count             241 ext/dom/namednodemap.c 					while (count < index && curnode != NULL) {
count             242 ext/dom/namednodemap.c 						count++;
count              58 ext/dom/nodelist.c 	int count = 0;
count              64 ext/dom/nodelist.c 			count = xmlHashSize(objmap->ht);
count              68 ext/dom/nodelist.c 				count = zend_hash_num_elements(nodeht);
count              75 ext/dom/nodelist.c 							count++;
count              77 ext/dom/nodelist.c 								count++;
count              88 ext/dom/nodelist.c 							nodep, (char *) objmap->ns, (char *) objmap->local, &count, -1);
count              95 ext/dom/nodelist.c 	ZVAL_LONG(retval, count);
count             115 ext/dom/nodelist.c 	int count = 0;
count             145 ext/dom/nodelist.c 							while (count < index && curnode != NULL) {
count             146 ext/dom/nodelist.c 								count++;
count             156 ext/dom/nodelist.c 							itemnode = dom_get_elements_by_tag_name_ns_raw(nodep, (char *) objmap->ns, (char *) objmap->local, &count, index);
count            1362 ext/exif/exif.c 	int                 count;
count            1482 ext/exif/exif.c 	int             count;
count            1501 ext/exif/exif.c 	int             count;
count            1595 ext/exif/exif.c 	int             count = ImageInfo->file.count;
count            1597 ext/exif/exif.c 	tmp = safe_erealloc(ImageInfo->file.list, (count+1), sizeof(file_section), 0);
count            1599 ext/exif/exif.c 	ImageInfo->file.list[count].type = 0xFFFF;
count            1600 ext/exif/exif.c 	ImageInfo->file.list[count].data = NULL;
count            1601 ext/exif/exif.c 	ImageInfo->file.list[count].size = 0;
count            1602 ext/exif/exif.c 	ImageInfo->file.count = count+1;
count            1608 ext/exif/exif.c 	ImageInfo->file.list[count].type = type;
count            1609 ext/exif/exif.c 	ImageInfo->file.list[count].data = data;
count            1610 ext/exif/exif.c 	ImageInfo->file.list[count].size = size;
count            1611 ext/exif/exif.c 	return count;
count            1625 ext/exif/exif.c 	if (section_index >= ImageInfo->file.count) {
count            1643 ext/exif/exif.c 	if (ImageInfo->file.count) {
count            1644 ext/exif/exif.c 		for (i=0; i<ImageInfo->file.count; i++) {
count            1649 ext/exif/exif.c 	ImageInfo->file.count = 0;
count            1669 ext/exif/exif.c 	list = safe_erealloc(image_info->info_list[section_index].list, (image_info->info_list[section_index].count+1), sizeof(image_info_data), 0);
count            1672 ext/exif/exif.c 	info_data  = &image_info->info_list[section_index].list[image_info->info_list[section_index].count];
count            1778 ext/exif/exif.c 	image_info->info_list[section_index].count++;
count            1799 ext/exif/exif.c 	list = safe_erealloc(image_info->info_list[section_index].list, (image_info->info_list[section_index].count+1), sizeof(image_info_data), 0);
count            1802 ext/exif/exif.c 	info_data  = &image_info->info_list[section_index].list[image_info->info_list[section_index].count];
count            1809 ext/exif/exif.c 	image_info->info_list[section_index].count++;
count            1822 ext/exif/exif.c 		list = safe_erealloc(image_info->info_list[section_index].list, (image_info->info_list[section_index].count+1), sizeof(image_info_data), 0);
count            1824 ext/exif/exif.c 		info_data  = &image_info->info_list[section_index].list[image_info->info_list[section_index].count];
count            1831 ext/exif/exif.c 		image_info->info_list[section_index].count++;
count            1863 ext/exif/exif.c 		list = safe_erealloc(image_info->info_list[section_index].list, (image_info->info_list[section_index].count+1), sizeof(image_info_data), 0);
count            1865 ext/exif/exif.c 		info_data  = &image_info->info_list[section_index].list[image_info->info_list[section_index].count];
count            1874 ext/exif/exif.c 		image_info->info_list[section_index].count++;
count            1886 ext/exif/exif.c 	if (image_info->info_list[section_index].count) {
count            1887 ext/exif/exif.c 		for (i=0; i < image_info->info_list[section_index].count; i++) {
count            1943 ext/exif/exif.c 	if (image_info->info_list[section_index].count) {
count            1950 ext/exif/exif.c 		for(i=0; i<image_info->info_list[section_index].count; i++) {
count            2451 ext/exif/exif.c 			new_size  = 8 + 2 + info_list->count * 12 + 4;
count            2453 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: size of signature + directory(%d): 0x%02X", info_list->count, new_size);
count            2456 ext/exif/exif.c 			for (i=0; i<info_list->count; i++) {
count            2475 ext/exif/exif.c 			php_ifd_set16u(new_data, info_list->count, ImageInfo->motorola_intel);
count            2477 ext/exif/exif.c 			for (i=0; i<info_list->count; i++) {
count            2968 ext/exif/exif.c 				tmp_xp = (xp_field_type*)safe_erealloc(ImageInfo->xp_fields.list, (ImageInfo->xp_fields.count+1), sizeof(xp_field_type), 0);
count            2971 ext/exif/exif.c 				ImageInfo->xp_fields.count++;
count            2972 ext/exif/exif.c 				exif_process_unicode(ImageInfo, &(ImageInfo->xp_fields.list[ImageInfo->xp_fields.count-1]), tag, value_ptr, byte_count);
count            3269 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Needing section %d @ 0x%08X", ImageInfo->file.count, fpos);
count            3826 ext/exif/exif.c 	for (i=0; i<ImageInfo->xp_fields.count; i++) {
count            4031 ext/exif/exif.c 	for (i=0; i<ImageInfo.xp_fields.count; i++) {
count             106 ext/fileinfo/libmagic/apprentice.c 	uint32_t count;
count             998 ext/fileinfo/libmagic/apprentice.c 	if (mset[i].count == mset[i].max) {
count            1008 ext/fileinfo/libmagic/apprentice.c 		(void)memset(&mp[mset[i].count], 0, sizeof(*mp) *
count            1012 ext/fileinfo/libmagic/apprentice.c 	mset[i].me[mset[i].count++] = *me;
count            1289 ext/fileinfo/libmagic/apprentice.c 		for (i = 0; i < mset[j].count; ) {
count            1294 ext/fileinfo/libmagic/apprentice.c 			i = set_text_binary(ms, mset[j].me, mset[j].count, i);
count            1296 ext/fileinfo/libmagic/apprentice.c 		qsort(mset[j].me, mset[j].count, sizeof(*mset[j].me),
count            1303 ext/fileinfo/libmagic/apprentice.c 		set_last_default(ms, mset[j].me, mset[j].count);
count            1306 ext/fileinfo/libmagic/apprentice.c 		if (coalesce_entries(ms, mset[j].me, mset[j].count,
count            1315 ext/fileinfo/libmagic/apprentice.c 		magic_entry_free(mset[j].me, mset[j].count);
count             794 ext/fileinfo/libmagic/cdf.c     uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount)
count             842 ext/fileinfo/libmagic/cdf.c 	inp += *count;
count             843 ext/fileinfo/libmagic/cdf.c 	*count += sh.sh_properties;
count             998 ext/fileinfo/libmagic/cdf.c     cdf_summary_info_header_t *ssi, cdf_property_info_t **info, size_t *count)
count            1016 ext/fileinfo/libmagic/cdf.c 	*count = 0;
count            1020 ext/fileinfo/libmagic/cdf.c 	    count, &maxcount) == -1)
count            1322 ext/fileinfo/libmagic/cdf.c cdf_dump_property_info(const cdf_property_info_t *info, size_t count)
count            1329 ext/fileinfo/libmagic/cdf.c 	for (i = 0; i < count; i++) {
count            1397 ext/fileinfo/libmagic/cdf.c 	size_t count;
count            1400 ext/fileinfo/libmagic/cdf.c 	if (cdf_unpack_summary_info(sst, h, &ssi, &info, &count) == -1)
count            1409 ext/fileinfo/libmagic/cdf.c 	cdf_dump_property_info(info, count);
count             134 ext/fileinfo/libmagic/readcdf.c     size_t count, const cdf_directory_t *root_storage)
count             150 ext/fileinfo/libmagic/readcdf.c         for (i = 0; i < count; i++) {
count             290 ext/fileinfo/libmagic/readcdf.c         size_t count;
count             293 ext/fileinfo/libmagic/readcdf.c         if (cdf_unpack_summary_info(sst, h, &si, &info, &count) == -1)
count             336 ext/fileinfo/libmagic/readcdf.c         m = cdf_file_property_info(ms, info, count, root_storage);
count              21 ext/gd/libgd/gd_color.c 	int count;
count              53 ext/gd/libgd/gd_color.c 		count = *(bp++);
count              54 ext/gd/libgd/gd_color.c 		if( count > 0 ) {
count              55 ext/gd/libgd/gd_color.c 			im2->red[color]		= *(bp++) / count;
count              56 ext/gd/libgd/gd_color.c 			im2->green[color]	= *(bp++) / count;
count              57 ext/gd/libgd/gd_color.c 			im2->blue[color]	= *(bp++) / count;
count              58 ext/gd/libgd/gd_color.c 			im2->alpha[color]	= *(bp++) / count;
count             331 ext/gd/libgd/gd_gif_in.c 	unsigned char   count;
count             333 ext/gd/libgd/gd_gif_in.c 	if (! ReadOK(fd,&count,1)) {
count             337 ext/gd/libgd/gd_gif_in.c 	*ZeroDataBlockP = count == 0;
count             339 ext/gd/libgd/gd_gif_in.c 	if ((count != 0) && (! ReadOK(fd, buf, count))) {
count             343 ext/gd/libgd/gd_gif_in.c 	return count;
count             375 ext/gd/libgd/gd_gif_in.c 	unsigned char count;
count             395 ext/gd/libgd/gd_gif_in.c                if ((count = GetDataBlock(fd, &scd->buf[2], ZeroDataBlockP)) <= 0)
count             398 ext/gd/libgd/gd_gif_in.c 		scd->last_byte = 2 + count;
count             400 ext/gd/libgd/gd_gif_in.c 		scd->lastbit = (2+count)*8 ;
count             482 ext/gd/libgd/gd_gif_in.c 			int             count;
count             488 ext/gd/libgd/gd_gif_in.c 			while ((count = GetDataBlock(fd, buf, ZeroDataBlockP)) > 0)
count             491 ext/gd/libgd/gd_gif_in.c 			if (count != 0)
count             725 ext/gd/libgd/gd_topal.c   long count = 0; /* 2.0.28: = 0 */
count             744 ext/gd/libgd/gd_topal.c 	    if ((count = *histp++) != 0)
count             746 ext/gd/libgd/gd_topal.c 		total += count;
count             748 ext/gd/libgd/gd_topal.c 		  ((c0 << C0_SHIFT) + ((1 << C0_SHIFT) >> 1)) * count;
count             750 ext/gd/libgd/gd_topal.c 		  ((c1 << C1_SHIFT) + ((1 << C1_SHIFT) >> 1)) * count;
count             752 ext/gd/libgd/gd_topal.c 		  ((c2 << C2_SHIFT) + ((1 << C2_SHIFT) >> 1)) * count;
count             763 ext/gd/libgd/gd_topal.c   if (count)
count              62 ext/gettext/gettext.c 	ZEND_ARG_INFO(0, count)
count              71 ext/gettext/gettext.c 	ZEND_ARG_INFO(0, count)
count              80 ext/gettext/gettext.c 	ZEND_ARG_INFO(0, count)
count             290 ext/gettext/gettext.c 	zend_long count;
count             292 ext/gettext/gettext.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ssl", &msgid1, &msgid1_len, &msgid2, &msgid2_len, &count) == FAILURE) {
count             299 ext/gettext/gettext.c 	msgstr = ngettext(msgid1, msgid2, count);
count             314 ext/gettext/gettext.c 	zend_long count;
count             317 ext/gettext/gettext.c 		&msgid1, &msgid1_len, &msgid2, &msgid2_len, &count) == FAILURE) {
count             325 ext/gettext/gettext.c 	msgstr = dngettext(domain, msgid1, msgid2, count);
count             340 ext/gettext/gettext.c 	zend_long count, category;
count             345 ext/gettext/gettext.c 		&msgid1, &msgid1_len, &msgid2, &msgid2_len, &count, &category) == FAILURE) {
count             353 ext/gettext/gettext.c 	msgstr = dcngettext(domain, msgid1, msgid2, count, category);
count            1146 ext/gmp/gmp.c  		size_t count = (mpz_sizeinbase(gmpnumber, 2) + bits_per_word - 1) / bits_per_word;
count            1147 ext/gmp/gmp.c  		size_t out_len = count * size;
count             259 ext/hash/hash_gost.c 	if ((MAX32 - context->count[0]) < (len * 8)) {
count             260 ext/hash/hash_gost.c 		context->count[1]++;
count             261 ext/hash/hash_gost.c 		context->count[0] = MAX32 - context->count[0];
count             262 ext/hash/hash_gost.c 		context->count[0] = (len * 8) - context->count[0];
count             264 ext/hash/hash_gost.c 		context->count[0] += len * 8;
count             297 ext/hash/hash_gost.c 	memcpy(l, context->count, sizeof(context->count));
count             260 ext/hash/hash_haval.c {	int i; context->count[0] = 	context->count[1] = 	0; \
count             290 ext/hash/hash_haval.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x7F);
count             292 ext/hash/hash_haval.c 	if ((context->count[0] += ((php_hash_uint32) inputLen << 3)) < ((php_hash_uint32) inputLen << 3)) {
count             293 ext/hash/hash_haval.c 		context->count[1]++;
count             295 ext/hash/hash_haval.c 	context->count[1] += ((php_hash_uint32) inputLen >> 29);
count             335 ext/hash/hash_haval.c 	Encode(bits + 2, context->count, 8);
count             339 ext/hash/hash_haval.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x7f);
count             389 ext/hash/hash_haval.c 	Encode(bits + 2, context->count, 8);
count             393 ext/hash/hash_haval.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x7f);
count             443 ext/hash/hash_haval.c 	Encode(bits + 2, context->count, 8);
count             447 ext/hash/hash_haval.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x7f);
count             483 ext/hash/hash_haval.c 	Encode(bits + 2, context->count, 8);
count             487 ext/hash/hash_haval.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x7f);
count             524 ext/hash/hash_haval.c 	Encode(bits + 2, context->count, 8);
count             528 ext/hash/hash_haval.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x7f);
count             269 ext/hash/hash_md.c 	context->count[0] = context->count[1] = 0;
count             290 ext/hash/hash_md.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3F);
count             293 ext/hash/hash_md.c 	if ((context->count[0] += ((php_hash_uint32) inputLen << 3))
count             295 ext/hash/hash_md.c 		context->count[1]++;
count             296 ext/hash/hash_md.c 	context->count[1] += ((php_hash_uint32) inputLen >> 29);
count             331 ext/hash/hash_md.c 	Encode(bits, context->count, 8);
count             335 ext/hash/hash_md.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count             529 ext/hash/hash_md.c 	context->count[0] = context->count[1] = 0;
count             549 ext/hash/hash_md.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3F);
count             552 ext/hash/hash_md.c 	if ((context->count[0] += ((php_hash_uint32) inputLen << 3))
count             554 ext/hash/hash_md.c 		context->count[1]++;
count             555 ext/hash/hash_md.c 	context->count[1] += ((php_hash_uint32) inputLen >> 29);
count             589 ext/hash/hash_md.c 	Encode(bits, context->count, 8);
count             593 ext/hash/hash_md.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count              73 ext/hash/hash_ripemd.c 	context->count[0] = context->count[1] = 0;
count              88 ext/hash/hash_ripemd.c 	context->count[0] = context->count[1] = 0;
count             107 ext/hash/hash_ripemd.c 	context->count[0] = context->count[1] = 0;
count             123 ext/hash/hash_ripemd.c 	context->count[0] = context->count[1] = 0;
count             261 ext/hash/hash_ripemd.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3F);
count             264 ext/hash/hash_ripemd.c 	if ((context->count[0] += ((php_hash_uint32) inputLen << 3)) < ((php_hash_uint32) inputLen << 3)) {
count             265 ext/hash/hash_ripemd.c 		context->count[1]++;
count             267 ext/hash/hash_ripemd.c 	context->count[1] += ((php_hash_uint32) inputLen >> 29);
count             359 ext/hash/hash_ripemd.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3F);
count             362 ext/hash/hash_ripemd.c 	if ((context->count[0] += ((php_hash_uint32) inputLen << 3)) < ((php_hash_uint32) inputLen << 3)) {
count             363 ext/hash/hash_ripemd.c 		context->count[1]++;
count             365 ext/hash/hash_ripemd.c 	context->count[1] += ((php_hash_uint32) inputLen >> 29);
count             458 ext/hash/hash_ripemd.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3F);
count             461 ext/hash/hash_ripemd.c 	if ((context->count[0] += ((php_hash_uint32) inputLen << 3)) < ((php_hash_uint32) inputLen << 3)) {
count             462 ext/hash/hash_ripemd.c 		context->count[1]++;
count             464 ext/hash/hash_ripemd.c 	context->count[1] += ((php_hash_uint32) inputLen >> 29);
count             566 ext/hash/hash_ripemd.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3F);
count             569 ext/hash/hash_ripemd.c 	if ((context->count[0] += ((php_hash_uint32) inputLen << 3)) < ((php_hash_uint32) inputLen << 3)) {
count             570 ext/hash/hash_ripemd.c 		context->count[1]++;
count             572 ext/hash/hash_ripemd.c 	context->count[1] += ((php_hash_uint32) inputLen >> 29);
count             630 ext/hash/hash_ripemd.c 	bits[0] = (unsigned char) (context->count[0] & 0xFF);
count             631 ext/hash/hash_ripemd.c 	bits[1] = (unsigned char) ((context->count[0] >> 8) & 0xFF);
count             632 ext/hash/hash_ripemd.c 	bits[2] = (unsigned char) ((context->count[0] >> 16) & 0xFF);
count             633 ext/hash/hash_ripemd.c 	bits[3] = (unsigned char) ((context->count[0] >> 24) & 0xFF);
count             634 ext/hash/hash_ripemd.c 	bits[4] = (unsigned char) (context->count[1] & 0xFF);
count             635 ext/hash/hash_ripemd.c 	bits[5] = (unsigned char) ((context->count[1] >> 8) & 0xFF);
count             636 ext/hash/hash_ripemd.c 	bits[6] = (unsigned char) ((context->count[1] >> 16) & 0xFF);
count             637 ext/hash/hash_ripemd.c 	bits[7] = (unsigned char) ((context->count[1] >> 24) & 0xFF);
count             641 ext/hash/hash_ripemd.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count             667 ext/hash/hash_ripemd.c 	bits[0] = (unsigned char) (context->count[0] & 0xFF);
count             668 ext/hash/hash_ripemd.c 	bits[1] = (unsigned char) ((context->count[0] >> 8) & 0xFF);
count             669 ext/hash/hash_ripemd.c 	bits[2] = (unsigned char) ((context->count[0] >> 16) & 0xFF);
count             670 ext/hash/hash_ripemd.c 	bits[3] = (unsigned char) ((context->count[0] >> 24) & 0xFF);
count             671 ext/hash/hash_ripemd.c 	bits[4] = (unsigned char) (context->count[1] & 0xFF);
count             672 ext/hash/hash_ripemd.c 	bits[5] = (unsigned char) ((context->count[1] >> 8) & 0xFF);
count             673 ext/hash/hash_ripemd.c 	bits[6] = (unsigned char) ((context->count[1] >> 16) & 0xFF);
count             674 ext/hash/hash_ripemd.c 	bits[7] = (unsigned char) ((context->count[1] >> 24) & 0xFF);
count             678 ext/hash/hash_ripemd.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count             704 ext/hash/hash_ripemd.c 	bits[0] = (unsigned char) (context->count[0] & 0xFF);
count             705 ext/hash/hash_ripemd.c 	bits[1] = (unsigned char) ((context->count[0] >> 8) & 0xFF);
count             706 ext/hash/hash_ripemd.c 	bits[2] = (unsigned char) ((context->count[0] >> 16) & 0xFF);
count             707 ext/hash/hash_ripemd.c 	bits[3] = (unsigned char) ((context->count[0] >> 24) & 0xFF);
count             708 ext/hash/hash_ripemd.c 	bits[4] = (unsigned char) (context->count[1] & 0xFF);
count             709 ext/hash/hash_ripemd.c 	bits[5] = (unsigned char) ((context->count[1] >> 8) & 0xFF);
count             710 ext/hash/hash_ripemd.c 	bits[6] = (unsigned char) ((context->count[1] >> 16) & 0xFF);
count             711 ext/hash/hash_ripemd.c 	bits[7] = (unsigned char) ((context->count[1] >> 24) & 0xFF);
count             715 ext/hash/hash_ripemd.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count             741 ext/hash/hash_ripemd.c 	bits[0] = (unsigned char) (context->count[0] & 0xFF);
count             742 ext/hash/hash_ripemd.c 	bits[1] = (unsigned char) ((context->count[0] >> 8) & 0xFF);
count             743 ext/hash/hash_ripemd.c 	bits[2] = (unsigned char) ((context->count[0] >> 16) & 0xFF);
count             744 ext/hash/hash_ripemd.c 	bits[3] = (unsigned char) ((context->count[0] >> 24) & 0xFF);
count             745 ext/hash/hash_ripemd.c 	bits[4] = (unsigned char) (context->count[1] & 0xFF);
count             746 ext/hash/hash_ripemd.c 	bits[5] = (unsigned char) ((context->count[1] >> 8) & 0xFF);
count             747 ext/hash/hash_ripemd.c 	bits[6] = (unsigned char) ((context->count[1] >> 16) & 0xFF);
count             748 ext/hash/hash_ripemd.c 	bits[7] = (unsigned char) ((context->count[1] >> 24) & 0xFF);
count             752 ext/hash/hash_ripemd.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count             208 ext/hash/hash_sha.c 	context->count[0] = context->count[1] = 0;
count             339 ext/hash/hash_sha.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3F);
count             342 ext/hash/hash_sha.c 	if ((context->count[0] += ((php_hash_uint32) inputLen << 3))
count             344 ext/hash/hash_sha.c 		context->count[1]++;
count             345 ext/hash/hash_sha.c 	context->count[1] += ((php_hash_uint32) inputLen >> 29);
count             380 ext/hash/hash_sha.c 	bits[7] = context->count[0] & 0xFF;
count             381 ext/hash/hash_sha.c 	bits[6] = (context->count[0] >> 8) & 0xFF;
count             382 ext/hash/hash_sha.c 	bits[5] = (context->count[0] >> 16) & 0xFF;
count             383 ext/hash/hash_sha.c 	bits[4] = (context->count[0] >> 24) & 0xFF;
count             384 ext/hash/hash_sha.c 	bits[3] = context->count[1] & 0xFF;
count             385 ext/hash/hash_sha.c 	bits[2] = (context->count[1] >> 8) & 0xFF;
count             386 ext/hash/hash_sha.c 	bits[1] = (context->count[1] >> 16) & 0xFF;
count             387 ext/hash/hash_sha.c 	bits[0] = (context->count[1] >> 24) & 0xFF;
count             391 ext/hash/hash_sha.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count             463 ext/hash/hash_sha.c 	context->count[0] = context->count[1] = 0;
count             523 ext/hash/hash_sha.c 	context->count[0] = context->count[1] = 0;
count             547 ext/hash/hash_sha.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3F);
count             550 ext/hash/hash_sha.c 	if ((context->count[0] += ((php_hash_uint32) inputLen << 3)) < ((php_hash_uint32) inputLen << 3)) {
count             551 ext/hash/hash_sha.c 		context->count[1]++;
count             553 ext/hash/hash_sha.c 	context->count[1] += ((php_hash_uint32) inputLen >> 29);
count             587 ext/hash/hash_sha.c 	bits[7] = (unsigned char) (context->count[0] & 0xFF);
count             588 ext/hash/hash_sha.c 	bits[6] = (unsigned char) ((context->count[0] >> 8) & 0xFF);
count             589 ext/hash/hash_sha.c 	bits[5] = (unsigned char) ((context->count[0] >> 16) & 0xFF);
count             590 ext/hash/hash_sha.c 	bits[4] = (unsigned char) ((context->count[0] >> 24) & 0xFF);
count             591 ext/hash/hash_sha.c 	bits[3] = (unsigned char) (context->count[1] & 0xFF);
count             592 ext/hash/hash_sha.c 	bits[2] = (unsigned char) ((context->count[1] >> 8) & 0xFF);
count             593 ext/hash/hash_sha.c 	bits[1] = (unsigned char) ((context->count[1] >> 16) & 0xFF);
count             594 ext/hash/hash_sha.c 	bits[0] = (unsigned char) ((context->count[1] >> 24) & 0xFF);
count             598 ext/hash/hash_sha.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count             624 ext/hash/hash_sha.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3F);
count             627 ext/hash/hash_sha.c 	if ((context->count[0] += ((php_hash_uint32) inputLen << 3)) < ((php_hash_uint32) inputLen << 3)) {
count             628 ext/hash/hash_sha.c 		context->count[1]++;
count             630 ext/hash/hash_sha.c 	context->count[1] += ((php_hash_uint32) inputLen >> 29);
count             664 ext/hash/hash_sha.c 	bits[7] = (unsigned char) (context->count[0] & 0xFF);
count             665 ext/hash/hash_sha.c 	bits[6] = (unsigned char) ((context->count[0] >> 8) & 0xFF);
count             666 ext/hash/hash_sha.c 	bits[5] = (unsigned char) ((context->count[0] >> 16) & 0xFF);
count             667 ext/hash/hash_sha.c 	bits[4] = (unsigned char) ((context->count[0] >> 24) & 0xFF);
count             668 ext/hash/hash_sha.c 	bits[3] = (unsigned char) (context->count[1] & 0xFF);
count             669 ext/hash/hash_sha.c 	bits[2] = (unsigned char) ((context->count[1] >> 8) & 0xFF);
count             670 ext/hash/hash_sha.c 	bits[1] = (unsigned char) ((context->count[1] >> 16) & 0xFF);
count             671 ext/hash/hash_sha.c 	bits[0] = (unsigned char) ((context->count[1] >> 24) & 0xFF);
count             675 ext/hash/hash_sha.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count             772 ext/hash/hash_sha.c 	context->count[0] = context->count[1] = 0;
count             838 ext/hash/hash_sha.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x7F);
count             841 ext/hash/hash_sha.c 	if ((context->count[0] += ((php_hash_uint64) inputLen << 3)) < ((php_hash_uint64) inputLen << 3)) {
count             842 ext/hash/hash_sha.c 		context->count[1]++;
count             844 ext/hash/hash_sha.c 	context->count[1] += ((php_hash_uint64) inputLen >> 61);
count             878 ext/hash/hash_sha.c 	bits[15] = (unsigned char) (context->count[0] & 0xFF);
count             879 ext/hash/hash_sha.c 	bits[14] = (unsigned char) ((context->count[0] >> 8) & 0xFF);
count             880 ext/hash/hash_sha.c 	bits[13] = (unsigned char) ((context->count[0] >> 16) & 0xFF);
count             881 ext/hash/hash_sha.c 	bits[12] = (unsigned char) ((context->count[0] >> 24) & 0xFF);
count             882 ext/hash/hash_sha.c 	bits[11] = (unsigned char) ((context->count[0] >> 32) & 0xFF);
count             883 ext/hash/hash_sha.c 	bits[10] = (unsigned char) ((context->count[0] >> 40) & 0xFF);
count             884 ext/hash/hash_sha.c 	bits[9]  = (unsigned char) ((context->count[0] >> 48) & 0xFF);
count             885 ext/hash/hash_sha.c 	bits[8]  = (unsigned char) ((context->count[0] >> 56) & 0xFF);
count             886 ext/hash/hash_sha.c 	bits[7]  = (unsigned char) (context->count[1] & 0xFF);
count             887 ext/hash/hash_sha.c 	bits[6]  = (unsigned char) ((context->count[1] >> 8) & 0xFF);
count             888 ext/hash/hash_sha.c 	bits[5]  = (unsigned char) ((context->count[1] >> 16) & 0xFF);
count             889 ext/hash/hash_sha.c 	bits[4]  = (unsigned char) ((context->count[1] >> 24) & 0xFF);
count             890 ext/hash/hash_sha.c 	bits[3]  = (unsigned char) ((context->count[1] >> 32) & 0xFF);
count             891 ext/hash/hash_sha.c 	bits[2]  = (unsigned char) ((context->count[1] >> 40) & 0xFF);
count             892 ext/hash/hash_sha.c 	bits[1]  = (unsigned char) ((context->count[1] >> 48) & 0xFF);
count             893 ext/hash/hash_sha.c 	bits[0]  = (unsigned char) ((context->count[1] >> 56) & 0xFF);
count             897 ext/hash/hash_sha.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x7f);
count             928 ext/hash/hash_sha.c 	context->count[0] = context->count[1] = 0;
count             952 ext/hash/hash_sha.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x7F);
count             955 ext/hash/hash_sha.c 	if ((context->count[0] += ((php_hash_uint64) inputLen << 3)) < ((php_hash_uint64) inputLen << 3)) {
count             956 ext/hash/hash_sha.c 		context->count[1]++;
count             958 ext/hash/hash_sha.c 	context->count[1] += ((php_hash_uint64) inputLen >> 61);
count             992 ext/hash/hash_sha.c 	bits[15] = (unsigned char) (context->count[0] & 0xFF);
count             993 ext/hash/hash_sha.c 	bits[14] = (unsigned char) ((context->count[0] >> 8) & 0xFF);
count             994 ext/hash/hash_sha.c 	bits[13] = (unsigned char) ((context->count[0] >> 16) & 0xFF);
count             995 ext/hash/hash_sha.c 	bits[12] = (unsigned char) ((context->count[0] >> 24) & 0xFF);
count             996 ext/hash/hash_sha.c 	bits[11] = (unsigned char) ((context->count[0] >> 32) & 0xFF);
count             997 ext/hash/hash_sha.c 	bits[10] = (unsigned char) ((context->count[0] >> 40) & 0xFF);
count             998 ext/hash/hash_sha.c 	bits[9]  = (unsigned char) ((context->count[0] >> 48) & 0xFF);
count             999 ext/hash/hash_sha.c 	bits[8]  = (unsigned char) ((context->count[0] >> 56) & 0xFF);
count            1000 ext/hash/hash_sha.c 	bits[7]  = (unsigned char) (context->count[1] & 0xFF);
count            1001 ext/hash/hash_sha.c 	bits[6]  = (unsigned char) ((context->count[1] >> 8) & 0xFF);
count            1002 ext/hash/hash_sha.c 	bits[5]  = (unsigned char) ((context->count[1] >> 16) & 0xFF);
count            1003 ext/hash/hash_sha.c 	bits[4]  = (unsigned char) ((context->count[1] >> 24) & 0xFF);
count            1004 ext/hash/hash_sha.c 	bits[3]  = (unsigned char) ((context->count[1] >> 32) & 0xFF);
count            1005 ext/hash/hash_sha.c 	bits[2]  = (unsigned char) ((context->count[1] >> 40) & 0xFF);
count            1006 ext/hash/hash_sha.c 	bits[1]  = (unsigned char) ((context->count[1] >> 48) & 0xFF);
count            1007 ext/hash/hash_sha.c 	bits[0]  = (unsigned char) ((context->count[1] >> 56) & 0xFF);
count            1011 ext/hash/hash_sha.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x7f);
count             144 ext/hash/hash_snefru.c 	if ((MAX32 - context->count[1]) < (len * 8)) {
count             145 ext/hash/hash_snefru.c 		context->count[0]++;
count             146 ext/hash/hash_snefru.c 		context->count[1] = MAX32 - context->count[1];
count             147 ext/hash/hash_snefru.c 		context->count[1] = (len * 8) - context->count[1];
count             149 ext/hash/hash_snefru.c 		context->count[1] += len * 8;
count             182 ext/hash/hash_snefru.c 	context->state[14] = context->count[0];
count             183 ext/hash/hash_snefru.c 	context->state[15] = context->count[1];
count              40 ext/hash/php_hash.h typedef void (*php_hash_update_func_t)(void *context, const unsigned char *buf, unsigned int count);
count              29 ext/hash/php_hash_gost.h 	php_hash_uint32 count[2];
count              28 ext/hash/php_hash_haval.h 	php_hash_uint32 count[2];
count              64 ext/hash/php_hash_md.h 	php_hash_uint32 count[2];				/* number of bits, modulo 2^64 (lsb first) */
count              80 ext/hash/php_hash_md.h 	php_hash_uint32 count[2];
count              28 ext/hash/php_hash_ripemd.h 	php_hash_uint32 count[2];		/* number of bits, modulo 2^64 (lsb first) */
count              34 ext/hash/php_hash_ripemd.h 	php_hash_uint32 count[2];		/* number of bits, modulo 2^64 (lsb first) */
count              40 ext/hash/php_hash_ripemd.h 	php_hash_uint32 count[2];		/* number of bits, modulo 2^64 (lsb first) */
count              46 ext/hash/php_hash_ripemd.h 	php_hash_uint32 count[2];		/* number of bits, modulo 2^64 (lsb first) */
count              40 ext/hash/php_hash_sha.h 	php_hash_uint32 count[2];		/* number of bits, modulo 2^64 */
count              56 ext/hash/php_hash_sha.h 	php_hash_uint32 count[2];		/* number of bits, modulo 2^64 */
count              67 ext/hash/php_hash_sha.h 	php_hash_uint32 count[2];		/* number of bits, modulo 2^64 */
count              78 ext/hash/php_hash_sha.h 	php_hash_uint64 count[2];	/* number of bits, modulo 2^128 */
count              89 ext/hash/php_hash_sha.h 	php_hash_uint64 count[2];	/* number of bits, modulo 2^128 */
count              33 ext/hash/php_hash_snefru.h 	php_hash_uint32 count[2];
count              92 ext/interbase/ibase_events.c static void _php_ibase_event_block(ibase_db_link *ib_link, unsigned short count, /* {{{ */
count             108 ext/interbase/ibase_events.c 	*l = (unsigned short) isc_event_block(event_buf, result_buf, count, events[0],
count             882 ext/intl/converter/converter.c 			count = ucnv_countAvailable();
count             892 ext/intl/converter/converter.c 	for(i = 0; i < count; i++) {
count             907 ext/intl/converter/converter.c 	uint16_t i, count;
count             916 ext/intl/converter/converter.c 	count = ucnv_countAliases(name, &error);
count             923 ext/intl/converter/converter.c 	for(i = 0; i < count; i++) {
count             942 ext/intl/converter/converter.c 	uint16_t i, count;
count             952 ext/intl/converter/converter.c 	count = ucnv_countStandards();
count             953 ext/intl/converter/converter.c 	for(i = 0; i < count; i++) {
count              37 ext/intl/msgformat/msgformat_format.c 	int count;
count              42 ext/intl/msgformat/msgformat_format.c 	count = zend_hash_num_elements(Z_ARRVAL_P(args));
count              45 ext/intl/msgformat/msgformat_format.c 	zend_hash_init(args_copy, count, NULL, ZVAL_PTR_DTOR, 0);
count              23 ext/intl/msgformat/msgformat_helpers.h void umsg_parse_helper(UMessageFormat *fmt, int *count, zval **args,
count              34 ext/intl/msgformat/msgformat_parse.c 	int count = 0;
count              42 ext/intl/msgformat/msgformat_parse.c 	umsg_parse_helper(MSG_FORMAT_OBJECT(mfo), &count, &fargs, usource, usrc_len, &INTL_DATA_ERROR_CODE(mfo));
count              49 ext/intl/msgformat/msgformat_parse.c 	for(i=0;i<count;i++) {
count             263 ext/intl/resourcebundle/resourcebundle_class.c int resourcebundle_array_count(zval *object, zend_long *count)
count             274 ext/intl/resourcebundle/resourcebundle_class.c 	*count = ures_getSize( rb->me );
count             415 ext/intl/resourcebundle/resourcebundle_class.c 	ZEND_NAMED_ME( count, ZEND_FN(resourcebundle_count), arginfo_resourcebundle_count, ZEND_ACC_PUBLIC )
count            1360 ext/ldap/ldap.c 	int i, count;
count            1374 ext/ldap/ldap.c 	count = i;
count            1378 ext/ldap/ldap.c 	add_assoc_long(return_value, "count", count);
count            1379 ext/ldap/ldap.c 	for (i = 0; i<count; i++) {
count             573 ext/mbstring/oniguruma/regexec.c   stk->u.repeat.count  = 0;\
count             724 ext/mbstring/oniguruma/regexec.c         STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
count             746 ext/mbstring/oniguruma/regexec.c       STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
count             766 ext/mbstring/oniguruma/regexec.c       STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
count            2541 ext/mbstring/oniguruma/regexec.c       stkp->u.repeat.count++;
count            2542 ext/mbstring/oniguruma/regexec.c       if (stkp->u.repeat.count >= reg->repeat_range[mem].upper) {
count            2545 ext/mbstring/oniguruma/regexec.c       else if (stkp->u.repeat.count >= reg->repeat_range[mem].lower) {
count            2571 ext/mbstring/oniguruma/regexec.c       stkp->u.repeat.count++;
count            2572 ext/mbstring/oniguruma/regexec.c       if (stkp->u.repeat.count < reg->repeat_range[mem].upper) {
count            2573 ext/mbstring/oniguruma/regexec.c         if (stkp->u.repeat.count >= reg->repeat_range[mem].lower) {
count            2584 ext/mbstring/oniguruma/regexec.c       else if (stkp->u.repeat.count == reg->repeat_range[mem].upper) {
count             713 ext/mbstring/oniguruma/regint.h       int   count;       /* for OP_REPEAT_INC, OP_REPEAT_INC_NG */
count            1062 ext/mbstring/php_mbregex.c 	zend_long count = -1;
count            1064 ext/mbstring/php_mbregex.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss|l", &arg_pattern, &arg_pattern_len, &string, &string_len, &count) == FAILURE) {
count            1068 ext/mbstring/php_mbregex.c 	if (count > 0) {
count            1069 ext/mbstring/php_mbregex.c 		count--;
count            1083 ext/mbstring/php_mbregex.c 	while (count != 0 && (pos - (OnigUChar *)string) < (ptrdiff_t)string_len) {
count            1094 ext/mbstring/php_mbregex.c 				--count;
count             152 ext/mbstring/ucgendat/ucgendat.c     ac_uint4 count;
count            1264 ext/mbstring/ucgendat/ucgendat.c 	comps[cu].count = 2;
count            1542 ext/mbstring/ucgendat/ucgendat.c 	        (unsigned long) comps[i].comp, (unsigned long) comps[i].count,
count             453 ext/mcrypt/mcrypt.c 	int i, count;
count             457 ext/mcrypt/mcrypt.c 	modules = mcrypt_list_algorithms(MCG(algorithms_dir), &count);
count             458 ext/mcrypt/mcrypt.c 	if (count == 0) {
count             461 ext/mcrypt/mcrypt.c 	for (i = 0; i < count; i++) {
count             466 ext/mcrypt/mcrypt.c 	mcrypt_free_p(modules, count);
count             468 ext/mcrypt/mcrypt.c 	modules = mcrypt_list_modes(MCG(modes_dir), &count);
count             469 ext/mcrypt/mcrypt.c 	if (count == 0) {
count             472 ext/mcrypt/mcrypt.c 	for (i = 0; i < count; i++) {
count             477 ext/mcrypt/mcrypt.c 	mcrypt_free_p (modules, count);
count             707 ext/mcrypt/mcrypt.c 	int i, count = 0;
count             713 ext/mcrypt/mcrypt.c 	key_sizes = mcrypt_enc_get_supported_key_sizes(pm->td, &count);
count             715 ext/mcrypt/mcrypt.c 	for (i = 0; i < count; i++) {
count             932 ext/mcrypt/mcrypt.c 	int i, count = 0;
count             938 ext/mcrypt/mcrypt.c 	key_sizes = mcrypt_module_get_algo_supported_key_sizes(module, dir, &count);
count             940 ext/mcrypt/mcrypt.c 	for (i = 0; i < count; i++) {
count             954 ext/mcrypt/mcrypt.c 	int   i, count;
count             962 ext/mcrypt/mcrypt.c 	modules = mcrypt_list_algorithms(lib_dir, &count);
count             964 ext/mcrypt/mcrypt.c 	if (count == 0) {
count             967 ext/mcrypt/mcrypt.c 	for (i = 0; i < count; i++) {
count             970 ext/mcrypt/mcrypt.c 	mcrypt_free_p(modules, count);
count             981 ext/mcrypt/mcrypt.c 	int   i, count;
count             989 ext/mcrypt/mcrypt.c 	modules = mcrypt_list_modes(lib_dir, &count);
count             991 ext/mcrypt/mcrypt.c 	if (count == 0) {
count             994 ext/mcrypt/mcrypt.c 	for (i = 0; i < count; i++) {
count             997 ext/mcrypt/mcrypt.c 	mcrypt_free_p(modules, count);
count              72 ext/mysqlnd/mysqlnd_loaddata.c 	int count;
count              76 ext/mysqlnd/mysqlnd_loaddata.c 	count = (int) php_stream_read(info->fd, (char *) buf, buf_len);
count              78 ext/mysqlnd/mysqlnd_loaddata.c 	if (count < 0) {
count              83 ext/mysqlnd/mysqlnd_loaddata.c 	DBG_RETURN(count);
count              87 ext/mysqlnd/mysqlnd_net.c MYSQLND_METHOD(mysqlnd_net, network_read_ex)(MYSQLND_NET * const net, zend_uchar * const buffer, const size_t count,
count              93 ext/mysqlnd/mysqlnd_net.c 	size_t to_read = count, ret;
count              97 ext/mysqlnd/mysqlnd_net.c 	DBG_INF_FMT("count="MYSQLND_SZ_T_SPEC, count);
count             109 ext/mysqlnd/mysqlnd_net.c 	MYSQLND_INC_CONN_STATISTIC_W_VALUE(stats, STAT_BYTES_RECEIVED, count - to_read);
count             118 ext/mysqlnd/mysqlnd_net.c MYSQLND_METHOD(mysqlnd_net, network_write_ex)(MYSQLND_NET * const net, const zend_uchar * const buffer, const size_t count,
count             123 ext/mysqlnd/mysqlnd_net.c 	DBG_INF_FMT("sending %u bytes", count);
count             124 ext/mysqlnd/mysqlnd_net.c 	ret = php_stream_write(net->data->m.get_stream(net), (char *)buffer, count);
count             372 ext/mysqlnd/mysqlnd_net.c MYSQLND_METHOD(mysqlnd_net, send_ex)(MYSQLND_NET * const net, zend_uchar * const buffer, const size_t count,
count             378 ext/mysqlnd/mysqlnd_net.c 	size_t left = count;
count             384 ext/mysqlnd/mysqlnd_net.c 	DBG_INF_FMT("count=" MYSQLND_SZ_T_SPEC " compression=%u", count, net->data->compressed);
count             476 ext/mysqlnd/mysqlnd_net.c 			STAT_BYTES_SENT, count + packets_sent * MYSQLND_HEADER_SIZE,
count             486 ext/mysqlnd/mysqlnd_net.c 		DBG_ERR_FMT("Can't %u send bytes", count);
count             506 ext/mysqlnd/mysqlnd_net.c php_mysqlnd_read_buffer_read(MYSQLND_READ_BUFFER * buffer, size_t count, zend_uchar * dest)
count             508 ext/mysqlnd/mysqlnd_net.c 	if (buffer->len >= count) {
count             509 ext/mysqlnd/mysqlnd_net.c 		memcpy(dest, buffer->data + buffer->offset, count);
count             510 ext/mysqlnd/mysqlnd_net.c 		buffer->offset += count;
count             511 ext/mysqlnd/mysqlnd_net.c 		buffer->len -= count;
count             543 ext/mysqlnd/mysqlnd_net.c mysqlnd_create_read_buffer(size_t count)
count             551 ext/mysqlnd/mysqlnd_net.c 	ret->data = mnd_emalloc(count);
count             552 ext/mysqlnd/mysqlnd_net.c 	ret->size = ret->len = count;
count             661 ext/mysqlnd/mysqlnd_net.c MYSQLND_METHOD(mysqlnd_net, receive_ex)(MYSQLND_NET * const net, zend_uchar * const buffer, const size_t count,
count             664 ext/mysqlnd/mysqlnd_net.c 	size_t to_read = count;
count             205 ext/mysqlnd/mysqlnd_statistics.c 	array_init_size(return_value, stats->count);
count             206 ext/mysqlnd/mysqlnd_statistics.c 	for (i = 0; i < stats->count; i++) {
count             243 ext/mysqlnd/mysqlnd_statistics.c 	(*stats)->count = statistic_count;
count             291 ext/mysqlnd/mysqlnd_statistics.c 		memset(stats->triggers, 0, stats->count * sizeof(mysqlnd_stat_trigger));
count              66 ext/mysqlnd/mysqlnd_statistics.h 	if ((enabler) && _p_s && _s != _p_s->count) { \
count              75 ext/mysqlnd/mysqlnd_statistics.h 	if ((enabler) && _p_s && _s != _p_s->count) { \
count              84 ext/mysqlnd/mysqlnd_statistics.h 	if ((enabler) && _p_s && _s != _p_s->count) { \
count              98 ext/mysqlnd/mysqlnd_statistics.h 		if (_s1 != _p_s->count) MYSQLND_UPDATE_VALUE_AND_CALL_TRIGGER(_p_s, _s1, v1); \
count              99 ext/mysqlnd/mysqlnd_statistics.h 		if (_s2 != _p_s->count) MYSQLND_UPDATE_VALUE_AND_CALL_TRIGGER(_p_s, _s2, v2); \
count             113 ext/mysqlnd/mysqlnd_statistics.h 		if (_s1 != _p_s->count) MYSQLND_UPDATE_VALUE_AND_CALL_TRIGGER(_p_s, _s1, v1); \
count             114 ext/mysqlnd/mysqlnd_statistics.h 		if (_s2 != _p_s->count) MYSQLND_UPDATE_VALUE_AND_CALL_TRIGGER(_p_s, _s2, v2); \
count             115 ext/mysqlnd/mysqlnd_statistics.h 		if (_s3 != _p_s->count) MYSQLND_UPDATE_VALUE_AND_CALL_TRIGGER(_p_s, _s3, v3); \
count             268 ext/mysqlnd/mysqlnd_structs.h 	size_t					count;
count             282 ext/mysqlnd/mysqlnd_structs.h 	void		(*read)(struct st_mysqlnd_read_buffer *, size_t count, zend_uchar * dest);
count             296 ext/mysqlnd/mysqlnd_structs.h typedef enum_func_status	(*func_mysqlnd_net__network_read_ex)(MYSQLND_NET * const net, zend_uchar * const buffer, const size_t count, MYSQLND_STATS * const stats, MYSQLND_ERROR_INFO * const error_info);
count             297 ext/mysqlnd/mysqlnd_structs.h typedef size_t				(*func_mysqlnd_net__network_write_ex)(MYSQLND_NET * const net, const zend_uchar * const buf, const size_t count, MYSQLND_STATS * const stats, MYSQLND_ERROR_INFO * const error_info);
count             298 ext/mysqlnd/mysqlnd_structs.h typedef size_t				(*func_mysqlnd_net__send_ex)(MYSQLND_NET * const net, zend_uchar * const buffer, const size_t count, MYSQLND_STATS * const conn_stats, MYSQLND_ERROR_INFO * const error_info);
count             299 ext/mysqlnd/mysqlnd_structs.h typedef enum_func_status	(*func_mysqlnd_net__receive_ex)(MYSQLND_NET * const net, zend_uchar * const buffer, const size_t count, MYSQLND_STATS * const conn_stats, MYSQLND_ERROR_INFO * const error_info);
count             279 ext/odbc/php_odbc_includes.h odbc_result *odbc_get_result(HashTable *list, int count);
count             280 ext/odbc/php_odbc_includes.h void odbc_del_result(HashTable *list, int count);
count             282 ext/odbc/php_odbc_includes.h odbc_connection *odbc_get_conn(HashTable *list, int count);
count             106 ext/opcache/zend_shared_alloc.c static void copy_shared_segments(void *to, void *from, int count, int size)
count             109 ext/opcache/zend_shared_alloc.c 	void *shared_segments_to_p = ((char *)to + count*(sizeof(void *)));
count             113 ext/opcache/zend_shared_alloc.c 	for (i = 0; i < count; i++) {
count             113 ext/openssl/xp_ssl.c static size_t php_openssl_sockop_io(int read, php_stream *stream, char *buf, size_t count);
count            1908 ext/openssl/xp_ssl.c static size_t php_openssl_sockop_read(php_stream *stream, char *buf, size_t count) /* {{{ */
count            1910 ext/openssl/xp_ssl.c 	return php_openssl_sockop_io( 1, stream, buf, count );
count            1914 ext/openssl/xp_ssl.c static size_t php_openssl_sockop_write(php_stream *stream, const char *buf, size_t count) /* {{{ */
count            1916 ext/openssl/xp_ssl.c 	return php_openssl_sockop_io( 0, stream, (char*)buf, count );
count            1927 ext/openssl/xp_ssl.c static size_t php_openssl_sockop_io(int read, php_stream *stream, char *buf, size_t count) /* {{{ */
count            1941 ext/openssl/xp_ssl.c 		if (count > INT_MAX) {
count            1942 ext/openssl/xp_ssl.c 			count = INT_MAX;
count            1985 ext/openssl/xp_ssl.c 				nr_bytes = SSL_read(sslsock->ssl_handle, buf, (int)count);
count            1995 ext/openssl/xp_ssl.c 				nr_bytes = SSL_write(sslsock->ssl_handle, buf, (int)count);
count            2082 ext/openssl/xp_ssl.c 			nr_bytes = php_stream_socket_ops.read(stream, buf, count);
count            2084 ext/openssl/xp_ssl.c 			nr_bytes = php_stream_socket_ops.write(stream, buf, count);
count            6890 ext/pcre/pcrelib/pcre_compile.c           int count = 1;
count            6898 ext/pcre/pcrelib/pcre_compile.c             count++;
count            6901 ext/pcre/pcrelib/pcre_compile.c           if (count > 1)
count            6904 ext/pcre/pcrelib/pcre_compile.c             PUT2(code, 2+LINK_SIZE+IMM2_SIZE, count);
count            7336 ext/pcre/pcrelib/pcre_compile.c           int count = 1;
count            7343 ext/pcre/pcrelib/pcre_compile.c             count++;
count            7347 ext/pcre/pcrelib/pcre_compile.c           if (count > 1)
count            7354 ext/pcre/pcrelib/pcre_compile.c             PUT2INC(code, 0, count);
count            1345 ext/pcre/pcrelib/pcre_exec.c         int count = GET2(ecode, 1 + IMM2_SIZE);
count            1347 ext/pcre/pcrelib/pcre_exec.c         while (count-- > 0)
count            1364 ext/pcre/pcrelib/pcre_exec.c         int count = GET2(ecode, 1 + IMM2_SIZE);
count            1366 ext/pcre/pcrelib/pcre_exec.c         while (count-- > 0)
count            2706 ext/pcre/pcrelib/pcre_exec.c       int count = GET2(ecode, 1+IMM2_SIZE);
count            2716 ext/pcre/pcrelib/pcre_exec.c       while (count-- > 0)
count             555 ext/pcre/pcrelib/pcre_jit_compile.c int count = 0;
count             560 ext/pcre/pcrelib/pcre_jit_compile.c   count++;
count             564 ext/pcre/pcrelib/pcre_jit_compile.c return count;
count             781 ext/pcre/pcrelib/pcre_jit_compile.c int count;
count             824 ext/pcre/pcrelib/pcre_jit_compile.c     count = GET2(cc, 1 + IMM2_SIZE);
count             826 ext/pcre/pcrelib/pcre_jit_compile.c     while (count-- > 0)
count            1676 ext/pcre/pcrelib/pcre_jit_compile.c int count, size;
count            1711 ext/pcre/pcrelib/pcre_jit_compile.c   count = 0;
count            1716 ext/pcre/pcrelib/pcre_jit_compile.c     count = 1;
count            1721 ext/pcre/pcrelib/pcre_jit_compile.c       count = 2;
count            1739 ext/pcre/pcrelib/pcre_jit_compile.c         count = 1;
count            1757 ext/pcre/pcrelib/pcre_jit_compile.c       count = 1;
count            1767 ext/pcre/pcrelib/pcre_jit_compile.c         count = 1;
count            1775 ext/pcre/pcrelib/pcre_jit_compile.c       count = 2;
count            1787 ext/pcre/pcrelib/pcre_jit_compile.c         count = 1;
count            1797 ext/pcre/pcrelib/pcre_jit_compile.c         count = 1;
count            1809 ext/pcre/pcrelib/pcre_jit_compile.c         count = 2;
count            1822 ext/pcre/pcrelib/pcre_jit_compile.c         count = 2;
count            1835 ext/pcre/pcrelib/pcre_jit_compile.c         count = 1;
count            1844 ext/pcre/pcrelib/pcre_jit_compile.c         count = 2;
count            1854 ext/pcre/pcrelib/pcre_jit_compile.c         count = 2;
count            1873 ext/pcre/pcrelib/pcre_jit_compile.c           count = 1;
count            1878 ext/pcre/pcrelib/pcre_jit_compile.c           count = 2;
count            1902 ext/pcre/pcrelib/pcre_jit_compile.c   while (count > 0)
count            1904 ext/pcre/pcrelib/pcre_jit_compile.c     count--;
count            1914 ext/pcre/pcrelib/pcre_jit_compile.c         OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), srcw[count]);
count            1925 ext/pcre/pcrelib/pcre_jit_compile.c         OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(SLJIT_SP), srcw[count]);
count            1935 ext/pcre/pcrelib/pcre_jit_compile.c         OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), srcw[count], TMP1, 0);
count            1947 ext/pcre/pcrelib/pcre_jit_compile.c         OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), srcw[count], TMP2, 0);
count            5961 ext/pcre/pcrelib/pcre_jit_compile.c int count = GET2(cc, 1 + IMM2_SIZE);
count            5970 ext/pcre/pcrelib/pcre_jit_compile.c count--;
count            5971 ext/pcre/pcrelib/pcre_jit_compile.c while (count-- > 0)
count             316 ext/pcre/pcrelib/pcre_printint.c int count = re->name_count;
count             322 ext/pcre/pcrelib/pcre_printint.c   count = ((count << 8) & 0xff00) | ((count >> 8) & 0xff);
count             330 ext/pcre/pcrelib/pcre_printint.c code = codestart = (pcre_uchar *)re + offset + count * size;
count             390 ext/pcre/pcrelib/pcre_study.c       int count = GET2(cc, 1+IMM2_SIZE);
count             394 ext/pcre/pcrelib/pcre_study.c       while (count-- > 0)
count            1460 ext/pcre/pcrelib/pcre_study.c int count = 0;
count            1547 ext/pcre/pcrelib/pcre_study.c switch(min = find_minlength(re, code, code, re->options, NULL, &count))
count             644 ext/pcre/php_pcre.c 	int				 count = 0;			/* Count of matched subpatterns */
count             742 ext/pcre/php_pcre.c 		count = pcre_exec(pce->re, extra, subject, (int)subject_len, (int)start_offset,
count             749 ext/pcre/php_pcre.c 		if (count == 0) {
count             751 ext/pcre/php_pcre.c 			count = size_offsets/3;
count             755 ext/pcre/php_pcre.c 		if (count > 0) {
count             761 ext/pcre/php_pcre.c 				if ((offsets[1] - offsets[0] < 0) || pcre_get_substring_list(subject, offsets, count, &stringlist) < 0) {
count             779 ext/pcre/php_pcre.c 							for (i = 0; i < count; i++) {
count             784 ext/pcre/php_pcre.c 							for (i = 0; i < count; i++) {
count             801 ext/pcre/php_pcre.c 						if (count < num_subpats) {
count             808 ext/pcre/php_pcre.c 						array_init_size(&result_set, count + (mark ? 1 : 0));
count             813 ext/pcre/php_pcre.c 								for (i = 0; i < count; i++) {
count             818 ext/pcre/php_pcre.c 								for (i = 0; i < count; i++) {
count             829 ext/pcre/php_pcre.c 								for (i = 0; i < count; i++) {
count             834 ext/pcre/php_pcre.c 								for (i = 0; i < count; i++) {
count             851 ext/pcre/php_pcre.c 							for (i = 0; i < count; i++) {
count             857 ext/pcre/php_pcre.c 							for (i = 0; i < count; i++) {
count             868 ext/pcre/php_pcre.c 							for (i = 0; i < count; i++) {
count             874 ext/pcre/php_pcre.c 							for (i = 0; i < count; i++) {
count             888 ext/pcre/php_pcre.c 		} else if (count == PCRE_ERROR_NOMATCH) {
count             901 ext/pcre/php_pcre.c 			pcre_handle_exec_error(count);
count            1013 ext/pcre/php_pcre.c static zend_string *preg_do_repl_func(zval *function, char *subject, int *offsets, char **subpat_names, int count, unsigned char *mark)
count            1020 ext/pcre/php_pcre.c 	array_init_size(&args[0], count + (mark ? 1 : 0));
count            1022 ext/pcre/php_pcre.c 		for (i = 0; i < count; i++) {
count            1029 ext/pcre/php_pcre.c 		for (i = 0; i < count; i++) {
count            1084 ext/pcre/php_pcre.c 	int				 count = 0;			/* Count of matched subpatterns */
count            1165 ext/pcre/php_pcre.c 		count = pcre_exec(pce->re, extra, subject, subject_len, start_offset,
count            1172 ext/pcre/php_pcre.c 		if (UNEXPECTED(count == 0)) {
count            1174 ext/pcre/php_pcre.c 			count = size_offsets / 3;
count            1180 ext/pcre/php_pcre.c 		if (EXPECTED(count > 0 && (offsets[1] - offsets[0] >= 0) && limit)) {
count            1204 ext/pcre/php_pcre.c 							if (backref < count)
count            1240 ext/pcre/php_pcre.c 							if (backref < count) {
count            1256 ext/pcre/php_pcre.c 				eval_result = preg_do_repl_func(replace_val, subject, offsets, subpat_names, count, mark);
count            1283 ext/pcre/php_pcre.c 		} else if (count == PCRE_ERROR_NOMATCH || UNEXPECTED(limit == 0)) {
count            1317 ext/pcre/php_pcre.c 			pcre_handle_exec_error(count);
count            1738 ext/pcre/php_pcre.c 	int				 count = 0;			/* Count of matched subpatterns */
count            1786 ext/pcre/php_pcre.c 		count = pcre_exec(pce->re, extra, subject,
count            1794 ext/pcre/php_pcre.c 		if (count == 0) {
count            1796 ext/pcre/php_pcre.c 			count = size_offsets/3;
count            1800 ext/pcre/php_pcre.c 		if (count > 0 && (offsets[1] - offsets[0] >= 0)) {
count            1822 ext/pcre/php_pcre.c 				for (i = 1; i < count; i++) {
count            1835 ext/pcre/php_pcre.c 		} else if (count == PCRE_ERROR_NOMATCH) {
count            1847 ext/pcre/php_pcre.c 			pcre_handle_exec_error(count);
count            2024 ext/pcre/php_pcre.c 	int				 count = 0;			/* Count of matched subpatterns */
count            2061 ext/pcre/php_pcre.c 		count = pcre_exec(pce->re, extra, ZSTR_VAL(subject_str),
count            2066 ext/pcre/php_pcre.c 		if (count == 0) {
count            2068 ext/pcre/php_pcre.c 			count = size_offsets/3;
count            2069 ext/pcre/php_pcre.c 		} else if (count < 0 && count != PCRE_ERROR_NOMATCH) {
count            2070 ext/pcre/php_pcre.c 			pcre_handle_exec_error(count);
count            2076 ext/pcre/php_pcre.c 		if ((count > 0 && !invert) || (count == PCRE_ERROR_NOMATCH && invert)) {
count            2142 ext/pcre/php_pcre.c     ZEND_ARG_INFO(1, count)
count            2150 ext/pcre/php_pcre.c     ZEND_ARG_INFO(1, count)
count            2157 ext/pcre/php_pcre.c     ZEND_ARG_INFO(1, count)
count             642 ext/pdo_oci/oci_statement.c static size_t oci_blob_write(php_stream *stream, const char *buf, size_t count)
count             648 ext/pdo_oci/oci_statement.c 	amt = (ub4) count;
count             650 ext/pdo_oci/oci_statement.c 		&amt, self->offset, (char*)buf, (ub4) count,
count             662 ext/pdo_oci/oci_statement.c static size_t oci_blob_read(php_stream *stream, char *buf, size_t count)
count             668 ext/pdo_oci/oci_statement.c 	amt = (ub4) count;
count             670 ext/pdo_oci/oci_statement.c 		&amt, self->offset, buf, (ub4) count,
count             678 ext/pdo_oci/oci_statement.c 	if (amt < count) {
count             137 ext/pdo_pgsql/pgsql_driver.c static size_t pgsql_lob_write(php_stream *stream, const char *buf, size_t count)
count             140 ext/pdo_pgsql/pgsql_driver.c 	return lo_write(self->conn, self->lfd, (char*)buf, count);
count             143 ext/pdo_pgsql/pgsql_driver.c static size_t pgsql_lob_read(php_stream *stream, char *buf, size_t count)
count             146 ext/pdo_pgsql/pgsql_driver.c 	return lo_read(self->conn, self->lfd, buf, count);
count            5341 ext/pgsql/pgsql.c static size_t php_pgsql_fd_write(php_stream *stream, const char *buf, size_t count) /* {{{ */
count            5347 ext/pgsql/pgsql.c static size_t php_pgsql_fd_read(php_stream *stream, char *buf, size_t count) /* {{{ */
count             233 ext/pgsql/php_pgsql.h static size_t php_pgsql_fd_write(php_stream *stream, const char *buf, size_t count);
count             234 ext/pgsql/php_pgsql.h static size_t php_pgsql_fd_read(php_stream *stream, char *buf, size_t count);
count              93 ext/phar/dirstream.c static size_t phar_dir_read(php_stream *stream, char *buf, size_t count) /* {{{ */
count             105 ext/phar/dirstream.c 	to_read = MIN(ZSTR_LEN(str_key), count);
count             107 ext/phar/dirstream.c 	if (to_read == 0 || count < ZSTR_LEN(str_key)) {
count             122 ext/phar/dirstream.c static size_t phar_dir_write(php_stream *stream, const char *buf, size_t count) /* {{{ */
count              30 ext/phar/dirstream.h static size_t phar_dir_write(php_stream *stream, const char *buf, size_t count);
count              31 ext/phar/dirstream.h static size_t phar_dir_read( php_stream *stream, char *buf, size_t count);
count            1398 ext/phar/phar_object.c 	int count;
count            1805 ext/phar/phar_object.c 	pass.count = 0;
count            1890 ext/phar/phar_object.c 	pass.count = 0;
count            1913 ext/phar/phar_object.c PHP_METHOD(Phar, count)
count            5255 ext/phar/phar_object.c 	PHP_ME(Phar, count,                 arginfo_phar__void,        ZEND_ACC_PUBLIC)
count             227 ext/phar/pharzip.h 	char count[2];            /* total number of entries in
count             362 ext/phar/stream.c static size_t phar_stream_read(php_stream *stream, char *buf, size_t count) /* {{{ */
count             382 ext/phar/stream.c 	got = php_stream_read(data->fp, buf, MIN(count, entry->uncompressed_filesize - data->position));
count             437 ext/phar/stream.c static size_t phar_stream_write(php_stream *stream, const char *buf, size_t count) /* {{{ */
count             442 ext/phar/stream.c 	if (count != php_stream_write(data->fp, buf, count)) {
count             443 ext/phar/stream.c 		php_stream_wrapper_log_error(stream->wrapper, stream->flags, "phar error: Could not write %d characters to \"%s\" in phar \"%s\"", (int) count, data->internal_file->filename, data->phar->fname);
count             453 ext/phar/stream.c 	return count;
count              33 ext/phar/stream.h static size_t phar_stream_write(php_stream *stream, const char *buf, size_t count);
count              34 ext/phar/stream.h static size_t phar_stream_read( php_stream *stream, char *buf, size_t count);
count             213 ext/phar/zip.c 			if (PHAR_GET_16(locator.counthere) != PHAR_GET_16(locator.count)) {
count             284 ext/phar/zip.c 	zend_hash_init(&mydata->manifest, PHAR_GET_16(locator.count),
count             288 ext/phar/zip.c 	zend_hash_init(&mydata->virtual_dirs, PHAR_GET_16(locator.count) * 2,
count             339 ext/phar/zip.c 	for (i = 0; i < PHAR_GET_16(locator.count); ++i) {
count             443 ext/phar/zip.c 			if (i != PHAR_GET_16(locator.count) - 1) {
count            1431 ext/phar/zip.c 		PHAR_SET_16(eocd.count, zend_hash_num_elements(&phar->manifest) + 1);
count            1434 ext/phar/zip.c 		PHAR_SET_16(eocd.count, zend_hash_num_elements(&phar->manifest));
count             979 ext/posix/posix.c 	int count;
count             991 ext/posix/posix.c 	for (count=0; g->gr_mem[count] != NULL; count++) {
count             992 ext/posix/posix.c 		add_next_index_string(&array_members, g->gr_mem[count]);
count             378 ext/reflection/php_reflection.c 	int count, count_static_props = 0, count_static_funcs = 0, count_shadow_props = 0;
count             449 ext/reflection/php_reflection.c 	count = zend_hash_num_elements(&ce->constants_table);
count             450 ext/reflection/php_reflection.c 	string_printf(str, "%s  - Constants [%d] {\n", indent, count);
count             451 ext/reflection/php_reflection.c 	if (count > 0) {
count             464 ext/reflection/php_reflection.c 	count = zend_hash_num_elements(&ce->properties_info);
count             465 ext/reflection/php_reflection.c 	if (count > 0) {
count             492 ext/reflection/php_reflection.c 	count = zend_hash_num_elements(&ce->function_table);
count             493 ext/reflection/php_reflection.c 	if (count > 0) {
count             524 ext/reflection/php_reflection.c 	count = zend_hash_num_elements(&ce->properties_info) - count_static_props - count_shadow_props;
count             525 ext/reflection/php_reflection.c 	string_printf(str, "\n%s  - Properties [%d] {\n", indent, count);
count             526 ext/reflection/php_reflection.c 	if (count > 0) {
count             543 ext/reflection/php_reflection.c 		count = 0;
count             549 ext/reflection/php_reflection.c 						count++;
count             556 ext/reflection/php_reflection.c 		string_printf(str, "\n%s  - Dynamic properties [%d] {\n", indent, count);
count             563 ext/reflection/php_reflection.c 	count = zend_hash_num_elements(&ce->function_table) - count_static_funcs;
count             564 ext/reflection/php_reflection.c 	if (count > 0) {
count             569 ext/reflection/php_reflection.c 		count = 0;
count             596 ext/reflection/php_reflection.c 					count++;
count             601 ext/reflection/php_reflection.c 		string_printf(str, "\n%s  - Methods [%d] {", indent, count);
count             602 ext/reflection/php_reflection.c 		if (!count) {
count             756 ext/reflection/php_reflection.c 	uint32_t i, count;
count             765 ext/reflection/php_reflection.c 	count = zend_hash_num_elements(static_variables);
count             767 ext/reflection/php_reflection.c 	if (!count) {
count            1358 ext/session/session.c 			--l->count;
count              59 ext/shmop/shmop.c 	ZEND_ARG_INFO(0, count)
count             230 ext/shmop/shmop.c 	zend_long start, count;
count             236 ext/shmop/shmop.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rll", &shmid, &start, &count) == FAILURE) {
count             249 ext/shmop/shmop.c 	if (count < 0 || start > (INT_MAX - count) || start + count > shmop->size) {
count             255 ext/shmop/shmop.c 	bytes = count ? count : shmop->size - start;
count            1935 ext/simplexml/simplexml.c static int php_sxe_count_elements_helper(php_sxe_object *sxe, zend_long *count) /* {{{ */
count            1940 ext/simplexml/simplexml.c 	*count = 0;
count            1949 ext/simplexml/simplexml.c 		(*count)++;
count            1962 ext/simplexml/simplexml.c static int sxe_count_elements(zval *object, zend_long *count) /* {{{ */
count            1975 ext/simplexml/simplexml.c 			*count = Z_LVAL(intern->tmp);
count            1980 ext/simplexml/simplexml.c 	return php_sxe_count_elements_helper(intern, count);
count            1986 ext/simplexml/simplexml.c SXE_METHOD(count)
count            1988 ext/simplexml/simplexml.c 	zend_long count = 0;
count            1995 ext/simplexml/simplexml.c 	php_sxe_count_elements_helper(sxe, &count);
count            1997 ext/simplexml/simplexml.c 	RETURN_LONG(count);
count            2697 ext/simplexml/simplexml.c 	SXE_ME(count,                  arginfo_simplexmlelement__void, ZEND_ACC_PUBLIC)
count             374 ext/snmp/snmp.c 	int count;
count             708 ext/snmp/snmp.c 	int status, count, found;
count             725 ext/snmp/snmp.c 		objid_query->offset = objid_query->count;
count             736 ext/snmp/snmp.c 	if ((st & SNMP_CMD_SET) && objid_query->count > objid_query->step) {
count             764 ext/snmp/snmp.c 			for (count = 0; objid_query->offset < objid_query->count && count < objid_query->step; objid_query->offset++, count++){
count             791 ext/snmp/snmp.c 					if (objid_query->offset < objid_query->count) { /* we have unprocessed OIDs */
count             839 ext/snmp/snmp.c 							for (count = 0; count < objid_query->count; count++) {
count             840 ext/snmp/snmp.c 								if (objid_query->vars[count].name_length == vars->name_length && snmp_oid_compare(objid_query->vars[count].name, objid_query->vars[count].name_length, vars->name, vars->name_length) == 0) {
count             842 ext/snmp/snmp.c 									objid_query->vars[count].name_length = 0; /* mark this name as used */
count             847 ext/snmp/snmp.c 								add_assoc_zval(return_value, objid_query->vars[count].oid, &snmpval);
count             856 ext/snmp/snmp.c 								count = rootlen;
count             857 ext/snmp/snmp.c 								while(count < vars->name_length){
count             858 ext/snmp/snmp.c 									sprintf(buf, "%lu.", vars->name[count]);
count             860 ext/snmp/snmp.c 									count++;
count             887 ext/snmp/snmp.c 				if (objid_query->offset < objid_query->count) { /* we have unprocessed OIDs */
count             898 ext/snmp/snmp.c 					for (count=1, vars = response->variables;
count             899 ext/snmp/snmp.c 						vars && count != response->errindex;
count             900 ext/snmp/snmp.c 						vars = vars->next_variable, count++);
count             982 ext/snmp/snmp.c 	objid_query->count = 0;
count             991 ext/snmp/snmp.c 		objid_query->vars[objid_query->count].oid = Z_STRVAL_P(oid);
count            1000 ext/snmp/snmp.c 				objid_query->vars[objid_query->count].type = *pptr;
count            1001 ext/snmp/snmp.c 				objid_query->vars[objid_query->count].value = Z_STRVAL_P(value);
count            1008 ext/snmp/snmp.c 		objid_query->count++;
count            1023 ext/snmp/snmp.c 			objid_query->vars[objid_query->count].oid = Z_STRVAL_P(tmp_oid);
count            1027 ext/snmp/snmp.c 					objid_query->vars[objid_query->count].type = *pptr;
count            1044 ext/snmp/snmp.c 						objid_query->vars[objid_query->count].type = *pptr;
count            1054 ext/snmp/snmp.c 					objid_query->vars[objid_query->count].value = Z_STRVAL_P(value);
count            1065 ext/snmp/snmp.c 						objid_query->vars[objid_query->count].value = Z_STRVAL_P(tmp_value);
count            1074 ext/snmp/snmp.c 			objid_query->count++;
count            1080 ext/snmp/snmp.c 		if (objid_query->count > 1) {
count            1097 ext/snmp/snmp.c 		for (objid_query->offset = 0; objid_query->offset < objid_query->count; objid_query->offset++) {
count            1107 ext/snmp/snmp.c 	objid_query->step = objid_query->count;
count            1108 ext/snmp/snmp.c 	return (objid_query->count > 0);
count            1357 ext/spl/spl_array.c int static spl_array_object_count_elements_helper(spl_array_object *intern, zend_long *count) /* {{{ */
count            1364 ext/spl/spl_array.c 		*count = 0;
count            1373 ext/spl/spl_array.c 		*count = 0;
count            1376 ext/spl/spl_array.c 			(*count)++;
count            1381 ext/spl/spl_array.c 		*count = zend_hash_num_elements(aht);
count            1386 ext/spl/spl_array.c int spl_array_object_count_elements(zval *object, zend_long *count) /* {{{ */
count            1394 ext/spl/spl_array.c 			*count = zval_get_long(&rv);
count            1398 ext/spl/spl_array.c 		*count = 0;
count            1401 ext/spl/spl_array.c 	return spl_array_object_count_elements_helper(intern, count);
count            1407 ext/spl/spl_array.c SPL_METHOD(Array, count)
count            1409 ext/spl/spl_array.c 	zend_long count;
count            1416 ext/spl/spl_array.c 	spl_array_object_count_elements_helper(intern, &count);
count            1418 ext/spl/spl_array.c 	RETURN_LONG(count);
count            1865 ext/spl/spl_array.c 	SPL_ME(Array, count,            arginfo_array_void,             ZEND_ACC_PUBLIC)
count            1892 ext/spl/spl_array.c 	SPL_ME(Array, count,            arginfo_array_void,             ZEND_ACC_PUBLIC)
count            1578 ext/spl/spl_directory.c SPL_METHOD(GlobIterator, count)
count            2004 ext/spl/spl_directory.c 	SPL_ME(GlobIterator, count,         arginfo_splfileinfo_void,  ZEND_ACC_PUBLIC)
count              79 ext/spl/spl_dllist.c 	int count;
count             138 ext/spl/spl_dllist.c 	llist->count = 0;
count             148 ext/spl/spl_dllist.c 	return (zend_long)llist->count;
count             211 ext/spl/spl_dllist.c 	llist->count++;
count             235 ext/spl/spl_dllist.c 	llist->count++;
count             259 ext/spl/spl_dllist.c 	llist->count--;
count             312 ext/spl/spl_dllist.c 	llist->count--;
count             354 ext/spl/spl_dllist.c 	while (intern->llist->count > 0) {
count             474 ext/spl/spl_dllist.c static int spl_dllist_object_count_elements(zval *object, zend_long *count) /* {{{ */
count             482 ext/spl/spl_dllist.c 			*count = zval_get_long(&rv);
count             486 ext/spl/spl_dllist.c 		*count = 0;
count             490 ext/spl/spl_dllist.c 	*count = spl_ptr_llist_count(intern->llist);
count             546 ext/spl/spl_dllist.c 	if (intern->gc_data_count < intern->llist->count) {
count             547 ext/spl/spl_dllist.c 		intern->gc_data_count = intern->llist->count;
count             688 ext/spl/spl_dllist.c SPL_METHOD(SplDoublyLinkedList, count)
count             690 ext/spl/spl_dllist.c 	zend_long count;
count             697 ext/spl/spl_dllist.c 	count = spl_ptr_llist_count(intern->llist);
count             698 ext/spl/spl_dllist.c 	RETURN_LONG(count);
count             706 ext/spl/spl_dllist.c 	zend_long count;
count             712 ext/spl/spl_dllist.c 	spl_dllist_object_count_elements(getThis(), &count);
count             713 ext/spl/spl_dllist.c 	RETURN_BOOL(count == 0);
count             773 ext/spl/spl_dllist.c 	RETURN_BOOL(index >= 0 && index < intern->llist->count);
count             792 ext/spl/spl_dllist.c 	if (index < 0 || index >= intern->llist->count) {
count             832 ext/spl/spl_dllist.c 		if (index < 0 || index >= intern->llist->count) {
count             881 ext/spl/spl_dllist.c 	if (index < 0 || index >= intern->llist->count) {
count             908 ext/spl/spl_dllist.c 		llist->count--;
count             944 ext/spl/spl_dllist.c 		*traverse_position_ptr = llist->count-1;
count            1248 ext/spl/spl_dllist.c 	if (index < 0 || index > intern->llist->count) {
count            1256 ext/spl/spl_dllist.c 	if (index == intern->llist->count) {
count            1280 ext/spl/spl_dllist.c 		intern->llist->count++;
count            1368 ext/spl/spl_dllist.c 	SPL_ME(SplDoublyLinkedList, count,           arginfo_dllist_void,            ZEND_ACC_PUBLIC)
count             527 ext/spl/spl_fixedarray.c static int spl_fixedarray_object_count_elements(zval *object, zend_long *count) /* {{{ */
count             536 ext/spl/spl_fixedarray.c 			*count = zval_get_long(&rv);
count             541 ext/spl/spl_fixedarray.c 		*count = intern->array->size;
count             545 ext/spl/spl_fixedarray.c 	*count = 0;
count             615 ext/spl/spl_fixedarray.c SPL_METHOD(SplFixedArray, count)
count            1074 ext/spl/spl_fixedarray.c 	SPL_ME(SplFixedArray, count,           arginfo_splfixedarray_void,     ZEND_ACC_PUBLIC)
count              62 ext/spl/spl_heap.c 	int                     count;
count             232 ext/spl/spl_heap.c 	heap->count    = 0;
count             242 ext/spl/spl_heap.c 	if (heap->count+1 > heap->max_size) {
count             250 ext/spl/spl_heap.c 	for (i = heap->count; i > 0 && heap->cmp(&heap->elements[(i-1)/2], elem, cmp_userdata) < 0; i = (i-1)/2) {
count             253 ext/spl/spl_heap.c 	heap->count++;
count             265 ext/spl/spl_heap.c 	if (heap->count == 0) {
count             275 ext/spl/spl_heap.c 	const int limit = (heap->count-1)/2;
count             278 ext/spl/spl_heap.c 	if (heap->count == 0) {
count             284 ext/spl/spl_heap.c 	bottom = &heap->elements[--heap->count];
count             289 ext/spl/spl_heap.c 		if(j != heap->count && heap->cmp(&heap->elements[j+1], &heap->elements[j], cmp_userdata) > 0) {
count             319 ext/spl/spl_heap.c 	heap->count    = from->count;
count             325 ext/spl/spl_heap.c 	for (i=0; i < heap->count; ++i) {
count             336 ext/spl/spl_heap.c 	for (i=0; i < heap->count; ++i) {
count             346 ext/spl/spl_heap.c 	return heap->count;
count             458 ext/spl/spl_heap.c static int spl_heap_object_count_elements(zval *object, zend_long *count) /* {{{ */
count             466 ext/spl/spl_heap.c 			*count = zval_get_long(&rv);
count             470 ext/spl/spl_heap.c 		*count = 0;
count             474 ext/spl/spl_heap.c 	*count = spl_ptr_heap_count(intern->heap);
count             509 ext/spl/spl_heap.c 	for (i = 0; i < intern->heap->count; ++i) {
count             528 ext/spl/spl_heap.c 	*gc_data_count = intern->heap->count;
count             548 ext/spl/spl_heap.c SPL_METHOD(SplHeap, count)
count             550 ext/spl/spl_heap.c 	zend_long count;
count             557 ext/spl/spl_heap.c 	count = spl_ptr_heap_count(intern->heap);
count             558 ext/spl/spl_heap.c 	RETURN_LONG(count);
count             893 ext/spl/spl_heap.c 	return ((Z_SPLHEAP_P(&iter->data))->heap->count != 0 ? SUCCESS : FAILURE);
count             907 ext/spl/spl_heap.c 	if (object->heap->count == 0 || Z_ISUNDEF_P(element)) {
count             925 ext/spl/spl_heap.c 	if (object->heap->count == 0 || Z_ISUNDEF_P(element)) {
count             941 ext/spl/spl_heap.c 	ZVAL_LONG(key, object->heap->count - 1);
count             973 ext/spl/spl_heap.c 	RETURN_LONG(intern->heap->count - 1);
count            1003 ext/spl/spl_heap.c 	RETURN_BOOL(intern->heap->count != 0);
count            1029 ext/spl/spl_heap.c 	if (!intern->heap->count || Z_ISUNDEF_P(element)) {
count            1049 ext/spl/spl_heap.c 	if (!intern->heap->count || Z_ISUNDEF_P(element)) {
count            1170 ext/spl/spl_heap.c 	SPL_ME(SplHeap,          count,                 arginfo_splheap_void,    ZEND_ACC_PUBLIC)
count            1186 ext/spl/spl_heap.c 	SPL_ME(SplHeap, count,                 arginfo_splheap_void, ZEND_ACC_PUBLIC)
count            1469 ext/spl/spl_iterators.c 			intern->u.limit.count = -1; /* get all */
count            1470 ext/spl/spl_iterators.c 			if (zend_parse_parameters_throw(ZEND_NUM_ARGS(), "O|ll", &zobject, ce_inner, &intern->u.limit.offset, &intern->u.limit.count) == FAILURE) {
count            1477 ext/spl/spl_iterators.c 			if (intern->u.limit.count < 0 && intern->u.limit.count != -1) {
count            2037 ext/spl/spl_iterators.c 	int count = 0;
count            2067 ext/spl/spl_iterators.c 			count = pcre_exec(intern->u.regex.pce->re, intern->u.regex.pce->extra, ZSTR_VAL(subject), ZSTR_LEN(subject), 0, 0, NULL, 0);
count            2068 ext/spl/spl_iterators.c 			RETVAL_BOOL(count >= 0);
count            2084 ext/spl/spl_iterators.c 			count = zend_hash_num_elements(Z_ARRVAL(intern->current.data));
count            2085 ext/spl/spl_iterators.c 			RETVAL_BOOL(count > 1);
count            2095 ext/spl/spl_iterators.c 			result = php_pcre_replace_impl(intern->u.regex.pce, subject, ZSTR_VAL(subject), ZSTR_LEN(subject), replacement, 0, -1, &count);
count            2108 ext/spl/spl_iterators.c 			RETVAL_BOOL(count > 0);
count            2482 ext/spl/spl_iterators.c 	if (intern->u.limit.count != -1 && intern->current.pos >= intern->u.limit.offset + intern->u.limit.count) {
count            2498 ext/spl/spl_iterators.c 	if (pos >= intern->u.limit.offset + intern->u.limit.count && intern->u.limit.count != -1) {
count            2499 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Cannot seek to %pd which is behind offset %pd plus count %pd", pos, intern->u.limit.offset, intern->u.limit.count);
count            2555 ext/spl/spl_iterators.c 	RETURN_BOOL((intern->u.limit.count == -1 || intern->current.pos < intern->u.limit.offset + intern->u.limit.count) && Z_TYPE(intern->current.data) != IS_UNDEF);
count            2567 ext/spl/spl_iterators.c 	if (intern->u.limit.count == -1 || intern->current.pos < intern->u.limit.offset + intern->u.limit.count) {
count            2609 ext/spl/spl_iterators.c 	ZEND_ARG_INFO(0, count)
count            2985 ext/spl/spl_iterators.c SPL_METHOD(CachingIterator, count)
count            3039 ext/spl/spl_iterators.c 	SPL_ME(CachingIterator, count,            arginfo_recursive_it_void,      ZEND_ACC_PUBLIC)
count            3608 ext/spl/spl_iterators.c 	zend_long  count = 0;
count            3614 ext/spl/spl_iterators.c 	if (spl_iterator_apply(obj, spl_iterator_count_apply, (void*)&count) == SUCCESS) {
count            3615 ext/spl/spl_iterators.c 		RETURN_LONG(count);
count            3623 ext/spl/spl_iterators.c 	zend_long              count;
count            3634 ext/spl/spl_iterators.c 	apply_info->count++;
count            3657 ext/spl/spl_iterators.c 	apply_info.count = 0;
count            3660 ext/spl/spl_iterators.c 		RETVAL_LONG(apply_info.count);
count            3674 ext/spl/spl_iterators.c 	SPL_ABSTRACT_ME(Countable, count,   arginfo_recursive_it_void)
count             143 ext/spl/spl_iterators.h 			zend_long             count;
count             547 ext/spl/spl_observer.c SPL_METHOD(SplObjectStorage, count)
count             748 ext/spl/spl_observer.c 	zend_long count;
count             773 ext/spl/spl_observer.c 	count = Z_LVAL_P(pcount);
count             775 ext/spl/spl_observer.c 	while (count-- > 0) {
count             900 ext/spl/spl_observer.c 	SPL_ME(SplObjectStorage,  count,       arginfo_splobject_void,0)
count            1217 ext/spl/spl_observer.c 	SPL_MA(MultipleIterator,  countIterators,         SplObjectStorage, count,    arginfo_splobject_void,                    0)
count            8601 ext/sqlite3/libsqlite/sqlite3.c   unsigned int count;       /* Number of entries in this table */
count            8604 ext/sqlite3/libsqlite/sqlite3.c     int count;                 /* Number of entries with this hash */
count            15232 ext/sqlite3/libsqlite/sqlite3.c               pSchema->tblHash.count 
count            15233 ext/sqlite3/libsqlite/sqlite3.c             + pSchema->trigHash.count
count            15234 ext/sqlite3/libsqlite/sqlite3.c             + pSchema->idxHash.count
count            15235 ext/sqlite3/libsqlite/sqlite3.c             + pSchema->fkeyHash.count
count            24829 ext/sqlite3/libsqlite/sqlite3.c   pNew->count = 0;
count            24852 ext/sqlite3/libsqlite/sqlite3.c   pH->count = 0;
count            24878 ext/sqlite3/libsqlite/sqlite3.c     pHead = pEntry->count ? pEntry->chain : 0;
count            24879 ext/sqlite3/libsqlite/sqlite3.c     pEntry->count++;
count            24951 ext/sqlite3/libsqlite/sqlite3.c   int count;                     /* Number of elements left to test */
count            24959 ext/sqlite3/libsqlite/sqlite3.c     count = pEntry->count;
count            24963 ext/sqlite3/libsqlite/sqlite3.c     count = pH->count;
count            24966 ext/sqlite3/libsqlite/sqlite3.c   while( count-- ){
count            24998 ext/sqlite3/libsqlite/sqlite3.c     pEntry->count--;
count            24999 ext/sqlite3/libsqlite/sqlite3.c     assert( pEntry->count>=0 );
count            25002 ext/sqlite3/libsqlite/sqlite3.c   pH->count--;
count            25003 ext/sqlite3/libsqlite/sqlite3.c   if( pH->count==0 ){
count            25005 ext/sqlite3/libsqlite/sqlite3.c     assert( pH->count==0 );
count            25061 ext/sqlite3/libsqlite/sqlite3.c   pH->count++;
count            25062 ext/sqlite3/libsqlite/sqlite3.c   if( pH->count>=10 && pH->count > 2*pH->htsize ){
count            25063 ext/sqlite3/libsqlite/sqlite3.c     if( rehash(pH, pH->count*2) ){
count            96093 ext/sqlite3/libsqlite/sqlite3.c       int count = (pParse->nested==0);    /* True to count changes */
count            96095 ext/sqlite3/libsqlite/sqlite3.c                                iKey, nKey, count, OE_Default, okOnePass);
count            96181 ext/sqlite3/libsqlite/sqlite3.c   u8 count,          /* If non-zero, increment the row change counter */
count            96261 ext/sqlite3/libsqlite/sqlite3.c     sqlite3VdbeAddOp2(v, OP_Delete, iDataCur, (count?OPFLAG_NCHANGE:0));
count            96262 ext/sqlite3/libsqlite/sqlite3.c     if( count ){
count            98195 ext/sqlite3/libsqlite/sqlite3.c     AGGREGATE2(count,            0, 0, 0, countStep,       countFinalize,
count            98197 ext/sqlite3/libsqlite/sqlite3.c     AGGREGATE(count,             1, 0, 0, countStep,       countFinalize  ),
count            129364 ext/sqlite3/libsqlite/sqlite3.c  int count                /* Number of times table has been busy */
count            129376 ext/sqlite3/libsqlite/sqlite3.c   assert( count>=0 );
count            129377 ext/sqlite3/libsqlite/sqlite3.c   if( count < NDELAY ){
count            129378 ext/sqlite3/libsqlite/sqlite3.c     delay = delays[count];
count            129379 ext/sqlite3/libsqlite/sqlite3.c     prior = totals[count];
count            129382 ext/sqlite3/libsqlite/sqlite3.c     prior = totals[NDELAY-1] + delay*(count-(NDELAY-1));
count            129393 ext/sqlite3/libsqlite/sqlite3.c   if( (count+1)*1000 > timeout ){
count            132637 ext/sqlite3/libsqlite/sqlite3.c   int count;              /* Number of entries in this table */
count            132641 ext/sqlite3/libsqlite/sqlite3.c     int count;               /* Number of entries with this hash */
count            132712 ext/sqlite3/libsqlite/sqlite3.c #define fts3HashCount(H)  ((H)->count)
count            140789 ext/sqlite3/libsqlite/sqlite3.c   pNew->count = 0;
count            140815 ext/sqlite3/libsqlite/sqlite3.c   pH->count = 0;
count            140909 ext/sqlite3/libsqlite/sqlite3.c   pEntry->count++;
count            140951 ext/sqlite3/libsqlite/sqlite3.c   int count;                     /* Number of elements left to test */
count            140957 ext/sqlite3/libsqlite/sqlite3.c     count = pEntry->count;
count            140959 ext/sqlite3/libsqlite/sqlite3.c     while( count-- && elem ){
count            140990 ext/sqlite3/libsqlite/sqlite3.c   pEntry->count--;
count            140991 ext/sqlite3/libsqlite/sqlite3.c   if( pEntry->count<=0 ){
count            140998 ext/sqlite3/libsqlite/sqlite3.c   pH->count--;
count            140999 ext/sqlite3/libsqlite/sqlite3.c   if( pH->count<=0 ){
count            141001 ext/sqlite3/libsqlite/sqlite3.c     assert( pH->count==0 );
count            141079 ext/sqlite3/libsqlite/sqlite3.c    || (pH->count>=pH->htsize && fts3Rehash(pH, pH->htsize*2))
count            141081 ext/sqlite3/libsqlite/sqlite3.c     pH->count = 0;
count            141098 ext/sqlite3/libsqlite/sqlite3.c   pH->count++;
count            1061 ext/sqlite3/sqlite3.c static size_t php_sqlite3_stream_write(php_stream *stream, const char *buf, size_t count)
count            1068 ext/sqlite3/sqlite3.c static size_t php_sqlite3_stream_read(php_stream *stream, char *buf, size_t count)
count            1072 ext/sqlite3/sqlite3.c 	if (sqlite3_stream->position + count >= sqlite3_stream->size) {
count            1073 ext/sqlite3/sqlite3.c 		count = sqlite3_stream->size - sqlite3_stream->position;
count            1076 ext/sqlite3/sqlite3.c 	if (count) {
count            1077 ext/sqlite3/sqlite3.c 		if (sqlite3_blob_read(sqlite3_stream->blob, buf, count, sqlite3_stream->position) != SQLITE_OK) {
count            1080 ext/sqlite3/sqlite3.c 		sqlite3_stream->position += count;
count            1082 ext/sqlite3/sqlite3.c 	return count;
count             790 ext/standard/array.c PHP_FUNCTION(count)
count            1779 ext/standard/array.c 	int var_exists, count = 0;
count            1930 ext/standard/array.c 			count++;
count            1936 ext/standard/array.c 	RETURN_LONG(count);
count            3281 ext/standard/basic_functions.c 	PHP_FE(count,															arginfo_count)
count            3345 ext/standard/basic_functions.c 	PHP_FALIAS(sizeof,				count,									arginfo_count)
count            4212 ext/standard/basic_functions.c 	unsigned int i, count = 0;
count            4220 ext/standard/basic_functions.c 			count++;
count            4224 ext/standard/basic_functions.c 	paras = safe_emalloc(sizeof(opt_struct), count, 0);
count            4225 ext/standard/basic_functions.c 	memset(paras, 0, sizeof(opt_struct) * count);
count            4243 ext/standard/basic_functions.c 	return count;
count            4305 ext/standard/basic_functions.c 		int count;
count            4308 ext/standard/basic_functions.c 		count = zend_hash_num_elements(Z_ARRVAL_P(p_longopts));
count            4312 ext/standard/basic_functions.c 		opts = (opt_struct *) erealloc(opts, sizeof(opt_struct) * (len + count + 1));
count            4316 ext/standard/basic_functions.c 		memset(opts, 0, count * sizeof(opt_struct));
count             446 ext/standard/crypt_blowfish.c static void BF_swap(BF_word *x, int count)
count             457 ext/standard/crypt_blowfish.c 	} while (--count);
count             672 ext/standard/crypt_blowfish.c 	BF_word count;
count             693 ext/standard/crypt_blowfish.c 	count = (BF_word)1 << ((setting[4] - '0') * 10 + (setting[5] - '0'));
count             694 ext/standard/crypt_blowfish.c 	if (count < min || BF_decode(data.binary.salt, &setting[7], 16)) {
count             758 ext/standard/crypt_blowfish.c 	} while (--count);
count             764 ext/standard/crypt_blowfish.c 		count = 64;
count             767 ext/standard/crypt_blowfish.c 		} while (--count);
count             887 ext/standard/crypt_blowfish.c char *_crypt_gensalt_blowfish_rn(const char *prefix, unsigned long count,
count             891 ext/standard/crypt_blowfish.c 	    (count && (count < 4 || count > 31)) ||
count             899 ext/standard/crypt_blowfish.c 	if (!count) count = 5;
count             905 ext/standard/crypt_blowfish.c 	output[4] = '0' + count / 10;
count             906 ext/standard/crypt_blowfish.c 	output[5] = '0' + count % 10;
count              28 ext/standard/crypt_blowfish.h 	unsigned long count,
count             463 ext/standard/crypt_freesec.c 	int count, struct php_crypt_extended_data *data)
count             472 ext/standard/crypt_freesec.c 	if (count == 0) {
count             474 ext/standard/crypt_freesec.c 	} else if (count > 0) {
count             484 ext/standard/crypt_freesec.c 		count = -count;
count             510 ext/standard/crypt_freesec.c 	while (count--) {
count             580 ext/standard/crypt_freesec.c des_cipher(const char *in, char *out, uint32_t salt, int count,
count             599 ext/standard/crypt_freesec.c 	retval = do_des(rawl, rawr, &l_out, &r_out, count, data);
count             618 ext/standard/crypt_freesec.c 	uint32_t	count, salt, l, r0, r1, keybuf[2];
count             643 ext/standard/crypt_freesec.c 		for (i = 1, count = 0; i < 5; i++) {
count             647 ext/standard/crypt_freesec.c 			count |= value << (i - 1) * 6;
count             649 ext/standard/crypt_freesec.c 		if (!count)
count             685 ext/standard/crypt_freesec.c 		count = 25;
count             701 ext/standard/crypt_freesec.c 	if (do_des(0, 0, &r0, &r1, count, data))
count            1000 ext/standard/dns.c 	int count, qdc;
count            1058 ext/standard/dns.c 	count = ntohs((unsigned short)hp->ancount);
count            1059 ext/standard/dns.c 	while (--count >= 0 && cp < end) {
count             208 ext/standard/dns_win32.c 				DWORD count = data_txt->dwStringCount;
count             218 ext/standard/dns_win32.c 				for (i = 0; i < count; i++) {
count             224 ext/standard/dns_win32.c 				for (i = 0; i < count; i++) {
count            1926 ext/standard/file.c 	int count, i = 0;
count            1931 ext/standard/file.c 	count = zend_hash_num_elements(Z_ARRVAL_P(fields));
count            1965 ext/standard/file.c 		if (++i != count) {
count             609 ext/standard/ftp_fopen_wrapper.c static size_t php_ftp_dirstream_read(php_stream *stream, char *buf, size_t count)
count             618 ext/standard/ftp_fopen_wrapper.c 	if (count != sizeof(php_stream_dirent)) {
count             181 ext/standard/image.c static unsigned long int php_swf_get_bits (unsigned char* buffer, unsigned int pos, unsigned int count)
count             186 ext/standard/image.c 	for (loop = pos; loop < pos + count; loop++)
count             189 ext/standard/image.c 			((((buffer[loop / 8]) >> (7 - (loop % 8))) & 0x01) << (count - (loop - pos) - 1));
count            1296 ext/standard/math.c 	int count = 0;
count            1384 ext/standard/math.c 		if (thousand_sep && (++count%3)==0 && s >= ZSTR_VAL(tmpbuf)) {
count              43 ext/standard/php_array.h PHP_FUNCTION(count);
count              34 ext/standard/php_fopen_wrapper.c static size_t php_stream_output_write(php_stream *stream, const char *buf, size_t count) /* {{{ */
count              36 ext/standard/php_fopen_wrapper.c 	PHPWRITE(buf, count);
count              37 ext/standard/php_fopen_wrapper.c 	return count;
count              41 ext/standard/php_fopen_wrapper.c static size_t php_stream_output_read(php_stream *stream, char *buf, size_t count) /* {{{ */
count              72 ext/standard/php_fopen_wrapper.c static size_t php_stream_input_write(php_stream *stream, const char *buf, size_t count) /* {{{ */
count              78 ext/standard/php_fopen_wrapper.c static size_t php_stream_input_read(php_stream *stream, char *buf, size_t count) /* {{{ */
count              83 ext/standard/php_fopen_wrapper.c 	if (!SG(post_read) && SG(read_post_bytes) < (int64_t)(input->position + count)) {
count              85 ext/standard/php_fopen_wrapper.c 		size_t read_bytes = sapi_read_post_block(buf, count);
count              94 ext/standard/php_fopen_wrapper.c 	read = php_stream_read(input->body, buf, count);
count             162 ext/standard/sha1.c 	context->count[0] = context->count[1] = 0;
count             184 ext/standard/sha1.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3F);
count             187 ext/standard/sha1.c 	if ((context->count[0] += ((php_uint32) inputLen << 3))
count             189 ext/standard/sha1.c 		context->count[1]++;
count             190 ext/standard/sha1.c 	context->count[1] += ((php_uint32) inputLen >> 29);
count             225 ext/standard/sha1.c 	bits[7] = context->count[0] & 0xFF;
count             226 ext/standard/sha1.c 	bits[6] = (context->count[0] >> 8) & 0xFF;
count             227 ext/standard/sha1.c 	bits[5] = (context->count[0] >> 16) & 0xFF;
count             228 ext/standard/sha1.c 	bits[4] = (context->count[0] >> 24) & 0xFF;
count             229 ext/standard/sha1.c 	bits[3] = context->count[1] & 0xFF;
count             230 ext/standard/sha1.c 	bits[2] = (context->count[1] >> 8) & 0xFF;
count             231 ext/standard/sha1.c 	bits[1] = (context->count[1] >> 16) & 0xFF;
count             232 ext/standard/sha1.c 	bits[0] = (context->count[1] >> 24) & 0xFF;
count             236 ext/standard/sha1.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count              29 ext/standard/sha1.h 	php_uint32 count[2];		/* number of bits, modulo 2^64 (lsb first) */
count            3225 ext/standard/string.c 			size_t count = 0;
count            3232 ext/standard/string.c 				count++;
count            3234 ext/standard/string.c 			if (count == 0) {
count            3239 ext/standard/string.c 				new_str = zend_string_safe_alloc(count, str_len - needle_len, ZSTR_LEN(haystack), 0);
count            3241 ext/standard/string.c 				new_str = zend_string_alloc(count * (str_len - needle_len) + ZSTR_LEN(haystack), 0);
count            3302 ext/standard/string.c 			size_t count = 0;
count            3312 ext/standard/string.c 				count++;
count            3314 ext/standard/string.c 			if (count == 0) {
count            3321 ext/standard/string.c 				new_str = zend_string_safe_alloc(count, str_len - ZSTR_LEN(lc_needle), ZSTR_LEN(haystack), 0);
count            3323 ext/standard/string.c 				new_str = zend_string_alloc(count * (str_len - ZSTR_LEN(lc_needle)) + ZSTR_LEN(haystack), 0);
count            3388 ext/standard/string.c 				size_t count = 0;
count            3395 ext/standard/string.c 					count++;
count            3397 ext/standard/string.c 				if (count == 0) {
count            3403 ext/standard/string.c 						new_str = zend_string_safe_alloc(count, str_len - needle_len, length, 0);
count            3405 ext/standard/string.c 						new_str = zend_string_alloc(count * (str_len - needle_len) + length, 0);
count            4119 ext/standard/string.c 	zend_long count = 0;
count            4154 ext/standard/string.c 				count += php_str_replace_in_subject(search, replace, subject_entry, &result, case_sensitivity);
count            4166 ext/standard/string.c 		count = php_str_replace_in_subject(search, replace, subject, return_value, case_sensitivity);
count            4170 ext/standard/string.c 		ZVAL_LONG(zcount, count);
count            5275 ext/standard/string.c 	int count = 0;
count            5319 ext/standard/string.c 			count++;
count            5325 ext/standard/string.c 			count++;
count            5329 ext/standard/string.c 	RETURN_LONG(count);
count              87 ext/standard/var.c 	uint32_t count;
count             122 ext/standard/var.c 			count = zend_array_count(myht);
count             123 ext/standard/var.c 			php_printf("%sarray(%d) {\n", COMMON, count);
count             257 ext/standard/var.c 	uint32_t count;
count             292 ext/standard/var.c 		count = zend_array_count(myht);
count             293 ext/standard/var.c 		php_printf("%sarray(%d) refcount(%u){\n", COMMON, count, Z_REFCOUNTED_P(struc) ? Z_REFCOUNT_P(struc) : 1);
count             671 ext/standard/var.c 	uint32_t count;
count             680 ext/standard/var.c 		count = zend_array_count(ht);
count             683 ext/standard/var.c 		count = zend_array_count(ht);
count             685 ext/standard/var.c 			--count;
count             688 ext/standard/var.c 		count = 0;
count             691 ext/standard/var.c 	smart_str_append_unsigned(buf, count);
count             694 ext/standard/var.c 	if (count > 0) {
count              46 ext/sysvsem/php_sysvsem.h 	int count;					/* Acquire count for auto-release. */
count             146 ext/sysvsem/sysvsem.c 	if (sem_ptr->count == -1 || !sem_ptr->auto_release) {
count             158 ext/sysvsem/sysvsem.c 	if (sem_ptr->count) {
count             161 ext/sysvsem/sysvsem.c 		sop[1].sem_op  = sem_ptr->count;
count             194 ext/sysvsem/sysvsem.c 	int count;
count             247 ext/sysvsem/sysvsem.c 	count = semctl(semid, SYSVSEM_USAGE, GETVAL, NULL);
count             248 ext/sysvsem/sysvsem.c 	if (count == -1) {
count             254 ext/sysvsem/sysvsem.c 	if (count == 1) {
count             290 ext/sysvsem/sysvsem.c 	sem_ptr->count = 0;
count             321 ext/sysvsem/sysvsem.c 	if (!acquire && sem_ptr->count == 0) {
count             339 ext/sysvsem/sysvsem.c 	sem_ptr->count -= acquire ? -1 : 1;
count             408 ext/sysvsem/sysvsem.c 	sem_ptr->count = -1;
count             122 ext/xmlrpc/libxmlrpc/base64.c     int count;
count             184 ext/xmlrpc/libxmlrpc/base64.c 	count = 0;
count             185 ext/xmlrpc/libxmlrpc/base64.c 	while (count < i) {
count             186 ext/xmlrpc/libxmlrpc/base64.c 	  buffer_add(bfr, o[count++]);
count              46 ext/zip/zip_stream.c static size_t php_zip_ops_read(php_stream *stream, char *buf, size_t count)
count              52 ext/zip/zip_stream.c 		n = zip_fread(self->zf, buf, count);
count              70 ext/zip/zip_stream.c 		if (n == 0 || n < (ssize_t)count) {
count              81 ext/zip/zip_stream.c static size_t php_zip_ops_write(php_stream *stream, const char *buf, size_t count)
count              87 ext/zip/zip_stream.c 	return count;
count              35 ext/zlib/zlib_fopen_wrapper.c static size_t php_gziop_read(php_stream *stream, char *buf, size_t count)
count              41 ext/zlib/zlib_fopen_wrapper.c 	read = gzread(self->gz_file, buf, count);
count              50 ext/zlib/zlib_fopen_wrapper.c static size_t php_gziop_write(php_stream *stream, const char *buf, size_t count)
count              56 ext/zlib/zlib_fopen_wrapper.c 	wrote = gzwrite(self->gz_file, (char *) buf, count);
count             616 main/SAPI.c    			--l->count;
count             915 main/fastcgi.c static inline ssize_t safe_write(fcgi_request *req, const void *buf, size_t count)
count             926 main/fastcgi.c 		tmp = count - n;
count             941 main/fastcgi.c 		ret = write(req->fd, ((char*)buf)+n, count-n);
count             948 main/fastcgi.c 	} while (n != count);
count             952 main/fastcgi.c static inline ssize_t safe_read(fcgi_request *req, const void *buf, size_t count)
count             963 main/fastcgi.c 		tmp = count - n;
count             978 main/fastcgi.c 		ret = read(req->fd, ((char*)buf)+n, count-n);
count             987 main/fastcgi.c 	} while (n != count);
count            1936 main/main.c    int php_register_extensions(zend_module_entry **ptr, int count)
count            1938 main/main.c    	zend_module_entry **end = ptr + count;
count            1958 main/main.c    static int php_register_extensions_bc(zend_module_entry *ptr, int count)
count            1960 main/main.c    	while (count--) {
count             576 main/output.c  	int i, count = php_output_get_level();
count             578 main/output.c  	if (count) {
count             581 main/output.c  		for (i = 0; i < count; ++i) {
count              40 main/php_main.h PHPAPI int php_register_extensions(zend_module_entry **ptr, int count);
count             120 main/php_streams.h 	size_t (*write)(php_stream *stream, const char *buf, size_t count);
count             121 main/php_streams.h 	size_t (*read)(php_stream *stream, char *buf, size_t count);
count             306 main/php_streams.h PHPAPI size_t _php_stream_read(php_stream *stream, char *buf, size_t count);
count             307 main/php_streams.h #define php_stream_read(stream, buf, count)		_php_stream_read((stream), (buf), (count))
count             309 main/php_streams.h PHPAPI size_t _php_stream_write(php_stream *stream, const char *buf, size_t count);
count             311 main/php_streams.h #define php_stream_write(stream, buf, count)	_php_stream_write(stream, (buf), (count))
count              71 main/php_ticks.c void php_run_ticks(int count)
count              73 main/php_ticks.c 	zend_llist_apply_with_argument(&PG(tick_functions), (llist_apply_with_arg_func_t) php_tick_iterator, &count);
count              27 main/php_ticks.h void php_run_ticks(int count);
count             368 main/php_variables.c 	zend_long count = 0;
count             451 main/php_variables.c 		if (++count > PG(max_input_vars)) {
count             530 main/php_variables.c 	int count = 0;
count             557 main/php_variables.c 			count++;
count             574 main/php_variables.c 		ZVAL_LONG(&argc, count);
count             708 main/rfc1867.c 	zend_long count = 0;
count             879 main/rfc1867.c 				if (++count <= PG(max_input_vars) && sapi_module.input_filter(PARSE_POST, param, &value, value_len, &new_val_len)) {
count             898 main/rfc1867.c 					if (count == PG(max_input_vars) + 1) {
count             140 main/spprintf.c #define PAD_CHAR(xbuf, ch, count, is_char) do { \
count             143 main/spprintf.c 		smart_string_alloc(((smart_string *)(xbuf)), (count), 0); \
count             144 main/spprintf.c 		memset(((smart_string *)(xbuf))->c + ((smart_string *)(xbuf))->len, (ch), (count)); \
count             145 main/spprintf.c 		((smart_string *)(xbuf))->len += (count); \
count             147 main/spprintf.c 		smart_str_alloc(((smart_str *)(xbuf)), (count), 0); \
count             148 main/spprintf.c 		memset(ZSTR_VAL(((smart_str *)(xbuf))->s) + ZSTR_LEN(((smart_str *)(xbuf))->s), (ch), (count)); \
count             149 main/spprintf.c 		ZSTR_LEN(((smart_str *)(xbuf))->s) += (count); \
count             140 main/streams/glob_wrapper.c static size_t php_glob_stream_read(php_stream *stream, char *buf, size_t count) /* {{{ */
count             147 main/streams/glob_wrapper.c 	if (count == sizeof(php_stream_dirent) && pglob) {
count              49 main/streams/memory.c static size_t php_stream_memory_write(php_stream *stream, const char *buf, size_t count)
count              57 main/streams/memory.c 	if (ms->fpos + count > ms->fsize) {
count              61 main/streams/memory.c 			tmp = emalloc(ms->fpos + count);
count              63 main/streams/memory.c 			tmp = erealloc(ms->data, ms->fpos + count);
count              66 main/streams/memory.c 			count = ms->fsize - ms->fpos + 1;
count              69 main/streams/memory.c 			ms->fsize = ms->fpos + count;
count              73 main/streams/memory.c 		count = 0;
count              74 main/streams/memory.c 	if (count) {
count              76 main/streams/memory.c 		memcpy(ms->data+ms->fpos, (char*)buf, count);
count              77 main/streams/memory.c 		ms->fpos += count;
count              79 main/streams/memory.c 	return count;
count              85 main/streams/memory.c static size_t php_stream_memory_read(php_stream *stream, char *buf, size_t count)
count              92 main/streams/memory.c 		count = 0;
count              94 main/streams/memory.c 		if (ms->fpos + count >= ms->fsize) {
count              95 main/streams/memory.c 			count = ms->fsize - ms->fpos;
count              97 main/streams/memory.c 		if (count) {
count             100 main/streams/memory.c 			memcpy(buf, ms->data+ms->fpos, count);
count             101 main/streams/memory.c 			ms->fpos += count;
count             104 main/streams/memory.c 	return count;
count             364 main/streams/memory.c static size_t php_stream_temp_write(php_stream *stream, const char *buf, size_t count)
count             376 main/streams/memory.c 		if (memsize + count >= ts->smax) {
count             388 main/streams/memory.c 	return php_stream_write(ts->innerstream, buf, count);
count             394 main/streams/memory.c static size_t php_stream_temp_read(php_stream *stream, char *buf, size_t count)
count             405 main/streams/memory.c 	got = php_stream_read(ts->innerstream, buf, count);
count             331 main/streams/plain_wrapper.c static size_t php_stdiop_write(php_stream *stream, const char *buf, size_t count)
count             340 main/streams/plain_wrapper.c 		if (ZEND_SIZE_T_UINT_OVFL(count)) {
count             341 main/streams/plain_wrapper.c 			count = UINT_MAX;
count             343 main/streams/plain_wrapper.c 		bytes_written = _write(data->fd, buf, (unsigned int)count);
count             345 main/streams/plain_wrapper.c 		int bytes_written = write(data->fd, buf, count);
count             358 main/streams/plain_wrapper.c 		return fwrite(buf, 1, count, data->file);
count             362 main/streams/plain_wrapper.c static size_t php_stdiop_read(php_stream *stream, char *buf, size_t count)
count             393 main/streams/plain_wrapper.c 			if (avail_read < count) {
count             394 main/streams/plain_wrapper.c 				count = avail_read;
count             398 main/streams/plain_wrapper.c 		ret = read(data->fd, buf,  PLAIN_WRAP_BUF_SIZE(count));
count             404 main/streams/plain_wrapper.c 			ret = read(data->fd, buf,  PLAIN_WRAP_BUF_SIZE(count));
count             416 main/streams/plain_wrapper.c 		ret = fread(buf, 1, count, data->file);
count             872 main/streams/plain_wrapper.c static size_t php_plain_files_dirstream_read(php_stream *stream, char *buf, size_t count)
count             881 main/streams/plain_wrapper.c 	if (count != sizeof(php_stream_dirent))
count             162 main/streams/streams.c 			int count = (int)zend_llist_count(err_list);
count             179 main/streams/streams.c 				if (i < count - 1) {
count             189 main/streams/streams.c 				if (i < count - 1) {
count            1097 main/streams/streams.c static size_t _php_stream_write_buffer(php_stream *stream, const char *buf, size_t count)
count            1111 main/streams/streams.c 	while (count > 0) {
count            1112 main/streams/streams.c 		towrite = count;
count            1121 main/streams/streams.c 			count -= justwrote;
count            1142 main/streams/streams.c static size_t _php_stream_write_filtered(php_stream *stream, const char *buf, size_t count, int flags)
count            1152 main/streams/streams.c 		bucket = php_stream_bucket_new(stream, (char *)buf, count, 0, 0);
count            1220 main/streams/streams.c PHPAPI size_t _php_stream_write(php_stream *stream, const char *buf, size_t count)
count            1224 main/streams/streams.c 	if (buf == NULL || count == 0 || stream->ops->write == NULL) {
count            1229 main/streams/streams.c 		bytes = _php_stream_write_filtered(stream, buf, count, PSFS_FLAG_NORMAL);
count            1231 main/streams/streams.c 		bytes = _php_stream_write_buffer(stream, buf, count);
count            1243 main/streams/streams.c 	size_t count;
count            1248 main/streams/streams.c 	count = vspprintf(&buf, 0, fmt, ap);
count            1255 main/streams/streams.c 	count = php_stream_write(stream, buf, count);
count            1258 main/streams/streams.c 	return count;
count             585 main/streams/userspace.c static size_t php_userstreamop_write(php_stream *stream, const char *buf, size_t count)
count             598 main/streams/userspace.c 	ZVAL_STRINGL(&args[0], (char*)buf, count);
count             624 main/streams/userspace.c 	if (didwrite > count) {
count             627 main/streams/userspace.c 				(zend_long)(didwrite - count), (zend_long)didwrite, (zend_long)count);
count             628 main/streams/userspace.c 		didwrite = count;
count             636 main/streams/userspace.c static size_t php_userstreamop_read(php_stream *stream, char *buf, size_t count)
count             649 main/streams/userspace.c 	ZVAL_LONG(&args[0], count);
count             668 main/streams/userspace.c 		if (didread > count) {
count             670 main/streams/userspace.c 					us->wrapper->classname, (zend_long)(didread - count), (zend_long)didread, (zend_long)count);
count             671 main/streams/userspace.c 			didread = count;
count            1401 main/streams/userspace.c static size_t php_userstreamop_readdir(php_stream *stream, char *buf, size_t count)
count            1411 main/streams/userspace.c 	if (count != sizeof(php_stream_dirent))
count              61 main/streams/xp_socket.c static size_t php_sockop_write(php_stream *stream, const char *buf, size_t count)
count              77 main/streams/xp_socket.c 	didwrite = send(sock->socket, buf, XP_SOCK_BUF_SIZE(count), (sock->is_blocked && ptimeout) ? MSG_DONTWAIT : 0);
count             106 main/streams/xp_socket.c 				(zend_long)count, err, estr);
count             151 main/streams/xp_socket.c static size_t php_sockop_read(php_stream *stream, char *buf, size_t count)
count             167 main/streams/xp_socket.c 	nr_bytes = recv(sock->socket, buf, XP_SOCK_BUF_SIZE(count), (sock->is_blocked && sock->timeout.tv_sec != -1) ? MSG_DONTWAIT : 0);
count             320 sapi/litespeed/lsapilib.c static int lsapi_writev( int fd, struct iovec ** pVec, int count, int totalLen )
count             324 sapi/litespeed/lsapilib.c     int n = count;
count             468 sapi/litespeed/lsapilib.c static int parseEnv( struct LSAPI_key_value_pair * pEnvList, int count,
count             473 sapi/litespeed/lsapilib.c     if ( count > 8192 )
count             475 sapi/litespeed/lsapilib.c     pEnvEnd = pEnvList + count;
count            1987 sapi/litespeed/lsapilib.c     int count = 0;
count            2003 sapi/litespeed/lsapilib.c             headers[count]._name = HTTP_HEADERS[i];
count            2004 sapi/litespeed/lsapilib.c             headers[count]._nameLen = HTTP_HEADER_LEN[i];
count            2005 sapi/litespeed/lsapilib.c             headers[count]._value = pValue;
count            2006 sapi/litespeed/lsapilib.c             headers[count]._valueLen = len;
count            2007 sapi/litespeed/lsapilib.c             ++count;
count            2030 sapi/litespeed/lsapilib.c             headers[count]._name = pKey;
count            2031 sapi/litespeed/lsapilib.c             headers[count]._nameLen = keyLen;
count            2032 sapi/litespeed/lsapilib.c             headers[count]._value = pValue;
count            2033 sapi/litespeed/lsapilib.c             headers[count]._valueLen = pCur->valueLen;
count            2034 sapi/litespeed/lsapilib.c             ++count;
count            2035 sapi/litespeed/lsapilib.c             if ( count == 512 )
count            2044 sapi/litespeed/lsapilib.c     qsort( headers, count, sizeof( struct _headerInfo ), compareValueLocation );
count            2045 sapi/litespeed/lsapilib.c     for( i = 0; i < count; ++i )
count            2052 sapi/litespeed/lsapilib.c     return count;
count            2064 sapi/litespeed/lsapilib.c     int count = 0;
count            2076 sapi/litespeed/lsapilib.c             ++count;
count            2121 sapi/litespeed/lsapilib.c     return count + pReq->m_pHeader->m_cntUnknownHeaders;
count            2673 sapi/litespeed/lsapilib.c     int count = 0;
count            2681 sapi/litespeed/lsapilib.c             ++count;
count            2726 sapi/litespeed/lsapilib.c                     --count;
count            2737 sapi/litespeed/lsapilib.c     if ( abs( g_prefork_server->m_iCurChildren - count ) > 1 )
count            2740 sapi/litespeed/lsapilib.c                 g_prefork_server->m_iCurChildren, count, idle, dying );
count            3427 sapi/litespeed/lsapilib.c     unsigned int count;
count            3431 sapi/litespeed/lsapilib.c     count = (ctx->bits[0] >> 3) & 0x3F;
count            3435 sapi/litespeed/lsapilib.c     p = ctx->in + count;
count            3439 sapi/litespeed/lsapilib.c     count = 64 - 1 - count;
count            3442 sapi/litespeed/lsapilib.c     if (count < 8) {
count            3444 sapi/litespeed/lsapilib.c         memset(p, 0, count);
count            3452 sapi/litespeed/lsapilib.c         memset(p, 0, count - 8);
count             908 sapi/phpdbg/phpdbg.c static size_t phpdbg_stdiop_write(php_stream *stream, const char *buf, size_t count) {
count             919 sapi/phpdbg/phpdbg.c 			phpdbg_script(P_STDOUT, "%.*s", (int) count, buf);
count             920 sapi/phpdbg/phpdbg.c 			return count;
count             923 sapi/phpdbg/phpdbg.c 			phpdbg_script_ex(PHPDBG_G(io)[PHPDBG_STDERR].fd, P_STDERR, "%.*s", (int) count, buf);
count             924 sapi/phpdbg/phpdbg.c 			return count;
count             929 sapi/phpdbg/phpdbg.c 	return PHPDBG_G(php_stdiop_write)(stream, buf, count);
count              36 sapi/phpdbg/phpdbg_btree.c 	tree->count = 0;
count             166 sapi/phpdbg/phpdbg_btree.c 			tree->count++;
count             199 sapi/phpdbg/phpdbg_btree.c 	tree->count--;
count              38 sapi/phpdbg/phpdbg_btree.h 	zend_ulong count;
count             312 sapi/phpdbg/phpdbg_info.c 		int literal = 0, count = ops->last_literal - 1;
count             316 sapi/phpdbg/phpdbg_info.c 				phpdbg_notice("literalinfo", "method=\"%s::%s\" num=\"%d\"", "Literal Constants in %s::%s() (%d)", ops->scope->name->val, ops->function_name->val, count);
count             318 sapi/phpdbg/phpdbg_info.c 				phpdbg_notice("literalinfo", "function=\"%s\" num=\"%d\"", "Literal Constants in %s() (%d)", ops->function_name->val, count);
count             322 sapi/phpdbg/phpdbg_info.c 				phpdbg_notice("literalinfo", "file=\"%s\" num=\"%d\"", "Literal Constants in %s (%d)", ZSTR_VAL(ops->filename), count);
count             324 sapi/phpdbg/phpdbg_info.c 				phpdbg_notice("literalinfo", "opline=\"%p\" num=\"%d\"", "Literal Constants @ %p (%d)", ops, count);
count             194 sapi/phpdbg/phpdbg_io.c 	int count = 0, bytes = 0;
count             198 sapi/phpdbg/phpdbg_io.c 		count++;
count             201 sapi/phpdbg/phpdbg_io.c 		if (count % PHPDBG_G(lines) == 0) {
count             215 sapi/phpdbg/phpdbg_io.c 	if (bytes && count % PHPDBG_G(lines) != 0) {
count             126 sapi/phpdbg/phpdbg_list.c void phpdbg_list_file(zend_string *filename, uint count, int offset, uint highlight) /* {{{ */
count             145 sapi/phpdbg/phpdbg_list.c 		count += offset;
count             149 sapi/phpdbg/phpdbg_list.c 	lastline = offset + count;
count             282 sapi/phpdbg/phpdbg_wait.c 				zend_extensions.count--;