count              27 TSRM/TSRM.c    	int count;
count              78 TSRM/TSRM.c    						unshuffled_offset, TSRM_SHUFFLE_RSRC_ID(0), TSRM_SHUFFLE_RSRC_ID(thread_resources->count-1)));	\
count             177 TSRM/TSRM.c    				for (j=0; j<p->count; j++) {
count             248 TSRM/TSRM.c    			if (p->count < id_count) {
count             252 TSRM/TSRM.c    				for (j=p->count; j<id_count; j++) {
count             258 TSRM/TSRM.c    				p->count = id_count;
count             277 TSRM/TSRM.c    	(*thread_resources_ptr)->count = id_count;
count             337 TSRM/TSRM.c    			TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count);
count             375 TSRM/TSRM.c    	TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count);
count             391 TSRM/TSRM.c    		for (i=0; i<thread_resources->count; i++) {
count             396 TSRM/TSRM.c    		for (i=0; i<thread_resources->count; i++) {
count             456 TSRM/TSRM.c    			for (i=0; i<thread_resources->count; i++) {
count             461 TSRM/TSRM.c    			for (i=0; i<thread_resources->count; i++) {
count             498 TSRM/TSRM.c    			for (i=0; i<thread_resources->count; i++) {
count             503 TSRM/TSRM.c    			for (i=0; i<thread_resources->count; i++) {
count             544 TSRM/TSRM.c    				if (p->count > j && p->storage[j]) {
count            1774 Zend/zend_API.c 	Bucket **end = b1 + count;
count            2032 Zend/zend_API.c 	int count=0, unload=0, result=0;
count            2132 Zend/zend_API.c 				zend_unregister_functions(functions, count, target_function_table TSRMLS_CC);
count            2186 Zend/zend_API.c 		count++;
count            2202 Zend/zend_API.c 		zend_unregister_functions(functions, count, target_function_table TSRMLS_CC);
count            2298 Zend/zend_API.c 		if (count!=-1 && i>=count) {
count             445 Zend/zend_alloc.c 		int count;
count             905 Zend/zend_alloc.c 		heap->cache_stat[i].count = 0;
count             969 Zend/zend_alloc.c 			heap->cache_stat[i].count = 0;
count            1906 Zend/zend_alloc.c 			heap->cache_stat[index].count--;
count            2092 Zend/zend_alloc.c 		if (++heap->cache_stat[index].count > heap->cache_stat[index].max_count) {
count            2093 Zend/zend_alloc.c 			heap->cache_stat[index].max_count = heap->cache_stat[index].count;
count            2184 Zend/zend_alloc.c 			heap->cache_stat[index].count--;
count            2209 Zend/zend_alloc.c 			if (++heap->cache_stat[index].count > heap->cache_stat[index].max_count) {
count            2210 Zend/zend_alloc.c 				heap->cache_stat[index].max_count = heap->cache_stat[index].count;
count            5392 Zend/zend_compile.c 	} else if (fetch_list_ptr->count == 1) {
count             170 Zend/zend_execute.h 		if (UNEXPECTED((count) >									\
count             172 Zend/zend_execute.h 			zend_vm_stack_extend((count) TSRMLS_CC);				\
count             177 Zend/zend_execute.h 	zend_vm_stack page = (zend_vm_stack)emalloc(ZEND_MM_ALIGNED_SIZE(sizeof(*page)) + sizeof(void*) * count);
count             180 Zend/zend_execute.h 	page->end = page->top + count;
count             203 Zend/zend_execute.h 	zend_vm_stack p = zend_vm_stack_new_page(count >= ZEND_VM_STACK_PAGE_SIZE ? count : ZEND_VM_STACK_PAGE_SIZE);
count             779 Zend/zend_gc.c 	int count = 0;
count             815 Zend/zend_gc.c 			count++;
count             849 Zend/zend_gc.c 		GC_G(collected) += count;
count             854 Zend/zend_gc.c 	return count;
count              30 Zend/zend_llist.c 	l->count = 0;
count              51 Zend/zend_llist.c 	++l->count;
count              69 Zend/zend_llist.c 	++l->count;
count              88 Zend/zend_llist.c 			--l->count;
count             118 Zend/zend_llist.c 	l->count = 0;
count             149 Zend/zend_llist.c 		--l->count;
count             202 Zend/zend_llist.c 	if (l->count <= 0) {
count             206 Zend/zend_llist.c 	elements = (zend_llist_element **) emalloc(l->count * sizeof(zend_llist_element *));
count             214 Zend/zend_llist.c 	zend_qsort(elements, l->count, sizeof(zend_llist_element *), (compare_func_t) comp_func TSRMLS_CC);
count             219 Zend/zend_llist.c 	for (i = 1; i < l->count; i++) {
count             254 Zend/zend_llist.c 	return l->count;
count              40 Zend/zend_llist.h 	size_t count;
count             166 Zend/zend_opcode.c 		int count = ce->default_static_members_count;
count             171 Zend/zend_opcode.c 		for (i = 0; i < count; i++) {
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              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              51 Zend/zend_ptr_stack.h 		} while (stack->top+count > stack->max);			\
count            1320 Zend/zend_vm_gen.php 	if (count($export) > 0 &&
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             142 ext/bz2/bz2.c  	ret = BZ2_bzread(self->bz_file, buf, count);
count             155 ext/bz2/bz2.c  	return BZ2_bzwrite(self->bz_file, (char*)buf, count); 
count             557 ext/com_dotnet/com_handlers.c 	*count = ubound - lbound + 1;
count             375 ext/com_dotnet/com_saproxy.c 	*count = ubound - lbound + 1;
count             345 ext/date/lib/parse_tz.c 	*count = sizeof(timezonedb_idx_builtin) / sizeof(*timezonedb_idx_builtin);
count             224 ext/date/lib/tm2unixtime.c 	timelib_sll count, dow, rem;
count             226 ext/date/lib/tm2unixtime.c 	count = time->relative.special.amount;
count             230 ext/date/lib/tm2unixtime.c 	time->d += (count / 5) * 7;
count             233 ext/date/lib/tm2unixtime.c 	rem = (count % 5);
count             235 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             179 ext/dom/characterdata.c 	long        offset, count;
count             183 ext/dom/characterdata.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oll", &id, dom_characterdata_class_entry, &offset, &count) == FAILURE) {
count             196 ext/dom/characterdata.c 	if (offset < 0 || count < 0 || offset > length) {
count             202 ext/dom/characterdata.c 	if ((offset + count) > length) {
count             203 ext/dom/characterdata.c 		count = length - offset;
count             206 ext/dom/characterdata.c 	substring = xmlUTF8Strsub(cur, offset, count);
count             309 ext/dom/characterdata.c 	long        offset, count;
count             313 ext/dom/characterdata.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oll", &id, dom_characterdata_class_entry, &offset, &count) == FAILURE) {
count             326 ext/dom/characterdata.c 	if (offset < 0 || count < 0 || offset > length) {
count             338 ext/dom/characterdata.c 	if ((offset + count) > length) {
count             339 ext/dom/characterdata.c 		count = length - offset;
count             342 ext/dom/characterdata.c 	second = xmlUTF8Strsub(cur, offset + count, length - offset);
count             365 ext/dom/characterdata.c 	long        offset, count;
count             369 ext/dom/characterdata.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Olls", &id, dom_characterdata_class_entry, &offset, &count, &arg, &arg_len) == FAILURE) {
count             382 ext/dom/characterdata.c 	if (offset < 0 || count < 0 || offset > length) {
count             394 ext/dom/characterdata.c 	if ((offset + count) > length) {
count             395 ext/dom/characterdata.c 		count = length - offset;
count             399 ext/dom/characterdata.c 		second = xmlUTF8Strsub(cur, offset + count, length - 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             117 ext/dom/namednodemap.c 	ZVAL_LONG(*retval, count);
count             211 ext/dom/namednodemap.c 	int count;
count             235 ext/dom/namednodemap.c 					count = 0;
count             236 ext/dom/namednodemap.c 					while (count < index && curnode != NULL) {
count             237 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              87 ext/dom/nodelist.c 						curnode = dom_get_elements_by_tag_name_ns_raw(nodep, objmap->ns, objmap->local, &count, -1);
count              95 ext/dom/nodelist.c 	ZVAL_LONG(*retval, count);
count             115 ext/dom/nodelist.c 	int count = 0;
count             147 ext/dom/nodelist.c 							while (count < index && curnode != NULL) {
count             148 ext/dom/nodelist.c 								count++;
count             158 ext/dom/nodelist.c 							itemnode = dom_get_elements_by_tag_name_ns_raw(nodep, objmap->ns, objmap->local, &count, index);
count             631 ext/ereg/ereg.c 	long count = -1;
count             638 ext/ereg/ereg.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|l", &spliton, &spliton_len, &str, &str_len, &count) == FAILURE) {
count             658 ext/ereg/ereg.c 	while ((count == -1 || count > 1) && !(err = regexec(&re, strp, 1, subs, 0))) {
count             688 ext/ereg/ereg.c 		if (count != -1) {
count             689 ext/ereg/ereg.c 			count--;
count             251 ext/ereg/regex/regcomp.c 	register int count;
count             362 ext/ereg/regex/regcomp.c 		count = p_count(p);
count             366 ext/ereg/regex/regcomp.c 				REQUIRE(count <= count2, REG_BADBR);
count             370 ext/ereg/regex/regcomp.c 			count2 = count;
count             371 ext/ereg/regex/regcomp.c 		repeat(p, pos, count, count2);
count             454 ext/ereg/regex/regcomp.c 	register int count;
count             540 ext/ereg/regex/regcomp.c 		count = p_count(p);
count             544 ext/ereg/regex/regcomp.c 				REQUIRE(count <= count2, REG_BADBR);
count             548 ext/ereg/regex/regcomp.c 			count2 = count;
count             549 ext/ereg/regex/regcomp.c 		repeat(p, pos, count, count2);
count             570 ext/ereg/regex/regcomp.c 	register int count = 0;
count             573 ext/ereg/regex/regcomp.c 	while (MORE() && isdigit(PEEK()) && count <= DUPMAX) {
count             574 ext/ereg/regex/regcomp.c 		count = count*10 + (GETNEXT() - '0');
count             578 ext/ereg/regex/regcomp.c 	REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
count             579 ext/ereg/regex/regcomp.c 	return(count);
count            1378 ext/exif/exif.c 	int                 count;
count            1498 ext/exif/exif.c 	int             count;
count            1517 ext/exif/exif.c 	int             count;
count            1611 ext/exif/exif.c 	int             count = ImageInfo->file.count;
count            1613 ext/exif/exif.c 	tmp = safe_erealloc(ImageInfo->file.list, (count+1), sizeof(file_section), 0);
count            1615 ext/exif/exif.c 	ImageInfo->file.list[count].type = 0xFFFF;
count            1616 ext/exif/exif.c 	ImageInfo->file.list[count].data = NULL;
count            1617 ext/exif/exif.c 	ImageInfo->file.list[count].size = 0;
count            1618 ext/exif/exif.c 	ImageInfo->file.count = count+1;
count            1624 ext/exif/exif.c 	ImageInfo->file.list[count].type = type;
count            1625 ext/exif/exif.c 	ImageInfo->file.list[count].data = data;
count            1626 ext/exif/exif.c 	ImageInfo->file.list[count].size = size;
count            1627 ext/exif/exif.c 	return count;
count            1641 ext/exif/exif.c 	if (section_index >= ImageInfo->file.count) {
count            1659 ext/exif/exif.c 	if (ImageInfo->file.count) {
count            1660 ext/exif/exif.c 		for (i=0; i<ImageInfo->file.count; i++) {
count            1665 ext/exif/exif.c 	ImageInfo->file.count = 0;
count            1685 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            1688 ext/exif/exif.c 	info_data  = &image_info->info_list[section_index].list[image_info->info_list[section_index].count];
count            1794 ext/exif/exif.c 	image_info->info_list[section_index].count++;
count            1815 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            1818 ext/exif/exif.c 	info_data  = &image_info->info_list[section_index].list[image_info->info_list[section_index].count];
count            1825 ext/exif/exif.c 	image_info->info_list[section_index].count++;
count            1838 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            1840 ext/exif/exif.c 		info_data  = &image_info->info_list[section_index].list[image_info->info_list[section_index].count];
count            1847 ext/exif/exif.c 		image_info->info_list[section_index].count++;
count            1879 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            1881 ext/exif/exif.c 		info_data  = &image_info->info_list[section_index].list[image_info->info_list[section_index].count];
count            1890 ext/exif/exif.c 		image_info->info_list[section_index].count++;
count            1902 ext/exif/exif.c 	if (image_info->info_list[section_index].count) {
count            1903 ext/exif/exif.c 		for (i=0; i < image_info->info_list[section_index].count; i++) {
count            1959 ext/exif/exif.c 	if (image_info->info_list[section_index].count) {
count            1967 ext/exif/exif.c 		for(i=0; i<image_info->info_list[section_index].count; i++) {
count            2470 ext/exif/exif.c 			new_size  = 8 + 2 + info_list->count * 12 + 4;
count            2472 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            2475 ext/exif/exif.c 			for (i=0; i<info_list->count; i++) {
count            2494 ext/exif/exif.c 			php_ifd_set16u(new_data, info_list->count, ImageInfo->motorola_intel);
count            2496 ext/exif/exif.c 			for (i=0; i<info_list->count; i++) {
count            2987 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            2990 ext/exif/exif.c 				ImageInfo->xp_fields.count++;
count            2991 ext/exif/exif.c 				exif_process_unicode(ImageInfo, &(ImageInfo->xp_fields.list[ImageInfo->xp_fields.count-1]), tag, value_ptr, byte_count TSRMLS_CC);
count            3288 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Needing section %d @ 0x%08X", ImageInfo->file.count, fpos);
count            3845 ext/exif/exif.c 	for (i=0; i<ImageInfo->xp_fields.count; i++) {
count            4047 ext/exif/exif.c 	for (i=0; i<ImageInfo.xp_fields.count; i++) {
count             805 ext/fileinfo/libmagic/cdf.c 	inp += *count;
count             806 ext/fileinfo/libmagic/cdf.c 	*count += sh.sh_properties;
count             974 ext/fileinfo/libmagic/cdf.c 	*count = 0;
count             978 ext/fileinfo/libmagic/cdf.c 		count, &maxcount) == -1) 
count            1210 ext/fileinfo/libmagic/cdf.c 	for (i = 0; i < count; i++) {
count            1281 ext/fileinfo/libmagic/cdf.c 	size_t count;
count            1284 ext/fileinfo/libmagic/cdf.c 	if (cdf_unpack_summary_info(sst, h, &ssi, &info, &count) == -1)
count            1293 ext/fileinfo/libmagic/cdf.c 	cdf_dump_property_info(info, count);
count              61 ext/fileinfo/libmagic/readcdf.c         for (i = 0; i < count; i++) {
count             183 ext/fileinfo/libmagic/readcdf.c         size_t count;
count             186 ext/fileinfo/libmagic/readcdf.c         if (cdf_unpack_summary_info(sst, h, &si, &info, &count) == -1)
count             219 ext/fileinfo/libmagic/readcdf.c         m = cdf_file_property_info(ms, info, count);
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             185 ext/gd/libgd/webpimg.c   double sse = 0., count = 0.;
count             187 ext/gd/libgd/webpimg.c     count += y_width;
count             195 ext/gd/libgd/webpimg.c     count += 2 * uv_width;
count             203 ext/gd/libgd/webpimg.c   return -4.3429448 * log(sse / (255. * 255. * count));
count             284 ext/gettext/gettext.c 	long count;
count             286 ext/gettext/gettext.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ssl", &msgid1, &msgid1_len, &msgid2, &msgid2_len, &count) == FAILURE) {
count             293 ext/gettext/gettext.c 	msgstr = ngettext(msgid1, msgid2, count);
count             308 ext/gettext/gettext.c 	long count;
count             311 ext/gettext/gettext.c 		&msgid1, &msgid1_len, &msgid2, &msgid2_len, &count) == FAILURE) {
count             319 ext/gettext/gettext.c 	msgstr = dngettext(domain, msgid1, msgid2, count);
count             334 ext/gettext/gettext.c 	long count, category;
count             339 ext/gettext/gettext.c 		&msgid1, &msgid1_len, &msgid2, &msgid2_len, &count, &category) == FAILURE) {
count             347 ext/gettext/gettext.c 	msgstr = dcngettext(domain, msgid1, msgid2, count, category);
count             252 ext/hash/hash_gost.c 	if ((MAX32 - context->count[0]) < (len * 8)) {
count             253 ext/hash/hash_gost.c 		context->count[1]++;
count             254 ext/hash/hash_gost.c 		context->count[0] = MAX32 - context->count[0];
count             255 ext/hash/hash_gost.c 		context->count[0] = (len * 8) - context->count[0];
count             257 ext/hash/hash_gost.c 		context->count[0] += len * 8;
count             290 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) & 0x3f);
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) & 0x3f);
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) & 0x3f);
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) & 0x3f);
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) & 0x3f);
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              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             106 ext/interbase/ibase_events.c 	*l = (unsigned short) isc_event_block(event_buf, result_buf, count, events[0],
count             208 ext/intl/calendar/calendar_methods.cpp 	int32_t count;
count             209 ext/intl/calendar/calendar_methods.cpp 	const Locale *availLocales = Calendar::getAvailableLocales(count);
count             211 ext/intl/calendar/calendar_methods.cpp 	for (int i = 0; i < count; i++) {
count             914 ext/intl/converter/converter.c 			count = ucnv_countAvailable();
count             924 ext/intl/converter/converter.c 	for(i = 0; i < count; i++) {
count             939 ext/intl/converter/converter.c 	uint16_t i, count;
count             948 ext/intl/converter/converter.c 	count = ucnv_countAliases(name, &error);
count             955 ext/intl/converter/converter.c 	for(i = 0; i < count; i++) {
count             974 ext/intl/converter/converter.c 	uint16_t i, count;
count             984 ext/intl/converter/converter.c 	count = ucnv_countStandards();
count             985 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              68 ext/intl/msgformat/msgformat_helpers.cpp     return m.getArgTypeList(count);
count             321 ext/intl/msgformat/msgformat_helpers.cpp 	int32_t		  count;
count             332 ext/intl/msgformat/msgformat_helpers.cpp 	formats = mf->getFormats(count);
count             339 ext/intl/msgformat/msgformat_helpers.cpp 	for (int i = 0; U_SUCCESS(err.code) && i < count; i++) {
count             642 ext/intl/msgformat/msgformat_helpers.cpp     Formattable *fargs = ((const MessageFormat*)fmt)->parse(srcString, *count, *status);
count             648 ext/intl/msgformat/msgformat_helpers.cpp 	*args = (zval **)safe_emalloc(*count, sizeof(zval *), 0);
count             651 ext/intl/msgformat/msgformat_helpers.cpp     for(int32_t i = 0; i < *count; i++) {
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             270 ext/intl/resourcebundle/resourcebundle_class.c 	*count = ures_getSize( rb->me );
count             411 ext/intl/resourcebundle/resourcebundle_class.c 	ZEND_NAMED_ME( count, ZEND_FN(resourcebundle_count), arginfo_resourcebundle_count, ZEND_ACC_PUBLIC )
count            1241 ext/ldap/ldap.c 	int i, count, dn_len;
count            1254 ext/ldap/ldap.c 	count = i;
count            1258 ext/ldap/ldap.c 	add_assoc_long(return_value, "count", count);
count            1259 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             705 ext/mbstring/oniguruma/regint.h       int   count;       /* for OP_REPEAT_INC, OP_REPEAT_INC_NG */
count            1062 ext/mbstring/php_mbregex.c 	long count = -1;
count            1064 ext/mbstring/php_mbregex.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "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) < 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             513 ext/mcrypt/mcrypt.c 	int i, count;
count             517 ext/mcrypt/mcrypt.c 	modules = mcrypt_list_algorithms(MCG(algorithms_dir), &count);
count             518 ext/mcrypt/mcrypt.c 	if (count == 0) {
count             521 ext/mcrypt/mcrypt.c 	for (i = 0; i < count; i++) {
count             526 ext/mcrypt/mcrypt.c 	mcrypt_free_p(modules, count);
count             528 ext/mcrypt/mcrypt.c 	modules = mcrypt_list_modes(MCG(modes_dir), &count);
count             529 ext/mcrypt/mcrypt.c 	if (count == 0) {
count             532 ext/mcrypt/mcrypt.c 	for (i = 0; i < count; i++) {
count             537 ext/mcrypt/mcrypt.c 	mcrypt_free_p (modules, count);
count             761 ext/mcrypt/mcrypt.c 	int i, count = 0;
count             767 ext/mcrypt/mcrypt.c 	key_sizes = mcrypt_enc_get_supported_key_sizes(pm->td, &count);
count             769 ext/mcrypt/mcrypt.c 	for (i = 0; i < count; i++) {
count             986 ext/mcrypt/mcrypt.c 	int i, count = 0;
count             992 ext/mcrypt/mcrypt.c 	key_sizes = mcrypt_module_get_algo_supported_key_sizes(module, dir, &count);
count             994 ext/mcrypt/mcrypt.c 	for (i = 0; i < count; i++) {
count            1008 ext/mcrypt/mcrypt.c 	int   i, count;
count            1016 ext/mcrypt/mcrypt.c 	modules = mcrypt_list_algorithms(lib_dir, &count);
count            1018 ext/mcrypt/mcrypt.c 	if (count == 0) {
count            1021 ext/mcrypt/mcrypt.c 	for (i = 0; i < count; i++) {
count            1024 ext/mcrypt/mcrypt.c 	mcrypt_free_p(modules, count);
count            1035 ext/mcrypt/mcrypt.c 	int   i, count;
count            1043 ext/mcrypt/mcrypt.c 	modules = mcrypt_list_modes(lib_dir, &count);
count            1045 ext/mcrypt/mcrypt.c 	if (count == 0) {
count            1048 ext/mcrypt/mcrypt.c 	for (i = 0; i < count; i++) {
count            1051 ext/mcrypt/mcrypt.c 	mcrypt_free_p(modules, count);
count            1187 ext/mcrypt/mcrypt.c 	int block_size, max_key_length, use_key_length, i, count, iv_size;
count            1206 ext/mcrypt/mcrypt.c 	key_length_sizes = mcrypt_enc_get_supported_key_sizes(td, &count);
count            1207 ext/mcrypt/mcrypt.c 	if (count == 0 && key_length_sizes == NULL) { /* all lengths 1 - k_l_s = OK */
count            1212 ext/mcrypt/mcrypt.c 	} else if (count == 1) {  /* only m_k_l = OK */
count            1219 ext/mcrypt/mcrypt.c 		for (i = 0; i < count; i++) {
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              66 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              72 ext/mysqlnd/mysqlnd_net.c 	size_t to_read = count, ret;
count              76 ext/mysqlnd/mysqlnd_net.c 	DBG_INF_FMT("count="MYSQLND_SZ_T_SPEC, count);
count              88 ext/mysqlnd/mysqlnd_net.c 	MYSQLND_INC_CONN_STATISTIC_W_VALUE(stats, STAT_BYTES_RECEIVED, count - to_read);
count              97 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             102 ext/mysqlnd/mysqlnd_net.c 	ret = php_stream_write(net->data->m.get_stream(net TSRMLS_CC), (char *)buffer, count);
count             338 ext/mysqlnd/mysqlnd_net.c MYSQLND_METHOD(mysqlnd_net, send_ex)(MYSQLND_NET * const net, zend_uchar * const buffer, const size_t count,
count             344 ext/mysqlnd/mysqlnd_net.c 	size_t left = count;
count             350 ext/mysqlnd/mysqlnd_net.c 	DBG_INF_FMT("count=" MYSQLND_SZ_T_SPEC " compression=%u", count, net->data->compressed);
count             438 ext/mysqlnd/mysqlnd_net.c 			STAT_BYTES_SENT, count + packets_sent * MYSQLND_HEADER_SIZE,
count             448 ext/mysqlnd/mysqlnd_net.c 		DBG_ERR_FMT("Can't %u send bytes", count);
count             470 ext/mysqlnd/mysqlnd_net.c 	if (buffer->len >= count) {
count             471 ext/mysqlnd/mysqlnd_net.c 		memcpy(dest, buffer->data + buffer->offset, count);
count             472 ext/mysqlnd/mysqlnd_net.c 		buffer->offset += count;
count             473 ext/mysqlnd/mysqlnd_net.c 		buffer->len -= count;
count             513 ext/mysqlnd/mysqlnd_net.c 	ret->data = mnd_emalloc(count);
count             514 ext/mysqlnd/mysqlnd_net.c 	ret->size = ret->len = count;
count             623 ext/mysqlnd/mysqlnd_net.c MYSQLND_METHOD(mysqlnd_net, receive_ex)(MYSQLND_NET * const net, zend_uchar * const buffer, const size_t count, 
count             626 ext/mysqlnd/mysqlnd_net.c 	size_t to_read = count;
count             204 ext/mysqlnd/mysqlnd_statistics.c 	mysqlnd_array_init(return_value, stats->count);
count             205 ext/mysqlnd/mysqlnd_statistics.c 	for (i = 0; i < stats->count; i++) {
count             242 ext/mysqlnd/mysqlnd_statistics.c 	(*stats)->count = statistic_count;
count             290 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             259 ext/mysqlnd/mysqlnd_structs.h 	size_t					count;
count             273 ext/mysqlnd/mysqlnd_structs.h 	void		(*read)(struct st_mysqlnd_read_buffer *, size_t count, zend_uchar * dest);
count             110 ext/opcache/zend_shared_alloc.c 	void *shared_segments_to_p = ((char *)to + count*(sizeof(void *)));
count             114 ext/opcache/zend_shared_alloc.c 	for (i = 0; i < count; i++) {
count             179 ext/openssl/xp_ssl.c 	return php_openssl_sockop_io(1, stream, buf, count TSRMLS_CC);
count             184 ext/openssl/xp_ssl.c 	return php_openssl_sockop_io(0, stream, (char*)buf, count TSRMLS_CC);
count             247 ext/openssl/xp_ssl.c 				nr_bytes = SSL_read(sslsock->ssl_handle, buf, count);
count             249 ext/openssl/xp_ssl.c 				nr_bytes = SSL_write(sslsock->ssl_handle, buf, count);
count             329 ext/openssl/xp_ssl.c 			nr_bytes = php_stream_socket_ops.read(stream, buf, count TSRMLS_CC);
count             331 ext/openssl/xp_ssl.c 			nr_bytes = php_stream_socket_ops.write(stream, buf, count TSRMLS_CC);
count            6829 ext/pcre/pcrelib/pcre_compile.c           int count = 1;
count            6837 ext/pcre/pcrelib/pcre_compile.c             count++;
count            6840 ext/pcre/pcrelib/pcre_compile.c           if (count > 1)
count            6843 ext/pcre/pcrelib/pcre_compile.c             PUT2(code, 2+LINK_SIZE+IMM2_SIZE, count);
count            7233 ext/pcre/pcrelib/pcre_compile.c           int count = 1;
count            7242 ext/pcre/pcrelib/pcre_compile.c             count++;
count            7246 ext/pcre/pcrelib/pcre_compile.c           if (count > 1)
count            7252 ext/pcre/pcrelib/pcre_compile.c             PUT2INC(code, 0, count);
count            1347 ext/pcre/pcrelib/pcre_exec.c         int count = GET2(ecode, 1 + IMM2_SIZE);
count            1349 ext/pcre/pcrelib/pcre_exec.c         while (count-- > 0)
count            1366 ext/pcre/pcrelib/pcre_exec.c         int count = GET2(ecode, 1 + IMM2_SIZE);
count            1368 ext/pcre/pcrelib/pcre_exec.c         while (count-- > 0)
count            2708 ext/pcre/pcrelib/pcre_exec.c       int count = GET2(ecode, 1+IMM2_SIZE);
count            2718 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            1653 ext/pcre/pcrelib/pcre_jit_compile.c int count, size;
count            1688 ext/pcre/pcrelib/pcre_jit_compile.c   count = 0;
count            1693 ext/pcre/pcrelib/pcre_jit_compile.c     count = 1;
count            1698 ext/pcre/pcrelib/pcre_jit_compile.c       count = 2;
count            1716 ext/pcre/pcrelib/pcre_jit_compile.c         count = 1;
count            1734 ext/pcre/pcrelib/pcre_jit_compile.c       count = 1;
count            1744 ext/pcre/pcrelib/pcre_jit_compile.c         count = 1;
count            1752 ext/pcre/pcrelib/pcre_jit_compile.c       count = 2;
count            1764 ext/pcre/pcrelib/pcre_jit_compile.c         count = 1;
count            1774 ext/pcre/pcrelib/pcre_jit_compile.c         count = 1;
count            1786 ext/pcre/pcrelib/pcre_jit_compile.c         count = 2;
count            1799 ext/pcre/pcrelib/pcre_jit_compile.c         count = 2;
count            1812 ext/pcre/pcrelib/pcre_jit_compile.c         count = 1;
count            1821 ext/pcre/pcrelib/pcre_jit_compile.c         count = 2;
count            1831 ext/pcre/pcrelib/pcre_jit_compile.c         count = 2;
count            1850 ext/pcre/pcrelib/pcre_jit_compile.c           count = 1;
count            1855 ext/pcre/pcrelib/pcre_jit_compile.c           count = 2;
count            1879 ext/pcre/pcrelib/pcre_jit_compile.c   while (count > 0)
count            1881 ext/pcre/pcrelib/pcre_jit_compile.c     count--;
count            1891 ext/pcre/pcrelib/pcre_jit_compile.c         OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), srcw[count]);
count            1902 ext/pcre/pcrelib/pcre_jit_compile.c         OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(SLJIT_SP), srcw[count]);
count            1912 ext/pcre/pcrelib/pcre_jit_compile.c         OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), srcw[count], TMP1, 0);
count            1924 ext/pcre/pcrelib/pcre_jit_compile.c         OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), srcw[count], TMP2, 0);
count            5924 ext/pcre/pcrelib/pcre_jit_compile.c int count = GET2(cc, 1 + IMM2_SIZE);
count            5933 ext/pcre/pcrelib/pcre_jit_compile.c count--;
count            5934 ext/pcre/pcrelib/pcre_jit_compile.c while (count-- > 0)
count             388 ext/pcre/pcrelib/pcre_study.c       int count = GET2(cc, 1+IMM2_SIZE);
count             392 ext/pcre/pcrelib/pcre_study.c       while (count-- > 0)
count             628 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	int count;
count             264 ext/pcre/php_pcre.c 	int				count = 0;
count             287 ext/pcre/php_pcre.c 		if (pcre_fullinfo(pce->re, NULL, PCRE_INFO_CAPTURECOUNT, &count) == PCRE_ERROR_BADMAGIC) {
count             592 ext/pcre/php_pcre.c 	int				 count = 0;			/* Count of matched subpatterns */
count             682 ext/pcre/php_pcre.c 		count = pcre_exec(pce->re, extra, subject, subject_len, start_offset,
count             689 ext/pcre/php_pcre.c 		if (count == 0) {
count             691 ext/pcre/php_pcre.c 			count = size_offsets/3;
count             695 ext/pcre/php_pcre.c 		if (count > 0) {
count             701 ext/pcre/php_pcre.c 				if (pcre_get_substring_list(subject, offsets, count, &stringlist) < 0) {
count             712 ext/pcre/php_pcre.c 						for (i = 0; i < count; i++) {
count             726 ext/pcre/php_pcre.c 						if (count < num_subpats) {
count             738 ext/pcre/php_pcre.c 						for (i = 0; i < count; i++) {
count             756 ext/pcre/php_pcre.c 					for (i = 0; i < count; i++) {
count             774 ext/pcre/php_pcre.c 		} else if (count == PCRE_ERROR_NOMATCH) {
count             787 ext/pcre/php_pcre.c 			pcre_handle_exec_error(count TSRMLS_CC);
count             893 ext/pcre/php_pcre.c 	for (i = 0; i < count; i++) {
count             955 ext/pcre/php_pcre.c 				if (backref < count) {
count            1038 ext/pcre/php_pcre.c 	int				 count = 0;			/* Count of matched subpatterns */
count            1120 ext/pcre/php_pcre.c 		count = pcre_exec(pce->re, extra, subject, subject_len, start_offset,
count            1127 ext/pcre/php_pcre.c 		if (count == 0) {
count            1129 ext/pcre/php_pcre.c 			count = size_offsets/3;
count            1134 ext/pcre/php_pcre.c 		if (count > 0 && (limit == -1 || limit > 0)) {
count            1146 ext/pcre/php_pcre.c 											   offsets, count, &eval_result TSRMLS_CC);
count            1150 ext/pcre/php_pcre.c 				eval_result_len = preg_do_repl_func(replace_val, subject, offsets, subpat_names, count, &eval_result TSRMLS_CC);
count            1163 ext/pcre/php_pcre.c 							if (backref < count)
count            1205 ext/pcre/php_pcre.c 							if (backref < count) {
count            1224 ext/pcre/php_pcre.c 		} else if (count == PCRE_ERROR_NOMATCH || limit == 0) {
count            1252 ext/pcre/php_pcre.c 			pcre_handle_exec_error(count TSRMLS_CC);
count            1528 ext/pcre/php_pcre.c 	int				 count = 0;			/* Count of matched subpatterns */
count            1573 ext/pcre/php_pcre.c 		count = pcre_exec(pce->re, extra, subject,
count            1581 ext/pcre/php_pcre.c 		if (count == 0) {
count            1583 ext/pcre/php_pcre.c 			count = size_offsets/3;
count            1587 ext/pcre/php_pcre.c 		if (count > 0) {
count            1609 ext/pcre/php_pcre.c 				for (i = 1; i < count; i++) {
count            1623 ext/pcre/php_pcre.c 		} else if (count == PCRE_ERROR_NOMATCH) {
count            1637 ext/pcre/php_pcre.c 					count = pcre_exec(re_bump, extra_bump, subject,
count            1640 ext/pcre/php_pcre.c 					if (count < 1) {
count            1651 ext/pcre/php_pcre.c 			pcre_handle_exec_error(count TSRMLS_CC);
count            1806 ext/pcre/php_pcre.c 	int				 count = 0;			/* Count of matched subpatterns */
count            1847 ext/pcre/php_pcre.c 		count = pcre_exec(pce->re, extra, Z_STRVAL(subject),
count            1852 ext/pcre/php_pcre.c 		if (count == 0) {
count            1854 ext/pcre/php_pcre.c 			count = size_offsets/3;
count            1855 ext/pcre/php_pcre.c 		} else if (count < 0 && count != PCRE_ERROR_NOMATCH) {
count            1856 ext/pcre/php_pcre.c 			pcre_handle_exec_error(count TSRMLS_CC);
count            1861 ext/pcre/php_pcre.c 		if ((count > 0 && !invert) || (count == PCRE_ERROR_NOMATCH && invert)) {
count               8 ext/pcre/upgrade-pcre.php if (count($newpcre) > 1) {
count              14 ext/pcre/upgrade-pcre.php if (count($newpcre) == 0) {
count             620 ext/pdo_oci/oci_statement.c 	amt = count;
count             622 ext/pdo_oci/oci_statement.c 		&amt, self->offset, (char*)buf, count,
count             640 ext/pdo_oci/oci_statement.c 	amt = count;
count             642 ext/pdo_oci/oci_statement.c 		&amt, self->offset, buf, count,
count             650 ext/pdo_oci/oci_statement.c 	if (amt < count) {
count             135 ext/pdo_pgsql/pgsql_driver.c 	return lo_write(self->conn, self->lfd, (char*)buf, count);
count             141 ext/pdo_pgsql/pgsql_driver.c 	return lo_read(self->conn, self->lfd, buf, count);
count              33 ext/phar/build_precommand.php 	$c = count($f);
count             112 ext/phar/dirstream.c 	to_read = MIN(keylen, count);
count             114 ext/phar/dirstream.c 	if (to_read == 0 || count < keylen) {
count            1414 ext/phar/phar_object.c 	int count;
count            1828 ext/phar/phar_object.c 	pass.count = 0;
count            1913 ext/phar/phar_object.c 	pass.count = 0;
count            5309 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             379 ext/phar/stream.c 	got = php_stream_read(data->fp, buf, MIN(count, entry->uncompressed_filesize - data->position));
count             439 ext/phar/stream.c 	if (count != php_stream_write(data->fp, buf, count)) {
count             440 ext/phar/stream.c 		php_stream_wrapper_log_error(stream->wrapper, stream->flags TSRMLS_CC, "phar error: Could not write %d characters to \"%s\" in phar \"%s\"", (int) count, data->internal_file->filename, data->phar->fname);
count             450 ext/phar/stream.c 	return count;
count             574 ext/phar/tests/files/pear2coverage.phar.php                 while (!isset($dirs[$index++]) && $index <= count($dirs));
count             579 ext/phar/tests/files/pear2coverage.phar.php         } while ($index <= count($dirs));
count             765 ext/phar/tests/files/pear2coverage.phar.php         if (count($files)) {
count             772 ext/phar/tests/files/pear2coverage.phar.php                 echo '(' . $testid . ' of ' . count($files) . ') ' . $xdebugfile;
count             856 ext/phar/tests/files/pear2coverage.phar.php                 while (!isset($dirs[$index++]) && $index <= count($dirs));
count             861 ext/phar/tests/files/pear2coverage.phar.php         } while ($index <= count($dirs));
count            1510 ext/phar/tests/files/pear2coverage.phar.php         echo "Scanning ", count($paths), " source files";
count            1537 ext/phar/tests/files/pear2coverage.phar.php         echo count($modifiedPaths), ' modified files resulting in ',
count            1538 ext/phar/tests/files/pear2coverage.phar.php             count($modifiedTests), " modified tests\n";
count            1540 ext/phar/tests/files/pear2coverage.phar.php         echo "Scanning ", count($paths), " test paths";
count            1554 ext/phar/tests/files/pear2coverage.phar.php         echo count($modifiedTests), " tests should be re-run\n";
count             213 ext/phar/zip.c 			if (PHAR_GET_16(locator.counthere) != PHAR_GET_16(locator.count)) {
count             292 ext/phar/zip.c 	zend_hash_init(&mydata->manifest, PHAR_GET_16(locator.count),
count             296 ext/phar/zip.c 	zend_hash_init(&mydata->virtual_dirs, PHAR_GET_16(locator.count) * 2,
count             351 ext/phar/zip.c 	for (i = 0; i < PHAR_GET_16(locator.count); ++i) {
count             453 ext/phar/zip.c 			if (i != PHAR_GET_16(locator.count) - 1) {
count            1390 ext/phar/zip.c 		PHAR_SET_16(eocd.count, zend_hash_num_elements(&phar->manifest) + 1);
count            1393 ext/phar/zip.c 		PHAR_SET_16(eocd.count, zend_hash_num_elements(&phar->manifest));
count             917 ext/posix/posix.c 	int count;
count             930 ext/posix/posix.c 	for (count=0; g->gr_mem[count] != NULL; count++) {
count             931 ext/posix/posix.c 		add_next_index_string(array_members, g->gr_mem[count], 1);
count             359 ext/reflection/php_reflection.c 	int count, count_static_props = 0, count_static_funcs = 0, count_shadow_props = 0;
count             432 ext/reflection/php_reflection.c 		count = zend_hash_num_elements(&ce->constants_table);
count             433 ext/reflection/php_reflection.c 		string_printf(str, "%s  - Constants [%d] {\n", indent, count);
count             434 ext/reflection/php_reflection.c 		if (count > 0) {
count             456 ext/reflection/php_reflection.c 		count = zend_hash_num_elements(&ce->properties_info);
count             457 ext/reflection/php_reflection.c 		if (count > 0) {
count             495 ext/reflection/php_reflection.c 		count = zend_hash_num_elements(&ce->function_table);
count             496 ext/reflection/php_reflection.c 		if (count > 0) {
count             537 ext/reflection/php_reflection.c 		count = zend_hash_num_elements(&ce->properties_info) - count_static_props - count_shadow_props;
count             538 ext/reflection/php_reflection.c 		string_printf(str, "\n%s  - Properties [%d] {\n", indent, count);
count             539 ext/reflection/php_reflection.c 		if (count > 0) {
count             562 ext/reflection/php_reflection.c 		count = 0;
count             575 ext/reflection/php_reflection.c 							count++;
count             585 ext/reflection/php_reflection.c 		string_printf(str, "\n%s  - Dynamic properties [%d] {\n", indent, count);
count             593 ext/reflection/php_reflection.c 		count = zend_hash_num_elements(&ce->function_table) - count_static_funcs;
count             594 ext/reflection/php_reflection.c 		if (count > 0) {
count             599 ext/reflection/php_reflection.c 			count = 0;
count             630 ext/reflection/php_reflection.c 						count++;
count             636 ext/reflection/php_reflection.c 			string_printf(str, "\n%s  - Methods [%d] {", indent, count);
count             637 ext/reflection/php_reflection.c 			if (!count) {
count             790 ext/reflection/php_reflection.c 	zend_uint i, count;
count             802 ext/reflection/php_reflection.c 	count = zend_hash_num_elements(static_variables);
count             804 ext/reflection/php_reflection.c 	if (!count) {
count             812 ext/reflection/php_reflection.c 	while (i < count) {
count            1316 ext/session/session.c 			--l->count;
count             241 ext/shmop/shmop.c 	long shmid, start, count;
count             248 ext/shmop/shmop.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lll", &shmid, &start, &count) == FAILURE) {
count             259 ext/shmop/shmop.c 	if (count < 0 || start > (INT_MAX - count) || start + count > shmop->size) {
count             265 ext/shmop/shmop.c 	bytes = count ? count : shmop->size - start;
count            1879 ext/simplexml/simplexml.c 	*count = 0;
count            1888 ext/simplexml/simplexml.c 		(*count)++;
count            1915 ext/simplexml/simplexml.c 			*count = (long) Z_LVAL_P(intern->tmp);
count            1920 ext/simplexml/simplexml.c 	return php_sxe_count_elements_helper(intern, count TSRMLS_CC);
count            1928 ext/simplexml/simplexml.c 	long count = 0;
count            1935 ext/simplexml/simplexml.c 	php_sxe_count_elements_helper(sxe, &count TSRMLS_CC);
count            1937 ext/simplexml/simplexml.c 	RETURN_LONG(count);
count            2614 ext/simplexml/simplexml.c 	SXE_ME(count,                  arginfo_simplexmlelement__void, ZEND_ACC_PUBLIC)
count             376 ext/snmp/snmp.c 	int count;
count             714 ext/snmp/snmp.c 	int status, count, found;
count             731 ext/snmp/snmp.c 		objid_query->offset = objid_query->count;
count             742 ext/snmp/snmp.c 	if ((st & SNMP_CMD_SET) && objid_query->count > objid_query->step) {
count             770 ext/snmp/snmp.c 			for (count = 0; objid_query->offset < objid_query->count && count < objid_query->step; objid_query->offset++, count++){
count             797 ext/snmp/snmp.c 					if (objid_query->offset < objid_query->count) { /* we have unprocessed OIDs */
count             845 ext/snmp/snmp.c 							for (count = 0; count < objid_query->count; count++) {
count             846 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             848 ext/snmp/snmp.c 									objid_query->vars[count].name_length = 0; /* mark this name as used */
count             853 ext/snmp/snmp.c 								add_assoc_zval(return_value, objid_query->vars[count].oid, snmpval);
count             862 ext/snmp/snmp.c 								count = rootlen;
count             863 ext/snmp/snmp.c 								while(count < vars->name_length){
count             864 ext/snmp/snmp.c 									sprintf(buf, "%lu.", vars->name[count]);
count             866 ext/snmp/snmp.c 									count++;
count             895 ext/snmp/snmp.c 				if (objid_query->offset < objid_query->count) { /* we have unprocessed OIDs */
count             906 ext/snmp/snmp.c 					for (	count=1, vars = response->variables;
count             907 ext/snmp/snmp.c 						vars && count != response->errindex;
count             908 ext/snmp/snmp.c 						vars = vars->next_variable, count++);
count            1005 ext/snmp/snmp.c 	objid_query->count = 0;
count            1014 ext/snmp/snmp.c 		objid_query->vars[objid_query->count].oid = Z_STRVAL_PP(oid);
count            1023 ext/snmp/snmp.c 				objid_query->vars[objid_query->count].type = *pptr;
count            1024 ext/snmp/snmp.c 				objid_query->vars[objid_query->count].value = Z_STRVAL_PP(value);
count            1031 ext/snmp/snmp.c 		objid_query->count++;
count            1049 ext/snmp/snmp.c 			objid_query->vars[objid_query->count].oid = Z_STRVAL_PP(tmp_oid);
count            1053 ext/snmp/snmp.c 					objid_query->vars[objid_query->count].type = *pptr;
count            1063 ext/snmp/snmp.c 						objid_query->vars[objid_query->count].type = *pptr;
count            1073 ext/snmp/snmp.c 					objid_query->vars[objid_query->count].value = Z_STRVAL_PP(value);
count            1077 ext/snmp/snmp.c 						objid_query->vars[objid_query->count].value = Z_STRVAL_PP(tmp_value);
count            1086 ext/snmp/snmp.c 			objid_query->count++;
count            1092 ext/snmp/snmp.c 		if (objid_query->count > 1) {
count            1109 ext/snmp/snmp.c 		for (objid_query->offset = 0; objid_query->offset < objid_query->count; objid_query->offset++) {
count            1119 ext/snmp/snmp.c 	objid_query->step = objid_query->count;
count            1120 ext/snmp/snmp.c 	return (objid_query->count > 0);
count             216 ext/soap/interop/client_round2_interop.php         if (count($this->endpoints) > 0) {
count             443 ext/soap/interop/client_round2_interop.php             } else if (is_array($soap_test->method_params) && count($soap_test->method_params) == 1) {
count             446 ext/soap/interop/client_round2_interop.php             } else if (is_array($soap_test->method_params) && count($soap_test->method_params) == 0) {
count             691 ext/soap/interop/client_round2_interop.php             if (count($endpoint_info['methods']) > 0) {
count             702 ext/soap/interop/client_round2_interop.php         $this->totals['calls'] = count($methods) * $this->totals['servers'];
count             714 ext/soap/interop/client_round2_interop.php                 if (count($hi) > 1) {
count             746 ext/soap/interop/client_round2_interop.php         if ($this->showFaults && count($faults) > 0) {
count              46 ext/soap/interop/test.utility.php     $d = max(min(strlen(count($m1)?$m1[1]:'0'),strlen(count($m2)?$m2[1]:'0')),2);
count              81 ext/soap/interop/test.utility.php   if (count($ar1) != count($ar2)) return FALSE;
count             129 ext/soap/interop/test.utility.php     if (gettype($v) == 'array' && count($v)==1) {
count            3609 ext/soap/php_encoding.c 	int i, count = zend_hash_num_elements(Z_ARRVAL_P(array));
count            3612 ext/soap/php_encoding.c 	for (i = 0; i < count; i++) {
count            3628 ext/soap/php_encoding.c 	int i, count, cur_type, prev_type, different;
count            3640 ext/soap/php_encoding.c 	count = zend_hash_num_elements(ht);
count            3643 ext/soap/php_encoding.c 	for (i = 0;i < count;i++) {
count            3697 ext/soap/php_encoding.c 	if (different || count == 0) {
count            1381 ext/spl/spl_array.c 		*count = 0;
count            1389 ext/spl/spl_array.c 		*count = 0;
count            1392 ext/spl/spl_array.c 			(*count)++;
count            1397 ext/spl/spl_array.c 		*count = zend_hash_num_elements(aht);
count            1414 ext/spl/spl_array.c 			*count = (long) Z_LVAL_P(intern->retval);
count            1417 ext/spl/spl_array.c 		*count = 0;
count            1420 ext/spl/spl_array.c 	return spl_array_object_count_elements_helper(intern, count TSRMLS_CC);
count            1428 ext/spl/spl_array.c 	long count;
count            1435 ext/spl/spl_array.c 	spl_array_object_count_elements_helper(intern, &count TSRMLS_CC);
count            1437 ext/spl/spl_array.c 	RETURN_LONG(count);
count            1890 ext/spl/spl_array.c 	SPL_ME(Array, count,            arginfo_array_void,             ZEND_ACC_PUBLIC)
count            1917 ext/spl/spl_array.c 	SPL_ME(Array, count,            arginfo_array_void,             ZEND_ACC_PUBLIC)
count            2048 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             129 ext/spl/spl_dllist.c 	llist->count = 0;
count             139 ext/spl/spl_dllist.c 	return (long)llist->count;
count             202 ext/spl/spl_dllist.c 	llist->count++;
count             226 ext/spl/spl_dllist.c 	llist->count++;
count             250 ext/spl/spl_dllist.c 	llist->count--;
count             305 ext/spl/spl_dllist.c 	llist->count--;
count             347 ext/spl/spl_dllist.c 	while(intern->llist->count > 0) {
count             494 ext/spl/spl_dllist.c 			*count = (long) Z_LVAL_P(intern->retval);
count             497 ext/spl/spl_dllist.c 		*count = 0;
count             501 ext/spl/spl_dllist.c 	*count = spl_ptr_llist_count(intern->llist);
count             693 ext/spl/spl_dllist.c 	long count;
count             700 ext/spl/spl_dllist.c 	count = spl_ptr_llist_count(intern->llist);
count             701 ext/spl/spl_dllist.c 	RETURN_LONG(count);
count             709 ext/spl/spl_dllist.c 	long count;
count             715 ext/spl/spl_dllist.c 	spl_dllist_object_count_elements(getThis(), &count TSRMLS_CC);
count             716 ext/spl/spl_dllist.c 	RETURN_BOOL(count==0);
count             776 ext/spl/spl_dllist.c 	RETURN_BOOL(index >= 0 && index < intern->llist->count);
count             795 ext/spl/spl_dllist.c 	if (index < 0 || index >= intern->llist->count) {
count             835 ext/spl/spl_dllist.c 		if (index < 0 || index >= intern->llist->count) {
count             884 ext/spl/spl_dllist.c 	if (index < 0 || index >= intern->llist->count) {
count             911 ext/spl/spl_dllist.c 		llist->count--;
count             950 ext/spl/spl_dllist.c 		*traverse_position_ptr = llist->count-1;
count            1257 ext/spl/spl_dllist.c 	if (index < 0 || index > intern->llist->count) {
count            1263 ext/spl/spl_dllist.c 	if (index == intern->llist->count) {
count            1287 ext/spl/spl_dllist.c 		intern->llist->count++;
count            1377 ext/spl/spl_dllist.c 	SPL_ME(SplDoublyLinkedList, count,           arginfo_dllist_void,            ZEND_ACC_PUBLIC)
count             565 ext/spl/spl_fixedarray.c 			*count = (long) Z_LVAL_P(intern->retval);
count             569 ext/spl/spl_fixedarray.c 		*count = intern->array->size;
count             573 ext/spl/spl_fixedarray.c 	*count = 0;
count            1120 ext/spl/spl_fixedarray.c 	SPL_ME(SplFixedArray, count,           arginfo_splfixedarray_void,     ZEND_ACC_PUBLIC)
count              63 ext/spl/spl_heap.c 	int                     count;
count             233 ext/spl/spl_heap.c 	heap->count    = 0;
count             243 ext/spl/spl_heap.c 	if (heap->count+1 > heap->max_size) {
count             252 ext/spl/spl_heap.c 	for(i = heap->count; i > 0 && heap->cmp(heap->elements[(i-1)/2], elem, cmp_userdata TSRMLS_CC) < 0; i = (i-1)/2) {
count             255 ext/spl/spl_heap.c 	heap->count++;
count             268 ext/spl/spl_heap.c 	if (heap->count == 0) {
count             278 ext/spl/spl_heap.c 	const int limit = (heap->count-1)/2;
count             282 ext/spl/spl_heap.c 	if (heap->count == 0) {
count             287 ext/spl/spl_heap.c 	bottom = heap->elements[--heap->count];
count             293 ext/spl/spl_heap.c 		if(j != heap->count && heap->cmp(heap->elements[j+1], heap->elements[j], cmp_userdata TSRMLS_CC) > 0) {
count             325 ext/spl/spl_heap.c 	heap->count    = from->count;
count             331 ext/spl/spl_heap.c 	for (i=0; i < heap->count; ++i) {
count             342 ext/spl/spl_heap.c 	for (i=0; i < heap->count; ++i) {
count             352 ext/spl/spl_heap.c 	return heap->count;
count             366 ext/spl/spl_heap.c 	for (i = 0; i < intern->heap->count; ++i) {
count             410 ext/spl/spl_heap.c 			for (i = 0; i < intern->heap->count; ++i) {
count             510 ext/spl/spl_heap.c 			*count = (long) Z_LVAL_P(intern->retval);
count             513 ext/spl/spl_heap.c 		*count = 0;
count             517 ext/spl/spl_heap.c 	*count = spl_ptr_heap_count(intern->heap);
count             558 ext/spl/spl_heap.c 		for (i = 0; i < intern->heap->count; ++i) {
count             588 ext/spl/spl_heap.c 	long count;
count             595 ext/spl/spl_heap.c 	count = spl_ptr_heap_count(intern->heap);
count             596 ext/spl/spl_heap.c 	RETURN_LONG(count);
count             910 ext/spl/spl_heap.c 	return (iterator->object->heap->count != 0 ? SUCCESS : FAILURE);
count             924 ext/spl/spl_heap.c 	if (iterator->object->heap->count == 0 || !*element) {
count             942 ext/spl/spl_heap.c 	if (iterator->object->heap->count == 0 || !*element) {
count             957 ext/spl/spl_heap.c 	ZVAL_LONG(key, iterator->object->heap->count - 1);
count             992 ext/spl/spl_heap.c 	RETURN_LONG(intern->heap->count - 1);
count            1023 ext/spl/spl_heap.c 	RETURN_BOOL(intern->heap->count != 0);
count            1049 ext/spl/spl_heap.c 	if (!intern->heap->count || !element) {
count            1068 ext/spl/spl_heap.c 	if (!intern->heap->count || !*element) {
count            1186 ext/spl/spl_heap.c 	SPL_ME(SplHeap,          count,                 arginfo_splheap_void,    ZEND_ACC_PUBLIC)
count            1201 ext/spl/spl_heap.c 	SPL_ME(SplHeap, count,                 arginfo_splheap_void, ZEND_ACC_PUBLIC)
count            1392 ext/spl/spl_iterators.c 			intern->u.limit.count = -1; /* get all */
count            1393 ext/spl/spl_iterators.c 			if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O|ll", &zobject, ce_inner, &intern->u.limit.offset, &intern->u.limit.count) == FAILURE) {
count            1402 ext/spl/spl_iterators.c 			if (intern->u.limit.count < 0 && intern->u.limit.count != -1) {
count            1971 ext/spl/spl_iterators.c 	int        subject_len, use_copy, count = 0, result_len;
count            2005 ext/spl/spl_iterators.c 		count = pcre_exec(intern->u.regex.pce->re, intern->u.regex.pce->extra, subject, subject_len, 0, 0, NULL, 0);
count            2006 ext/spl/spl_iterators.c 		RETVAL_BOOL(count >= 0);
count            2030 ext/spl/spl_iterators.c 		count = zend_hash_num_elements(Z_ARRVAL_P(intern->current.data));
count            2031 ext/spl/spl_iterators.c 		RETVAL_BOOL(count > 1);
count            2042 ext/spl/spl_iterators.c 		result = php_pcre_replace_impl(intern->u.regex.pce, subject, subject_len, replacement, 0, &result_len, -1, &count TSRMLS_CC);
count            2057 ext/spl/spl_iterators.c 		RETVAL_BOOL(count > 0);
count            2462 ext/spl/spl_iterators.c 	if (intern->u.limit.count != -1 && intern->current.pos >= intern->u.limit.offset + intern->u.limit.count) {
count            2478 ext/spl/spl_iterators.c 	if (pos >= intern->u.limit.offset + intern->u.limit.count && intern->u.limit.count != -1) {
count            2479 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0 TSRMLS_CC, "Cannot seek to %ld which is behind offset %ld plus count %ld", pos, intern->u.limit.offset, intern->u.limit.count);
count            2536 ext/spl/spl_iterators.c 	RETURN_BOOL((intern->u.limit.count == -1 || intern->current.pos < intern->u.limit.offset + intern->u.limit.count) && intern->current.data);
count            2548 ext/spl/spl_iterators.c 	if (intern->u.limit.count == -1 || intern->current.pos < intern->u.limit.offset + intern->u.limit.count) {
count            3033 ext/spl/spl_iterators.c 	SPL_ME(CachingIterator, count,            arginfo_recursive_it_void,      ZEND_ACC_PUBLIC)
count            3596 ext/spl/spl_iterators.c 	long  count = 0;
count            3602 ext/spl/spl_iterators.c 	if (spl_iterator_apply(obj, spl_iterator_count_apply, (void*)&count TSRMLS_CC) == SUCCESS) {
count            3603 ext/spl/spl_iterators.c 		RETURN_LONG(count);
count            3611 ext/spl/spl_iterators.c 	long                   count;
count            3622 ext/spl/spl_iterators.c 	apply_info->count++;
count            3645 ext/spl/spl_iterators.c 	apply_info.count = 0;
count            3648 ext/spl/spl_iterators.c 		RETVAL_LONG(apply_info.count);
count            3662 ext/spl/spl_iterators.c 	SPL_ABSTRACT_ME(Countable, count,   arginfo_recursive_it_void)
count             143 ext/spl/spl_iterators.h 			long             count;
count             800 ext/spl/spl_observer.c 	long count;
count             827 ext/spl/spl_observer.c 	count = Z_LVAL_P(pcount);
count             829 ext/spl/spl_observer.c 	while(count-- > 0) {
count             961 ext/spl/spl_observer.c 	SPL_ME(SplObjectStorage,  count,       arginfo_splobject_void,0)
count            1285 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            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            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            1095 ext/sqlite3/sqlite3.c 	if (sqlite3_stream->position + count >= sqlite3_stream->size) {
count            1096 ext/sqlite3/sqlite3.c 		count = sqlite3_stream->size - sqlite3_stream->position;
count            1099 ext/sqlite3/sqlite3.c 	if (count) {
count            1100 ext/sqlite3/sqlite3.c 		if (sqlite3_blob_read(sqlite3_stream->blob, buf, count, sqlite3_stream->position) != SQLITE_OK) {
count            1103 ext/sqlite3/sqlite3.c 		sqlite3_stream->position += count;
count            1105 ext/sqlite3/sqlite3.c 	return count;
count            1290 ext/standard/array.c 	int var_exists, key_type, count = 0;
count            1425 ext/standard/array.c 			count++;
count            1436 ext/standard/array.c 	RETURN_LONG(count);
count            3302 ext/standard/basic_functions.c 	PHP_FE(count,															arginfo_count)
count            3366 ext/standard/basic_functions.c 	PHP_FALIAS(sizeof,				count,									arginfo_count)
count            4210 ext/standard/basic_functions.c 	unsigned int i, count = 0;
count            4217 ext/standard/basic_functions.c 			count++;
count            4221 ext/standard/basic_functions.c 	paras = safe_emalloc(sizeof(opt_struct), count, 0);
count            4222 ext/standard/basic_functions.c 	memset(paras, 0, sizeof(opt_struct) * count);
count            4240 ext/standard/basic_functions.c 	return count;
count            4312 ext/standard/basic_functions.c 		int count;
count            4315 ext/standard/basic_functions.c 		count = zend_hash_num_elements(Z_ARRVAL_P(p_longopts));
count            4319 ext/standard/basic_functions.c 		opts = (opt_struct *) erealloc(opts, sizeof(opt_struct) * (len + count + 1));
count            4323 ext/standard/basic_functions.c 		memset(opts, 0, count * sizeof(opt_struct));
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             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             474 ext/standard/crypt_freesec.c 	if (count == 0) {
count             476 ext/standard/crypt_freesec.c 	} else if (count > 0) {
count             486 ext/standard/crypt_freesec.c 		count = -count;
count             512 ext/standard/crypt_freesec.c 	while (count--) {
count             601 ext/standard/crypt_freesec.c 	retval = do_des(rawl, rawr, &l_out, &r_out, count, data);
count             620 ext/standard/crypt_freesec.c 	uint32_t	count, salt, l, r0, r1, keybuf[2];
count             645 ext/standard/crypt_freesec.c 		for (i = 1, count = 0; i < 5; i++) {
count             649 ext/standard/crypt_freesec.c 			count |= value << (i - 1) * 6;
count             651 ext/standard/crypt_freesec.c 		if (!count)
count             687 ext/standard/crypt_freesec.c 		count = 25;
count             703 ext/standard/crypt_freesec.c 	if (do_des(0, 0, &r0, &r1, count, data))
count             999 ext/standard/dns.c 	int count, qdc;
count            1057 ext/standard/dns.c 	count = ntohs((unsigned short)hp->ancount);
count            1058 ext/standard/dns.c 	while (--count >= 0 && cp < end) {
count             209 ext/standard/dns_win32.c 				DWORD count = data_txt->dwStringCount;
count             219 ext/standard/dns_win32.c 				for (i = 0; i < count; i++) {
count             225 ext/standard/dns_win32.c 				for (i = 0; i < count; i++) {
count            1875 ext/standard/file.c 	int count, i = 0, ret;
count            1880 ext/standard/file.c 	count = zend_hash_num_elements(Z_ARRVAL_P(fields));
count            1920 ext/standard/file.c 		if (++i != count) {
count             617 ext/standard/ftp_fopen_wrapper.c 	if (count != sizeof(php_stream_dirent)) {
count             443 ext/standard/html_tables/html_table_gen.php 	if (count($el) == 3) {
count             450 ext/standard/html_tables/html_table_gen.php 		if (count($el) == 3)
count             478 ext/standard/html_tables/html_table_gen.php 		echo "\t{ {", sprintf("%02d", count($v) - 1),
count             482 ext/standard/html_tables/html_table_gen.php 		echo "\t{ {", sprintf("%02d", count($v)),
count             741 ext/standard/html_tables/html_table_gen.php $numelems = max(pow(2, ceil(log(1.5*count($origdp))/log(2))),16);
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            1109 ext/standard/math.c 	int count=0;
count            1201 ext/standard/math.c 		if (thousand_sep && (++count%3)==0 && s>=tmpbuf) {
count              36 ext/standard/php_fopen_wrapper.c 	PHPWRITE(buf, count);
count              37 ext/standard/php_fopen_wrapper.c 	return count;
count              80 ext/standard/php_fopen_wrapper.c 			if (read_bytes <= count) {
count              83 ext/standard/php_fopen_wrapper.c 				read_bytes = count;
count              89 ext/standard/php_fopen_wrapper.c 			read_bytes = sapi_module.read_post(buf, count TSRMLS_CC);
count             167 ext/standard/sha1.c 	context->count[0] = context->count[1] = 0;
count             189 ext/standard/sha1.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3F);
count             192 ext/standard/sha1.c 	if ((context->count[0] += ((php_uint32) inputLen << 3))
count             194 ext/standard/sha1.c 		context->count[1]++;
count             195 ext/standard/sha1.c 	context->count[1] += ((php_uint32) inputLen >> 29);
count             230 ext/standard/sha1.c 	bits[7] = context->count[0] & 0xFF;
count             231 ext/standard/sha1.c 	bits[6] = (context->count[0] >> 8) & 0xFF;
count             232 ext/standard/sha1.c 	bits[5] = (context->count[0] >> 16) & 0xFF;
count             233 ext/standard/sha1.c 	bits[4] = (context->count[0] >> 24) & 0xFF;
count             234 ext/standard/sha1.c 	bits[3] = context->count[1] & 0xFF;
count             235 ext/standard/sha1.c 	bits[2] = (context->count[1] >> 8) & 0xFF;
count             236 ext/standard/sha1.c 	bits[1] = (context->count[1] >> 16) & 0xFF;
count             237 ext/standard/sha1.c 	bits[0] = (context->count[1] >> 24) & 0xFF;
count             241 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            3732 ext/standard/string.c 				int count = 0;
count            3746 ext/standard/string.c 					count++;
count            3748 ext/standard/string.c 				if (count == 0) {
count            3762 ext/standard/string.c 					new_str = safe_emalloc(count, str_len - needle_len, length + 1);
count            3983 ext/standard/string.c 	int count = 0;
count            4013 ext/standard/string.c 				php_str_replace_in_subject(*search, *replace, subject_entry, result, case_sensitivity, (argc > 3) ? &count : NULL);
count            4034 ext/standard/string.c 		php_str_replace_in_subject(*search, *replace, subject, return_value, case_sensitivity, (argc > 3) ? &count : NULL);
count            4038 ext/standard/string.c 		ZVAL_LONG(*zcount, count);
count            5180 ext/standard/string.c 	int count = 0;
count            5224 ext/standard/string.c 			count++;
count            5230 ext/standard/string.c 			count++;
count            5234 ext/standard/string.c 	RETURN_LONG(count);
count             620 ext/standard/var.c 	int count;
count             626 ext/standard/var.c 	count = zend_hash_num_elements(HASH_OF(retval_ptr));
count             628 ext/standard/var.c 		--count;
count             630 ext/standard/var.c 	smart_str_append_long(buf, count);
count             633 ext/standard/var.c 	if (count > 0) {
count              43 ext/sysvsem/php_sysvsem.h 	int count;					/* Acquire count for auto-release. */
count             145 ext/sysvsem/sysvsem.c 	if (sem_ptr->count == -1 || !sem_ptr->auto_release) {
count             157 ext/sysvsem/sysvsem.c 	if (sem_ptr->count) {
count             160 ext/sysvsem/sysvsem.c 		sop[1].sem_op  = sem_ptr->count;
count             193 ext/sysvsem/sysvsem.c 	int count;
count             246 ext/sysvsem/sysvsem.c 	count = semctl(semid, SYSVSEM_USAGE, GETVAL, NULL);
count             247 ext/sysvsem/sysvsem.c 	if (count == -1) {
count             253 ext/sysvsem/sysvsem.c 	if (count == 1) {
count             289 ext/sysvsem/sysvsem.c 	sem_ptr->count = 0;
count             310 ext/sysvsem/sysvsem.c 	if (!acquire && sem_ptr->count == 0) {
count             326 ext/sysvsem/sysvsem.c 	sem_ptr->count -= acquire ? -1 : 1;
count             393 ext/sysvsem/sysvsem.c 	sem_ptr->count = -1;
count              72 ext/tidy/examples/dumpit5.php         if(count($node->attribute)) {
count              15 ext/tokenizer/tokenizer.php $count = count($tokens);
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              37 ext/zip/zip_stream.c 		n = zip_fread(self->zf, buf, count);
count              47 ext/zip/zip_stream.c 		if (n == 0 || n < (ssize_t)count) {
count              64 ext/zip/zip_stream.c 	return count;
count              38 ext/zlib/zlib_fopen_wrapper.c 	read = gzread(self->gz_file, buf, count);
count              52 ext/zlib/zlib_fopen_wrapper.c 	wrote = gzwrite(self->gz_file, (char *) buf, count);
count             623 main/SAPI.c    			--l->count;
count            1925 main/main.c    	zend_module_entry **end = ptr + count;
count            1947 main/main.c    	while (count--) {
count             590 main/output.c  	int i, count = php_output_get_level(TSRMLS_C);
count             592 main/output.c  	if (count) {
count             595 main/output.c  		for (i = 0; i < count; ++i) {
count             118 main/php_streams.h 	size_t (*write)(php_stream *stream, const char *buf, size_t count TSRMLS_DC);
count             119 main/php_streams.h 	size_t (*read)(php_stream *stream, char *buf, size_t count TSRMLS_DC);
count              76 main/php_ticks.c 	zend_llist_apply_with_argument(&PG(tick_functions), (llist_apply_with_arg_func_t) php_tick_iterator, &count TSRMLS_CC);
count             235 main/php_variables.c 	long count = 0;
count             249 main/php_variables.c 			if (++count > PG(max_input_vars)) {
count             286 main/php_variables.c 	long count = 0;
count             376 main/php_variables.c 		if (++count > PG(max_input_vars)) {
count             455 main/php_variables.c 	int count = 0;
count             493 main/php_variables.c 			count++;
count             513 main/php_variables.c 		Z_LVAL_P(argc) = count;
count             697 main/rfc1867.c 	long count = 0;
count             868 main/rfc1867.c 				if (++count <= PG(max_input_vars) && sapi_module.input_filter(PARSE_POST, param, &value, value_len, &new_val_len TSRMLS_CC)) {
count             887 main/rfc1867.c 					if (count == PG(max_input_vars) + 1) {
count             154 main/spprintf.c 	if ((count) > 0) {                  			\
count             156 main/spprintf.c 		smart_str_alloc(xbuf, (count), 0); 			\
count             157 main/spprintf.c 		memset(xbuf->c + xbuf->len, ch, (count));	\
count             158 main/spprintf.c 		xbuf->len += (count);				\
count             147 main/streams/glob_wrapper.c 	if (count == sizeof(php_stream_dirent) && pglob) {
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              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             375 main/streams/memory.c 		if (memsize + count >= ts->smax) {
count             387 main/streams/memory.c 	return php_stream_write(ts->innerstream, buf, count);
count             404 main/streams/memory.c 	got = php_stream_read(ts->innerstream, buf, count);
count             328 main/streams/plain_wrapper.c 		int bytes_written = write(data->fd, buf, count);
count             340 main/streams/plain_wrapper.c 		return fwrite(buf, 1, count, data->file);
count             375 main/streams/plain_wrapper.c 			if (avail_read < count) {
count             376 main/streams/plain_wrapper.c 				count = avail_read;
count             380 main/streams/plain_wrapper.c 		ret = read(data->fd, buf, count);
count             386 main/streams/plain_wrapper.c 			ret = read(data->fd, buf, count);
count             398 main/streams/plain_wrapper.c 		ret = fread(buf, 1, count, data->file);
count             854 main/streams/plain_wrapper.c 	if (count != sizeof(php_stream_dirent))
count             185 main/streams/streams.c 			int count = zend_llist_count(err_list);
count             202 main/streams/streams.c 				if (i < count - 1) {
count             212 main/streams/streams.c 				if (i < count - 1) {
count            1128 main/streams/streams.c 	while (count > 0) {
count            1129 main/streams/streams.c 		towrite = count;
count            1138 main/streams/streams.c 			count -= justwrote;
count            1169 main/streams/streams.c 		bucket = php_stream_bucket_new(stream, (char *)buf, count, 0, 0 TSRMLS_CC);
count            1237 main/streams/streams.c 	if (buf == NULL || count == 0 || stream->ops->write == NULL) {
count            1242 main/streams/streams.c 		return _php_stream_write_filtered(stream, buf, count, PSFS_FLAG_NORMAL TSRMLS_CC);
count            1244 main/streams/streams.c 		return _php_stream_write_buffer(stream, buf, count TSRMLS_CC);
count            1250 main/streams/streams.c 	size_t count;
count            1255 main/streams/streams.c 	count = vspprintf(&buf, 0, fmt, ap);
count            1262 main/streams/streams.c 	count = php_stream_write(stream, buf, count);
count            1265 main/streams/streams.c 	return count;
count             636 main/streams/userspace.c 	ZVAL_STRINGL(zbufptr, (char*)buf, count, 1);;
count             662 main/streams/userspace.c 	if (didwrite > count) {
count             665 main/streams/userspace.c 				(long)(didwrite - count), (long)didwrite, (long)count);
count             666 main/streams/userspace.c 		didwrite = count;
count             690 main/streams/userspace.c 	ZVAL_LONG(zcount, count);
count             709 main/streams/userspace.c 		if (didread > count) {
count             711 main/streams/userspace.c 					us->wrapper->classname, (long)(didread - count), (long)didread, (long)count);
count             712 main/streams/userspace.c 			didread = count;
count            1525 main/streams/userspace.c 	if (count != sizeof(php_stream_dirent))
count              70 main/streams/xp_socket.c 	didwrite = send(sock->socket, buf, count, (sock->is_blocked && ptimeout) ? MSG_DONTWAIT : 0);
count              99 main/streams/xp_socket.c 				(long)count, err, estr);
count             159 main/streams/xp_socket.c 	nr_bytes = recv(sock->socket, buf, count, (sock->is_blocked && sock->timeout.tv_sec != -1) ? MSG_DONTWAIT : 0);
count             497 run-tests.php  	$argc = count($argv);
count             792 run-tests.php  	$test_cnt = count($test_files);
count             849 run-tests.php  $exts_tested = count($exts_to_test);
count             943 run-tests.php  $test_cnt = count($test_files);
count             954 run-tests.php  if (0 == count($test_results)) {
count            1274 run-tests.php  		if (@count($section_text['REDIRECTTEST']) == 1) {
count            1285 run-tests.php  			if (@count($section_text['FILE']) + @count($section_text['FILEEOF']) + @count($section_text['FILE_EXTERNAL']) != 1) {
count            1290 run-tests.php  			if (@count($section_text['FILEEOF']) == 1) {
count            1295 run-tests.php  			if (@count($section_text['FILE_EXTERNAL']) == 1) {
count            1308 run-tests.php  			if ((@count($section_text['EXPECT']) + @count($section_text['EXPECTF']) + @count($section_text['EXPECTREGEX'])) != 1) {
count            1565 run-tests.php  	if (@count($section_text['REDIRECTTEST']) == 1) {
count            1573 run-tests.php  		if (count($IN_REDIRECT['TESTS']) == 1) {
count            1585 run-tests.php  			$test_cnt += @count($test_files) - 1;
count            1619 run-tests.php  	if (is_array($org_file) || @count($section_text['REDIRECTTEST']) == 1) {
count            2189 run-tests.php  	$idx1 = 0; $ofs1 = 0; $cnt1 = @count($ar1);
count            2190 run-tests.php  	$idx2 = 0; $ofs2 = 0; $cnt2 = @count($ar2);
count            2328 run-tests.php  	$n_total = count($test_results);
count            2412 run-tests.php  	if (count($PHP_FAILED_TESTS['XFAILED'])) {
count            2424 run-tests.php  	if (count($PHP_FAILED_TESTS['BORKED'])) {
count            2437 run-tests.php  	if (count($PHP_FAILED_TESTS['FAILED'])) {
count            2448 run-tests.php  	if (count($PHP_FAILED_TESTS['WARNED'])) {
count            2461 run-tests.php  	if (count($PHP_FAILED_TESTS['LEAKED'])) {
count             783 sapi/cgi/fastcgi.c 			ret = write(req->fd, ((char*)buf)+n, count-n);
count             785 sapi/cgi/fastcgi.c 			ret = send(req->fd, ((char*)buf)+n, count-n, 0);
count             791 sapi/cgi/fastcgi.c 		ret = write(req->fd, ((char*)buf)+n, count-n);
count             798 sapi/cgi/fastcgi.c 	} while (n != count);
count             811 sapi/cgi/fastcgi.c 			ret = read(req->fd, ((char*)buf)+n, count-n);
count             813 sapi/cgi/fastcgi.c 			ret = recv(req->fd, ((char*)buf)+n, count-n, 0);
count             819 sapi/cgi/fastcgi.c 		ret = read(req->fd, ((char*)buf)+n, count-n);
count             828 sapi/cgi/fastcgi.c 	} while (n != count);
count             315 sapi/fpm/fpm/fastcgi.c 			ret = write(req->fd, ((char*)buf)+n, count-n);
count             317 sapi/fpm/fpm/fastcgi.c 			ret = send(req->fd, ((char*)buf)+n, count-n, 0);
count             323 sapi/fpm/fpm/fastcgi.c 		ret = write(req->fd, ((char*)buf)+n, count-n);
count             330 sapi/fpm/fpm/fastcgi.c 	} while (n != count);
count             343 sapi/fpm/fpm/fastcgi.c 			ret = read(req->fd, ((char*)buf)+n, count-n);
count             345 sapi/fpm/fpm/fastcgi.c 			ret = recv(req->fd, ((char*)buf)+n, count-n, 0);
count             351 sapi/fpm/fpm/fastcgi.c 		ret = read(req->fd, ((char*)buf)+n, count-n);
count             360 sapi/fpm/fpm/fastcgi.c 	} while (n != count);
count             324 sapi/litespeed/lsapilib.c     int n = count;
count             473 sapi/litespeed/lsapilib.c     if ( count > 8192 )
count             475 sapi/litespeed/lsapilib.c     pEnvEnd = pEnvList + count;
count            1932 sapi/litespeed/lsapilib.c     int count = 0;
count            1948 sapi/litespeed/lsapilib.c             headers[count]._name = HTTP_HEADERS[i];
count            1949 sapi/litespeed/lsapilib.c             headers[count]._nameLen = HTTP_HEADER_LEN[i];
count            1950 sapi/litespeed/lsapilib.c             headers[count]._value = pValue;
count            1951 sapi/litespeed/lsapilib.c             headers[count]._valueLen = len;
count            1952 sapi/litespeed/lsapilib.c             ++count;
count            1975 sapi/litespeed/lsapilib.c             headers[count]._name = pKey;
count            1976 sapi/litespeed/lsapilib.c             headers[count]._nameLen = keyLen;
count            1977 sapi/litespeed/lsapilib.c             headers[count]._value = pValue;
count            1978 sapi/litespeed/lsapilib.c             headers[count]._valueLen = pCur->valueLen;
count            1979 sapi/litespeed/lsapilib.c             ++count;
count            1980 sapi/litespeed/lsapilib.c             if ( count == 512 )
count            1989 sapi/litespeed/lsapilib.c     qsort( headers, count, sizeof( struct _headerInfo ), compareValueLocation );
count            1990 sapi/litespeed/lsapilib.c     for( i = 0; i < count; ++i )
count            1997 sapi/litespeed/lsapilib.c     return count;
count            2009 sapi/litespeed/lsapilib.c     int count = 0;
count            2021 sapi/litespeed/lsapilib.c             ++count;
count            2066 sapi/litespeed/lsapilib.c     return count + pReq->m_pHeader->m_cntUnknownHeaders;
count            2618 sapi/litespeed/lsapilib.c     int count = 0;
count            2626 sapi/litespeed/lsapilib.c             ++count;
count            2671 sapi/litespeed/lsapilib.c                     --count;
count            2682 sapi/litespeed/lsapilib.c     if ( abs( g_prefork_server->m_iCurChildren - count ) > 1 )
count            2685 sapi/litespeed/lsapilib.c                 g_prefork_server->m_iCurChildren, count, idle, dying );
count            3372 sapi/litespeed/lsapilib.c     unsigned int count;
count            3376 sapi/litespeed/lsapilib.c     count = (ctx->bits[0] >> 3) & 0x3F;
count            3380 sapi/litespeed/lsapilib.c     p = ctx->in + count;
count            3384 sapi/litespeed/lsapilib.c     count = 64 - 1 - count;
count            3387 sapi/litespeed/lsapilib.c     if (count < 8) {
count            3389 sapi/litespeed/lsapilib.c         memset(p, 0, count);
count            3397 sapi/litespeed/lsapilib.c         memset(p, 0, count - 8);
count              83 scripts/dev/check_parameters.php 	$right = $count = count($lines_offset)-1;
count             142 scripts/dev/check_parameters.php 	if ($idx >= count($db)) {
count             314 scripts/dev/check_parameters.php 		if (count($split) < 2) continue; // no functions defined on this file
count             323 scripts/dev/check_parameters.php 		for ($i = 0; $i < count($lines); ++$i) {
count             332 scripts/dev/check_parameters.php 		for ($i = 0; $i < count($split); $i+=2) {
count              38 scripts/dev/extern_c.php if (count($_SERVER["argv"])) {
count              96 scripts/dev/generate-phpt/src/gtMethod.php     if(count ($this->constructorArgumentNames) > 0) {
count              98 scripts/dev/generate-phpt/src/gtMethod.php       for( $i = 0; $i < count( $this->constructorArgumentNames ); $i++) {
count             121 scripts/dev/generate-phpt/src/gtMethod.php     if(count ($this->constructorArgumentNames) > 0) {
count              46 scripts/dev/generate-phpt/src/gtTestSubject.php     if(count ($this->mandatoryArgumentNames) > 0) {
count              47 scripts/dev/generate-phpt/src/gtTestSubject.php       for( $i = 0; $i < count( $this->mandatoryArgumentNames ); $i++) {
count              52 scripts/dev/generate-phpt/src/gtTestSubject.php     if(count ($this->optionalArgumentNames) > 0) {
count              53 scripts/dev/generate-phpt/src/gtTestSubject.php       for( $i = 0; $i < count( $this->optionalArgumentNames ); $i++) {
count              78 scripts/dev/generate-phpt/src/gtTestSubject.php     if(count ($this->mandatoryArgumentNames) > 0) {
count              79 scripts/dev/generate-phpt/src/gtTestSubject.php       for( $i = 0; $i < count( $this->mandatoryArgumentNames ) - 1; $i++) {
count             103 scripts/dev/generate-phpt/src/gtTestSubject.php     if(count ($this->mandatoryArgumentNames) > 0) {
count             104 scripts/dev/generate-phpt/src/gtTestSubject.php       for( $i = 0; $i < count( $this->mandatoryArgumentNames ); $i++) {
count             109 scripts/dev/generate-phpt/src/gtTestSubject.php     if(count ($this->optionalArgumentNames) > 0) {
count             110 scripts/dev/generate-phpt/src/gtTestSubject.php       for( $i = 0; $i < count( $this->optionalArgumentNames ); $i++) {
count             116 scripts/dev/generate-phpt/src/gtTestSubject.php     $this->allowedArgumentLists[count($this->allowedArgumentLists) -1 ] = substr($this->allowedArgumentLists[count($this->allowedArgumentLists) -1 ], 0, -2);
count             145 scripts/dev/generate-phpt/src/gtTestSubject.php     if(count ($this->mandatoryArgumentNames) > 0) {
count             150 scripts/dev/generate-phpt/src/gtTestSubject.php     if(count ($this->optionalArgumentNames) > 0) {
count              44 scripts/dev/generate-phpt/src/setup/gtCommandLineOptions.php     if(count($argv) < 2) {
count              48 scripts/dev/generate-phpt/src/setup/gtCommandLineOptions.php     for ($i=1; $i<count($argv); $i++) {
count              32 scripts/dev/generate-phpt/src/testcase/gtVariationContainerFunction.php     $numberOfArguments = count($this->function->getMandatoryArgumentNames()) + count($this->function->getOptionalArgumentNames());
count              31 scripts/dev/generate-phpt/src/testcase/gtVariationContainerMethod.php     $numberOfArguments = count($this->method->getMandatoryArgumentNames()) + count($this->method->getOptionalArgumentNames());
count              30 scripts/dev/generate-phpt/src/testcase/gtVariationTestCase.php     for($i=0; $i<count($statements); $i++) {
count              44 scripts/dev/search_underscores.php $cnt_classes = count($classes);
count              67 scripts/dev/search_underscores.php 		$cnt_methods += count(get_class_methods($c));
count             116 server-tests.php 	if (count($ini_settings)) {
count             143 server-tests.php 	for($i = 1;$i < count($dirs);$i++) {
count             560 server-tests.php 		$this->exts_tested = count($this->exts_to_test);
count             807 server-tests.php 		$this->writemsg("found ".count($this->test_files)." files\n");
count             872 server-tests.php 		if (count($this->test_to_run)) {
count             884 server-tests.php 		if (count($this->test_to_run)) {
count             903 server-tests.php 		if (count($this->test_results) == 0) {
count             908 server-tests.php 		$n_total = count($this->test_results);