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            1486 Zend/zend_API.c 	Bucket **end = b1 + count;
count            1641 Zend/zend_API.c 	int count=0, unload=0;
count            1727 Zend/zend_API.c 				zend_unregister_functions(functions, count, target_function_table TSRMLS_CC);
count            1774 Zend/zend_API.c 		count++;
count            1787 Zend/zend_API.c 		zend_unregister_functions(functions, count, target_function_table TSRMLS_CC);
count            1875 Zend/zend_API.c 		if (count!=-1 && i>=count) {
count             420 Zend/zend_alloc.c 		int count;
count             867 Zend/zend_alloc.c 		heap->cache_stat[i].count = 0;
count             930 Zend/zend_alloc.c 			heap->cache_stat[i].count = 0;
count            1763 Zend/zend_alloc.c 			heap->cache_stat[index].count--;
count            1947 Zend/zend_alloc.c 		if (++heap->cache_stat[index].count > heap->cache_stat[index].max_count) {
count            1948 Zend/zend_alloc.c 			heap->cache_stat[index].max_count = heap->cache_stat[index].count;
count            2036 Zend/zend_alloc.c 			heap->cache_stat[index].count--;
count            2061 Zend/zend_alloc.c 			if (++heap->cache_stat[index].count > heap->cache_stat[index].max_count) {
count            2062 Zend/zend_alloc.c 				heap->cache_stat[index].max_count = heap->cache_stat[index].count;
count            3104 Zend/zend_compile.c 	if (fetch_list_ptr->count == 1) {
count            3178 Zend/zend_compile.c 	if (fetch_list_ptr->count != 1) {
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             120 Zend/zend_llist.c 	l->count = 0;
count             151 Zend/zend_llist.c 		--l->count;
count             204 Zend/zend_llist.c 	if (l->count <= 0) {
count             208 Zend/zend_llist.c 	elements = (zend_llist_element **) emalloc(l->count * sizeof(zend_llist_element *));
count             216 Zend/zend_llist.c 	zend_qsort(elements, l->count, sizeof(zend_llist_element *), (compare_func_t) comp_func TSRMLS_CC);
count             221 Zend/zend_llist.c 	for (i = 1; i < l->count; i++) {
count             256 Zend/zend_llist.c 	return l->count;
count              40 Zend/zend_llist.h 	size_t count;
count              41 Zend/zend_ptr_stack.c 	ZEND_PTR_STACK_RESIZE_IF_NEEDED(stack, count)
count              43 Zend/zend_ptr_stack.c 	va_start(ptr, count);
count              44 Zend/zend_ptr_stack.c 	while (count>0) {
count              48 Zend/zend_ptr_stack.c 		count--;
count              59 Zend/zend_ptr_stack.c 	va_start(ptr, count);
count              60 Zend/zend_ptr_stack.c 	while (count>0) {
count              64 Zend/zend_ptr_stack.c 		count--;
count              48 Zend/zend_ptr_stack.h 		stack->max += count;								\
count            1172 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             140 ext/bz2/bz2.c  	ret = BZ2_bzread(self->bz_file, buf, count);
count             153 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             377 ext/com_dotnet/com_saproxy.c 	*count = ubound - lbound + 1;
count             140 ext/curl/streams.c 		return php_stream_write(curlstream->writebuffer.buf, buf, count);
count             189 ext/curl/streams.c 		didread = php_stream_read(curlstream->readbuffer.buf, buf, count);
count             255 ext/date/lib/parse_tz.c 	*count = sizeof(timezonedb_idx_builtin) / sizeof(*timezonedb_idx_builtin);
count             139 ext/date/lib/tm2unixtime.c 	timelib_sll current_dow, this_weekday = 0, count;
count             142 ext/date/lib/tm2unixtime.c 	count = time->special.amount;
count             143 ext/date/lib/tm2unixtime.c 	if (count == 0) {
count             152 ext/date/lib/tm2unixtime.c 	} else if (count > 0) {
count             159 ext/date/lib/tm2unixtime.c 	} else if (count < 0) {
count             167 ext/date/lib/tm2unixtime.c 	time->d += this_weekday + ((count / 5) * 7) + (count % 5);
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             185 ext/dom/characterdata.c 	long        offset, count;
count             189 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             202 ext/dom/characterdata.c 	if (offset < 0 || count < 0 || offset > length) {
count             208 ext/dom/characterdata.c 	if ((offset + count) > length) {
count             209 ext/dom/characterdata.c 		count = length - offset;
count             212 ext/dom/characterdata.c 	substring = xmlUTF8Strsub(cur, offset, count);
count             318 ext/dom/characterdata.c 	long        offset, count;
count             322 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             335 ext/dom/characterdata.c 	if (offset < 0 || count < 0 || offset > length) {
count             347 ext/dom/characterdata.c 	if ((offset + count) > length) {
count             348 ext/dom/characterdata.c 		count = length - offset;
count             351 ext/dom/characterdata.c 	second = xmlUTF8Strsub(cur, offset + count, length - offset);
count             375 ext/dom/characterdata.c 	long        offset, count;
count             379 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             392 ext/dom/characterdata.c 	if (offset < 0 || count < 0 || offset > length) {
count             404 ext/dom/characterdata.c 	if ((offset + count) > length) {
count             405 ext/dom/characterdata.c 		count = length - offset;
count             409 ext/dom/characterdata.c 		second = xmlUTF8Strsub(cur, offset + count, length - offset);
count              98 ext/dom/namednodemap.c 	int count = 0;
count             106 ext/dom/namednodemap.c 				count = xmlHashSize(objmap->ht);
count             113 ext/dom/namednodemap.c 					count++;
count             115 ext/dom/namednodemap.c 						count++;
count             124 ext/dom/namednodemap.c 	ZVAL_LONG(*retval, count);
count             224 ext/dom/namednodemap.c 	int count;
count             248 ext/dom/namednodemap.c 					count = 0;
count             249 ext/dom/namednodemap.c 					while (count < index && curnode != NULL) {
count             250 ext/dom/namednodemap.c 						count++;
count              59 ext/dom/nodelist.c 	int count = 0;
count              65 ext/dom/nodelist.c 			count = xmlHashSize(objmap->ht);
count              69 ext/dom/nodelist.c 				count = zend_hash_num_elements(nodeht);
count              76 ext/dom/nodelist.c 							count++;
count              78 ext/dom/nodelist.c 								count++;
count              88 ext/dom/nodelist.c 						curnode = dom_get_elements_by_tag_name_ns_raw(nodep, objmap->ns, objmap->local, &count, -1);
count              96 ext/dom/nodelist.c 	ZVAL_LONG(*retval, count);
count             117 ext/dom/nodelist.c 	int count = 0;
count             149 ext/dom/nodelist.c 							while (count < index && curnode != NULL) {
count             150 ext/dom/nodelist.c 								count++;
count             160 ext/dom/nodelist.c 							itemnode = dom_get_elements_by_tag_name_ns_raw(nodep, objmap->ns, objmap->local, &count, index);
count            1371 ext/exif/exif.c 	int                 count;
count            1491 ext/exif/exif.c 	int             count;
count            1510 ext/exif/exif.c 	int             count;
count            1604 ext/exif/exif.c 	int             count = ImageInfo->file.count;
count            1606 ext/exif/exif.c 	tmp = safe_erealloc(ImageInfo->file.list, (count+1), sizeof(file_section), 0);
count            1608 ext/exif/exif.c 	ImageInfo->file.list[count].type = 0xFFFF;
count            1609 ext/exif/exif.c 	ImageInfo->file.list[count].data = NULL;
count            1610 ext/exif/exif.c 	ImageInfo->file.list[count].size = 0;
count            1611 ext/exif/exif.c 	ImageInfo->file.count = count+1;
count            1617 ext/exif/exif.c 	ImageInfo->file.list[count].type = type;
count            1618 ext/exif/exif.c 	ImageInfo->file.list[count].data = data;
count            1619 ext/exif/exif.c 	ImageInfo->file.list[count].size = size;
count            1620 ext/exif/exif.c 	return count;
count            1634 ext/exif/exif.c 	if (section_index >= ImageInfo->file.count) {
count            1652 ext/exif/exif.c 	if (ImageInfo->file.count) {
count            1653 ext/exif/exif.c 		for (i=0; i<ImageInfo->file.count; i++) {
count            1658 ext/exif/exif.c 	ImageInfo->file.count = 0;
count            1678 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            1681 ext/exif/exif.c 	info_data  = &image_info->info_list[section_index].list[image_info->info_list[section_index].count];
count            1795 ext/exif/exif.c 	image_info->info_list[section_index].count++;
count            1816 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            1819 ext/exif/exif.c 	info_data  = &image_info->info_list[section_index].list[image_info->info_list[section_index].count];
count            1826 ext/exif/exif.c 	image_info->info_list[section_index].count++;
count            1839 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            1841 ext/exif/exif.c 		info_data  = &image_info->info_list[section_index].list[image_info->info_list[section_index].count];
count            1852 ext/exif/exif.c 		image_info->info_list[section_index].count++;
count            1884 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            1886 ext/exif/exif.c 		info_data  = &image_info->info_list[section_index].list[image_info->info_list[section_index].count];
count            1903 ext/exif/exif.c 		image_info->info_list[section_index].count++;
count            1915 ext/exif/exif.c 	if (image_info->info_list[section_index].count) {
count            1916 ext/exif/exif.c 		for (i=0; i < image_info->info_list[section_index].count; i++) {
count            1972 ext/exif/exif.c 	if (image_info->info_list[section_index].count) {
count            1980 ext/exif/exif.c 		for(i=0; i<image_info->info_list[section_index].count; i++) {
count            2485 ext/exif/exif.c 			new_size  = 8 + 2 + info_list->count * 12 + 4;
count            2487 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            2490 ext/exif/exif.c 			for (i=0; i<info_list->count; i++) {
count            2509 ext/exif/exif.c 			php_ifd_set16u(new_data, info_list->count, ImageInfo->motorola_intel);
count            2511 ext/exif/exif.c 			for (i=0; i<info_list->count; i++) {
count            2994 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            2997 ext/exif/exif.c 				ImageInfo->xp_fields.count++;
count            2998 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            3291 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Needing section %d @ 0x%08X", ImageInfo->file.count, fpos);
count            3834 ext/exif/exif.c 	for (i=0; i<ImageInfo->xp_fields.count; i++) {
count            4054 ext/exif/exif.c 	for (i=0; i<ImageInfo.xp_fields.count; i++) {
count            3351 ext/fbsql/php_fbsql.c 	int count = fbcplCount(list);
count            3354 ext/fbsql/php_fbsql.c 	for (i=0; i<count; i++)
count             329 ext/gd/libgd/gd_gif_in.c 	unsigned char   count;
count             331 ext/gd/libgd/gd_gif_in.c 	if (! ReadOK(fd,&count,1)) {
count             335 ext/gd/libgd/gd_gif_in.c 	*ZeroDataBlockP = count == 0;
count             337 ext/gd/libgd/gd_gif_in.c 	if ((count != 0) && (! ReadOK(fd, buf, count))) {
count             341 ext/gd/libgd/gd_gif_in.c 	return count;
count             373 ext/gd/libgd/gd_gif_in.c 	unsigned char count;
count             393 ext/gd/libgd/gd_gif_in.c                if ((count = GetDataBlock(fd, &scd->buf[2], ZeroDataBlockP)) <= 0)
count             396 ext/gd/libgd/gd_gif_in.c 		scd->last_byte = 2 + count;
count             398 ext/gd/libgd/gd_gif_in.c 		scd->lastbit = (2+count)*8 ;
count             475 ext/gd/libgd/gd_gif_in.c 			int             count;
count             481 ext/gd/libgd/gd_gif_in.c 			while ((count = GetDataBlock(fd, buf, ZeroDataBlockP)) > 0)
count             484 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            2079 ext/gd/libgd/gd_topal.c 	int count;
count            2111 ext/gd/libgd/gd_topal.c 		count = *(bp++);
count            2112 ext/gd/libgd/gd_topal.c 		if( count > 0 ) {
count            2113 ext/gd/libgd/gd_topal.c 			im2->red[color]		= *(bp++) / count;
count            2114 ext/gd/libgd/gd_topal.c 			im2->green[color]	= *(bp++) / count;
count            2115 ext/gd/libgd/gd_topal.c 			im2->blue[color]	= *(bp++) / count;
count            2116 ext/gd/libgd/gd_topal.c 			im2->alpha[color]	= *(bp++) / count;
count             274 ext/gettext/gettext.c 	zval **msgid1, **msgid2, **count;
count             279 ext/gettext/gettext.c 	if (ZEND_NUM_ARGS() != 3 || zend_get_parameters_ex(3, &msgid1, &msgid2, &count) == FAILURE) {
count             284 ext/gettext/gettext.c 		convert_to_long_ex(count);
count             286 ext/gettext/gettext.c 		msgstr = ngettext(Z_STRVAL_PP(msgid1), Z_STRVAL_PP(msgid2), Z_LVAL_PP(count));
count             300 ext/gettext/gettext.c 	zval **domain, **msgid1, **msgid2, **count;
count             304 ext/gettext/gettext.c 	if (ZEND_NUM_ARGS() != 4 || zend_get_parameters_ex(4, &domain, &msgid1, &msgid2, &count) == FAILURE) {
count             312 ext/gettext/gettext.c 		convert_to_long_ex(count);
count             314 ext/gettext/gettext.c 		msgstr = dngettext(Z_STRVAL_PP(domain), Z_STRVAL_PP(msgid1), Z_STRVAL_PP(msgid2), Z_LVAL_PP(count));
count             328 ext/gettext/gettext.c 	zval **domain, **msgid1, **msgid2, **count, **category;
count             332 ext/gettext/gettext.c 	if (ZEND_NUM_ARGS() != 5 || zend_get_parameters_ex(5, &domain, &msgid1, &msgid2, &count, &category) == FAILURE) {
count             340 ext/gettext/gettext.c 		convert_to_long_ex(count);
count             343 ext/gettext/gettext.c 		msgstr = dcngettext(Z_STRVAL_PP(domain), Z_STRVAL_PP(msgid1), Z_STRVAL_PP(msgid2), Z_LVAL_PP(count), Z_LVAL_PP(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             259 ext/hash/hash_haval.c {	int i; context->count[0] = 	context->count[1] = 	0; \
count             289 ext/hash/hash_haval.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x7F);
count             291 ext/hash/hash_haval.c 	if ((context->count[0] += ((php_hash_uint32) inputLen << 3)) < ((php_hash_uint32) inputLen << 3)) {
count             292 ext/hash/hash_haval.c 		context->count[1]++;
count             294 ext/hash/hash_haval.c 	context->count[1] += ((php_hash_uint32) inputLen >> 29);
count             334 ext/hash/hash_haval.c 	Encode(bits + 2, context->count, 8);
count             338 ext/hash/hash_haval.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count             388 ext/hash/hash_haval.c 	Encode(bits + 2, context->count, 8);
count             392 ext/hash/hash_haval.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count             442 ext/hash/hash_haval.c 	Encode(bits + 2, context->count, 8);
count             446 ext/hash/hash_haval.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count             482 ext/hash/hash_haval.c 	Encode(bits + 2, context->count, 8);
count             486 ext/hash/hash_haval.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count             523 ext/hash/hash_haval.c 	Encode(bits + 2, context->count, 8);
count             527 ext/hash/hash_haval.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count             266 ext/hash/hash_md.c 	context->count[0] = context->count[1] = 0;
count             287 ext/hash/hash_md.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3F);
count             290 ext/hash/hash_md.c 	if ((context->count[0] += ((php_hash_uint32) inputLen << 3))
count             292 ext/hash/hash_md.c 		context->count[1]++;
count             293 ext/hash/hash_md.c 	context->count[1] += ((php_hash_uint32) inputLen >> 29);
count             328 ext/hash/hash_md.c 	Encode(bits, context->count, 8);
count             332 ext/hash/hash_md.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count             531 ext/hash/hash_md.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3F);
count             534 ext/hash/hash_md.c 	if ((context->count[0] += ((php_hash_uint32) inputLen << 3))
count             536 ext/hash/hash_md.c 		context->count[1]++;
count             537 ext/hash/hash_md.c 	context->count[1] += ((php_hash_uint32) inputLen >> 29);
count             571 ext/hash/hash_md.c 	Encode(bits, context->count, 8);
count             575 ext/hash/hash_md.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count              69 ext/hash/hash_ripemd.c 	context->count[0] = context->count[1] = 0;
count              84 ext/hash/hash_ripemd.c 	context->count[0] = context->count[1] = 0;
count             103 ext/hash/hash_ripemd.c 	context->count[0] = context->count[1] = 0;
count             119 ext/hash/hash_ripemd.c 	context->count[0] = context->count[1] = 0;
count             257 ext/hash/hash_ripemd.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3F);
count             260 ext/hash/hash_ripemd.c 	if ((context->count[0] += ((php_hash_uint32) inputLen << 3)) < ((php_hash_uint32) inputLen << 3)) {
count             261 ext/hash/hash_ripemd.c 		context->count[1]++;
count             263 ext/hash/hash_ripemd.c 	context->count[1] += ((php_hash_uint32) inputLen >> 29);
count             355 ext/hash/hash_ripemd.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3F);
count             358 ext/hash/hash_ripemd.c 	if ((context->count[0] += ((php_hash_uint32) inputLen << 3)) < ((php_hash_uint32) inputLen << 3)) {
count             359 ext/hash/hash_ripemd.c 		context->count[1]++;
count             361 ext/hash/hash_ripemd.c 	context->count[1] += ((php_hash_uint32) inputLen >> 29);
count             454 ext/hash/hash_ripemd.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3F);
count             457 ext/hash/hash_ripemd.c 	if ((context->count[0] += ((php_hash_uint32) inputLen << 3)) < ((php_hash_uint32) inputLen << 3)) {
count             458 ext/hash/hash_ripemd.c 		context->count[1]++;
count             460 ext/hash/hash_ripemd.c 	context->count[1] += ((php_hash_uint32) inputLen >> 29);
count             562 ext/hash/hash_ripemd.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3F);
count             565 ext/hash/hash_ripemd.c 	if ((context->count[0] += ((php_hash_uint32) inputLen << 3)) < ((php_hash_uint32) inputLen << 3)) {
count             566 ext/hash/hash_ripemd.c 		context->count[1]++;
count             568 ext/hash/hash_ripemd.c 	context->count[1] += ((php_hash_uint32) inputLen >> 29);
count             626 ext/hash/hash_ripemd.c 	bits[0] = (unsigned char) (context->count[0] & 0xFF);
count             627 ext/hash/hash_ripemd.c 	bits[1] = (unsigned char) ((context->count[0] >> 8) & 0xFF);
count             628 ext/hash/hash_ripemd.c 	bits[2] = (unsigned char) ((context->count[0] >> 16) & 0xFF);
count             629 ext/hash/hash_ripemd.c 	bits[3] = (unsigned char) ((context->count[0] >> 24) & 0xFF);
count             630 ext/hash/hash_ripemd.c 	bits[4] = (unsigned char) (context->count[1] & 0xFF);
count             631 ext/hash/hash_ripemd.c 	bits[5] = (unsigned char) ((context->count[1] >> 8) & 0xFF);
count             632 ext/hash/hash_ripemd.c 	bits[6] = (unsigned char) ((context->count[1] >> 16) & 0xFF);
count             633 ext/hash/hash_ripemd.c 	bits[7] = (unsigned char) ((context->count[1] >> 24) & 0xFF);
count             637 ext/hash/hash_ripemd.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count             663 ext/hash/hash_ripemd.c 	bits[0] = (unsigned char) (context->count[0] & 0xFF);
count             664 ext/hash/hash_ripemd.c 	bits[1] = (unsigned char) ((context->count[0] >> 8) & 0xFF);
count             665 ext/hash/hash_ripemd.c 	bits[2] = (unsigned char) ((context->count[0] >> 16) & 0xFF);
count             666 ext/hash/hash_ripemd.c 	bits[3] = (unsigned char) ((context->count[0] >> 24) & 0xFF);
count             667 ext/hash/hash_ripemd.c 	bits[4] = (unsigned char) (context->count[1] & 0xFF);
count             668 ext/hash/hash_ripemd.c 	bits[5] = (unsigned char) ((context->count[1] >> 8) & 0xFF);
count             669 ext/hash/hash_ripemd.c 	bits[6] = (unsigned char) ((context->count[1] >> 16) & 0xFF);
count             670 ext/hash/hash_ripemd.c 	bits[7] = (unsigned char) ((context->count[1] >> 24) & 0xFF);
count             674 ext/hash/hash_ripemd.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count             700 ext/hash/hash_ripemd.c 	bits[0] = (unsigned char) (context->count[0] & 0xFF);
count             701 ext/hash/hash_ripemd.c 	bits[1] = (unsigned char) ((context->count[0] >> 8) & 0xFF);
count             702 ext/hash/hash_ripemd.c 	bits[2] = (unsigned char) ((context->count[0] >> 16) & 0xFF);
count             703 ext/hash/hash_ripemd.c 	bits[3] = (unsigned char) ((context->count[0] >> 24) & 0xFF);
count             704 ext/hash/hash_ripemd.c 	bits[4] = (unsigned char) (context->count[1] & 0xFF);
count             705 ext/hash/hash_ripemd.c 	bits[5] = (unsigned char) ((context->count[1] >> 8) & 0xFF);
count             706 ext/hash/hash_ripemd.c 	bits[6] = (unsigned char) ((context->count[1] >> 16) & 0xFF);
count             707 ext/hash/hash_ripemd.c 	bits[7] = (unsigned char) ((context->count[1] >> 24) & 0xFF);
count             711 ext/hash/hash_ripemd.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count             737 ext/hash/hash_ripemd.c 	bits[0] = (unsigned char) (context->count[0] & 0xFF);
count             738 ext/hash/hash_ripemd.c 	bits[1] = (unsigned char) ((context->count[0] >> 8) & 0xFF);
count             739 ext/hash/hash_ripemd.c 	bits[2] = (unsigned char) ((context->count[0] >> 16) & 0xFF);
count             740 ext/hash/hash_ripemd.c 	bits[3] = (unsigned char) ((context->count[0] >> 24) & 0xFF);
count             741 ext/hash/hash_ripemd.c 	bits[4] = (unsigned char) (context->count[1] & 0xFF);
count             742 ext/hash/hash_ripemd.c 	bits[5] = (unsigned char) ((context->count[1] >> 8) & 0xFF);
count             743 ext/hash/hash_ripemd.c 	bits[6] = (unsigned char) ((context->count[1] >> 16) & 0xFF);
count             744 ext/hash/hash_ripemd.c 	bits[7] = (unsigned char) ((context->count[1] >> 24) & 0xFF);
count             748 ext/hash/hash_ripemd.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count             207 ext/hash/hash_sha.c 	context->count[0] = context->count[1] = 0;
count             338 ext/hash/hash_sha.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3F);
count             341 ext/hash/hash_sha.c 	if ((context->count[0] += ((php_hash_uint32) inputLen << 3))
count             343 ext/hash/hash_sha.c 		context->count[1]++;
count             344 ext/hash/hash_sha.c 	context->count[1] += ((php_hash_uint32) inputLen >> 29);
count             379 ext/hash/hash_sha.c 	bits[7] = context->count[0] & 0xFF;
count             380 ext/hash/hash_sha.c 	bits[6] = (context->count[0] >> 8) & 0xFF;
count             381 ext/hash/hash_sha.c 	bits[5] = (context->count[0] >> 16) & 0xFF;
count             382 ext/hash/hash_sha.c 	bits[4] = (context->count[0] >> 24) & 0xFF;
count             383 ext/hash/hash_sha.c 	bits[3] = context->count[1] & 0xFF;
count             384 ext/hash/hash_sha.c 	bits[2] = (context->count[1] >> 8) & 0xFF;
count             385 ext/hash/hash_sha.c 	bits[1] = (context->count[1] >> 16) & 0xFF;
count             386 ext/hash/hash_sha.c 	bits[0] = (context->count[1] >> 24) & 0xFF;
count             390 ext/hash/hash_sha.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count             451 ext/hash/hash_sha.c 	context->count[0] = context->count[1] = 0;
count             516 ext/hash/hash_sha.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3F);
count             519 ext/hash/hash_sha.c 	if ((context->count[0] += ((php_hash_uint32) inputLen << 3)) < ((php_hash_uint32) inputLen << 3)) {
count             520 ext/hash/hash_sha.c 		context->count[1]++;
count             522 ext/hash/hash_sha.c 	context->count[1] += ((php_hash_uint32) inputLen >> 29);
count             556 ext/hash/hash_sha.c 	bits[7] = (unsigned char) (context->count[0] & 0xFF);
count             557 ext/hash/hash_sha.c 	bits[6] = (unsigned char) ((context->count[0] >> 8) & 0xFF);
count             558 ext/hash/hash_sha.c 	bits[5] = (unsigned char) ((context->count[0] >> 16) & 0xFF);
count             559 ext/hash/hash_sha.c 	bits[4] = (unsigned char) ((context->count[0] >> 24) & 0xFF);
count             560 ext/hash/hash_sha.c 	bits[3] = (unsigned char) (context->count[1] & 0xFF);
count             561 ext/hash/hash_sha.c 	bits[2] = (unsigned char) ((context->count[1] >> 8) & 0xFF);
count             562 ext/hash/hash_sha.c 	bits[1] = (unsigned char) ((context->count[1] >> 16) & 0xFF);
count             563 ext/hash/hash_sha.c 	bits[0] = (unsigned char) ((context->count[1] >> 24) & 0xFF);
count             567 ext/hash/hash_sha.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count             664 ext/hash/hash_sha.c 	context->count[0] = context->count[1] = 0;
count             730 ext/hash/hash_sha.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x7F);
count             733 ext/hash/hash_sha.c 	if ((context->count[0] += ((php_hash_uint64) inputLen << 3)) < ((php_hash_uint64) inputLen << 3)) {
count             734 ext/hash/hash_sha.c 		context->count[1]++;
count             736 ext/hash/hash_sha.c 	context->count[1] += ((php_hash_uint64) inputLen >> 61);
count             770 ext/hash/hash_sha.c 	bits[15] = (unsigned char) (context->count[0] & 0xFF);
count             771 ext/hash/hash_sha.c 	bits[14] = (unsigned char) ((context->count[0] >> 8) & 0xFF);
count             772 ext/hash/hash_sha.c 	bits[13] = (unsigned char) ((context->count[0] >> 16) & 0xFF);
count             773 ext/hash/hash_sha.c 	bits[12] = (unsigned char) ((context->count[0] >> 24) & 0xFF);
count             774 ext/hash/hash_sha.c 	bits[11] = (unsigned char) ((context->count[0] >> 32) & 0xFF);
count             775 ext/hash/hash_sha.c 	bits[10] = (unsigned char) ((context->count[0] >> 40) & 0xFF);
count             776 ext/hash/hash_sha.c 	bits[9]  = (unsigned char) ((context->count[0] >> 48) & 0xFF);
count             777 ext/hash/hash_sha.c 	bits[8]  = (unsigned char) ((context->count[0] >> 56) & 0xFF);
count             778 ext/hash/hash_sha.c 	bits[7]  = (unsigned char) (context->count[1] & 0xFF);
count             779 ext/hash/hash_sha.c 	bits[6]  = (unsigned char) ((context->count[1] >> 8) & 0xFF);
count             780 ext/hash/hash_sha.c 	bits[5]  = (unsigned char) ((context->count[1] >> 16) & 0xFF);
count             781 ext/hash/hash_sha.c 	bits[4]  = (unsigned char) ((context->count[1] >> 24) & 0xFF);
count             782 ext/hash/hash_sha.c 	bits[3]  = (unsigned char) ((context->count[1] >> 32) & 0xFF);
count             783 ext/hash/hash_sha.c 	bits[2]  = (unsigned char) ((context->count[1] >> 40) & 0xFF);
count             784 ext/hash/hash_sha.c 	bits[1]  = (unsigned char) ((context->count[1] >> 48) & 0xFF);
count             785 ext/hash/hash_sha.c 	bits[0]  = (unsigned char) ((context->count[1] >> 56) & 0xFF);
count             789 ext/hash/hash_sha.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x7f);
count             819 ext/hash/hash_sha.c 	context->count[0] = context->count[1] = 0;
count             843 ext/hash/hash_sha.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x7F);
count             846 ext/hash/hash_sha.c 	if ((context->count[0] += ((php_hash_uint64) inputLen << 3)) < ((php_hash_uint64) inputLen << 3)) {
count             847 ext/hash/hash_sha.c 		context->count[1]++;
count             849 ext/hash/hash_sha.c 	context->count[1] += ((php_hash_uint64) inputLen >> 61);
count             883 ext/hash/hash_sha.c 	bits[15] = (unsigned char) (context->count[0] & 0xFF);
count             884 ext/hash/hash_sha.c 	bits[14] = (unsigned char) ((context->count[0] >> 8) & 0xFF);
count             885 ext/hash/hash_sha.c 	bits[13] = (unsigned char) ((context->count[0] >> 16) & 0xFF);
count             886 ext/hash/hash_sha.c 	bits[12] = (unsigned char) ((context->count[0] >> 24) & 0xFF);
count             887 ext/hash/hash_sha.c 	bits[11] = (unsigned char) ((context->count[0] >> 32) & 0xFF);
count             888 ext/hash/hash_sha.c 	bits[10] = (unsigned char) ((context->count[0] >> 40) & 0xFF);
count             889 ext/hash/hash_sha.c 	bits[9]  = (unsigned char) ((context->count[0] >> 48) & 0xFF);
count             890 ext/hash/hash_sha.c 	bits[8]  = (unsigned char) ((context->count[0] >> 56) & 0xFF);
count             891 ext/hash/hash_sha.c 	bits[7]  = (unsigned char) (context->count[1] & 0xFF);
count             892 ext/hash/hash_sha.c 	bits[6]  = (unsigned char) ((context->count[1] >> 8) & 0xFF);
count             893 ext/hash/hash_sha.c 	bits[5]  = (unsigned char) ((context->count[1] >> 16) & 0xFF);
count             894 ext/hash/hash_sha.c 	bits[4]  = (unsigned char) ((context->count[1] >> 24) & 0xFF);
count             895 ext/hash/hash_sha.c 	bits[3]  = (unsigned char) ((context->count[1] >> 32) & 0xFF);
count             896 ext/hash/hash_sha.c 	bits[2]  = (unsigned char) ((context->count[1] >> 40) & 0xFF);
count             897 ext/hash/hash_sha.c 	bits[1]  = (unsigned char) ((context->count[1] >> 48) & 0xFF);
count             898 ext/hash/hash_sha.c 	bits[0]  = (unsigned char) ((context->count[1] >> 56) & 0xFF);
count             902 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_uint64 count[2];	/* number of bits, modulo 2^128 */
count              78 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             108 ext/interbase/ibase_events.c 	*l = (unsigned short) isc_event_block(event_buf, result_buf, count, events[0],
count            1322 ext/ldap/ldap.c 	int i, count;
count            1338 ext/ldap/ldap.c 	count = i;
count            1342 ext/ldap/ldap.c 	add_assoc_long(return_value, "count", count);
count            1343 ext/ldap/ldap.c 	for (i = 0; i<count; i++) {
count             314 ext/mbstring/oniguruma/regexec.c       int   count;       /* for OP_REPEAT_INC, OP_REPEAT_INC_NG */
count             606 ext/mbstring/oniguruma/regexec.c   stk->u.repeat.count  = 0;\
count             757 ext/mbstring/oniguruma/regexec.c         STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
count             779 ext/mbstring/oniguruma/regexec.c       STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
count             799 ext/mbstring/oniguruma/regexec.c       STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
count            2709 ext/mbstring/oniguruma/regexec.c       stkp->u.repeat.count++;
count            2710 ext/mbstring/oniguruma/regexec.c       if (stkp->u.repeat.count >= reg->repeat_range[mem].upper) {
count            2713 ext/mbstring/oniguruma/regexec.c       else if (stkp->u.repeat.count >= reg->repeat_range[mem].lower) {
count            2739 ext/mbstring/oniguruma/regexec.c       stkp->u.repeat.count++;
count            2740 ext/mbstring/oniguruma/regexec.c       if (stkp->u.repeat.count < reg->repeat_range[mem].upper) {
count            2741 ext/mbstring/oniguruma/regexec.c         if (stkp->u.repeat.count >= reg->repeat_range[mem].lower) {
count            2752 ext/mbstring/oniguruma/regexec.c       else if (stkp->u.repeat.count == reg->repeat_range[mem].upper) {
count             825 ext/mbstring/php_mbregex.c 	long count = -1;
count             827 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             831 ext/mbstring/php_mbregex.c 	if (count == 0) {
count             832 ext/mbstring/php_mbregex.c 		count = 1;
count             846 ext/mbstring/php_mbregex.c 	while ((--count != 0) &&
count             865 ext/mbstring/php_mbregex.c 		if (count < 0) {
count             866 ext/mbstring/php_mbregex.c 			count = 0;
count             322 ext/mcrypt/mcrypt.c 	int i, count;
count             326 ext/mcrypt/mcrypt.c 	modules = mcrypt_list_algorithms(MCG(algorithms_dir), &count);
count             327 ext/mcrypt/mcrypt.c 	if (count == 0) {
count             330 ext/mcrypt/mcrypt.c 	for (i = 0; i < count; i++) {
count             335 ext/mcrypt/mcrypt.c 	mcrypt_free_p(modules, count);
count             337 ext/mcrypt/mcrypt.c 	modules = mcrypt_list_modes(MCG(modes_dir), &count);
count             338 ext/mcrypt/mcrypt.c 	if (count == 0) {
count             341 ext/mcrypt/mcrypt.c 	for (i = 0; i < count; i++) {
count             346 ext/mcrypt/mcrypt.c 	mcrypt_free_p (modules, count);
count             571 ext/mcrypt/mcrypt.c 	int i, count = 0;
count             577 ext/mcrypt/mcrypt.c 	key_sizes = mcrypt_enc_get_supported_key_sizes(pm->td, &count);
count             579 ext/mcrypt/mcrypt.c 	for (i = 0; i < count; i++) {
count             795 ext/mcrypt/mcrypt.c 	int i, count = 0;
count             801 ext/mcrypt/mcrypt.c 	key_sizes = mcrypt_module_get_algo_supported_key_sizes(module, dir, &count);
count             803 ext/mcrypt/mcrypt.c 	for (i = 0; i < count; i++) {
count             817 ext/mcrypt/mcrypt.c 	int   i, count;
count             825 ext/mcrypt/mcrypt.c 	modules = mcrypt_list_algorithms(lib_dir, &count);
count             827 ext/mcrypt/mcrypt.c 	if (count == 0) {
count             830 ext/mcrypt/mcrypt.c 	for (i = 0; i < count; i++) {
count             833 ext/mcrypt/mcrypt.c 	mcrypt_free_p(modules, count);
count             844 ext/mcrypt/mcrypt.c 	int   i, count;
count             852 ext/mcrypt/mcrypt.c 	modules = mcrypt_list_modes(lib_dir, &count);
count             854 ext/mcrypt/mcrypt.c 	if (count == 0) {
count             857 ext/mcrypt/mcrypt.c 	for (i = 0; i < count; i++) {
count             860 ext/mcrypt/mcrypt.c 	mcrypt_free_p(modules, count);
count             996 ext/mcrypt/mcrypt.c 	int block_size, max_key_length, use_key_length, i, count, iv_size;
count            1015 ext/mcrypt/mcrypt.c 	key_length_sizes = mcrypt_enc_get_supported_key_sizes(td, &count);
count            1016 ext/mcrypt/mcrypt.c 	if (count == 0 && key_length_sizes == NULL) { /* all lengths 1 - k_l_s = OK */
count            1021 ext/mcrypt/mcrypt.c 	} else if (count == 1) {  /* only m_k_l = OK */
count            1028 ext/mcrypt/mcrypt.c 		for (i = 0; i < count; i++) {
count             228 ext/mhash/mhash.c 	keystruct.count = 0;
count            1107 ext/mysqli/mysqli.c 		int			count;
count            1109 ext/mysqli/mysqli.c 		count = (int)php_stream_read(mysql->li_stream, buf, buf_len);
count            1111 ext/mysqli/mysqli.c 		if (count < 0) {
count            1115 ext/mysqli/mysqli.c 		return count;
count             193 ext/openssl/xp_ssl.c 			didwrite = SSL_write(sslsock->ssl_handle, buf, count);
count             203 ext/openssl/xp_ssl.c 		didwrite = php_stream_socket_ops.write(stream, buf, count TSRMLS_CC);
count             226 ext/openssl/xp_ssl.c 			nr_bytes = SSL_read(sslsock->ssl_handle, buf, count);
count             240 ext/openssl/xp_ssl.c 		nr_bytes = php_stream_socket_ops.read(stream, buf, count TSRMLS_CC);
count             657 ext/pcre/pcrelib/pcre_compile.c       int count = 0;
count             664 ext/pcre/pcrelib/pcre_compile.c         count++;
count             677 ext/pcre/pcrelib/pcre_compile.c         if (c < 0 || count > (utf8? 8 : 2)) *errorcodeptr = ERR34;
count            1021 ext/pcre/pcrelib/pcre_compile.c     count++;
count            1022 ext/pcre/pcrelib/pcre_compile.c     if (name == NULL && count == lorn) return count;
count            1035 ext/pcre/pcrelib/pcre_compile.c   count++;
count            1037 ext/pcre/pcrelib/pcre_compile.c   if (name == NULL && count == lorn) return count;
count            1044 ext/pcre/pcrelib/pcre_compile.c     return count;
count             796 ext/pcre/pcrelib/pcregrep.c   int count = 0;
count             797 ext/pcre/pcrelib/pcregrep.c   while (lastmatchrestart < endptr && count++ < after_context)
count             844 ext/pcre/pcrelib/pcregrep.c int count = 0;
count            1017 ext/pcre/pcrelib/pcregrep.c     if (count_only) count++;
count            1307 ext/pcre/pcrelib/pcregrep.c   fprintf(stdout, "%d\n", count);
count            1716 ext/pcre/pcrelib/pcregrep.c   if (count == 0)
count            1721 ext/pcre/pcrelib/pcregrep.c       "at offset %d: %s\n", ordin(count), errptr, error);
count            1726 ext/pcre/pcrelib/pcregrep.c     "at offset %d: %s\n", count, filename, errptr, error);
count            1764 ext/pcre/pcrelib/pcregrep.c       return compile_single_pattern(pattern, options, filename, count);
count            1767 ext/pcre/pcrelib/pcregrep.c     if (!compile_single_pattern(buffer, options, filename, count))
count            1771 ext/pcre/pcrelib/pcregrep.c else return compile_single_pattern(pattern, options, filename, count);
count             479 ext/pcre/php_pcre.c 	int				 count = 0;			/* Count of matched subpatterns */
count             606 ext/pcre/php_pcre.c 		count = pcre_exec(pce->re, extra, subject, subject_len, start_offset,
count             610 ext/pcre/php_pcre.c 		if (count == 0) {
count             612 ext/pcre/php_pcre.c 			count = size_offsets/3;
count             616 ext/pcre/php_pcre.c 		if (count > 0) {
count             623 ext/pcre/php_pcre.c 				if (pcre_get_substring_list(subject, offsets, count, &stringlist) < 0) {
count             633 ext/pcre/php_pcre.c 						for (i = 0; i < count; i++) {
count             647 ext/pcre/php_pcre.c 						if (count < num_subpats) {
count             659 ext/pcre/php_pcre.c 						for (i = 0; i < count; i++) {
count             677 ext/pcre/php_pcre.c 					for (i = 0; i < count; i++) {
count             695 ext/pcre/php_pcre.c 		} else if (count == PCRE_ERROR_NOMATCH) {
count             706 ext/pcre/php_pcre.c 			pcre_handle_exec_error(count TSRMLS_CC);
count             807 ext/pcre/php_pcre.c 	for (i = 0; i < count; i++)
count             865 ext/pcre/php_pcre.c 				if (backref < count) {
count             945 ext/pcre/php_pcre.c 	int				 count = 0;			/* Count of matched subpatterns */
count            1009 ext/pcre/php_pcre.c 		count = pcre_exec(pce->re, extra, subject, subject_len, start_offset,
count            1013 ext/pcre/php_pcre.c 		if (count == 0) {
count            1015 ext/pcre/php_pcre.c 			count = size_offsets/3;
count            1020 ext/pcre/php_pcre.c 		if (count > 0 && (limit == -1 || limit > 0)) {
count            1032 ext/pcre/php_pcre.c 											   offsets, count, &eval_result TSRMLS_CC);
count            1037 ext/pcre/php_pcre.c 													count, &eval_result TSRMLS_CC);
count            1050 ext/pcre/php_pcre.c 							if (backref < count)
count            1092 ext/pcre/php_pcre.c 							if (backref < count) {
count            1111 ext/pcre/php_pcre.c 		} else if (count == PCRE_ERROR_NOMATCH || limit == 0) {
count            1137 ext/pcre/php_pcre.c 			pcre_handle_exec_error(count TSRMLS_CC);
count            1398 ext/pcre/php_pcre.c 	int				 count = 0;			/* Count of matched subpatterns */
count            1445 ext/pcre/php_pcre.c 		count = pcre_exec(pce->re, extra, subject,
count            1450 ext/pcre/php_pcre.c 		if (count == 0) {
count            1452 ext/pcre/php_pcre.c 			count = size_offsets/3;
count            1456 ext/pcre/php_pcre.c 		if (count > 0) {
count            1480 ext/pcre/php_pcre.c 				for (i = 1; i < count; i++) {
count            1494 ext/pcre/php_pcre.c 		} else if (count == PCRE_ERROR_NOMATCH) {
count            1508 ext/pcre/php_pcre.c 					count = pcre_exec(re_bump, extra_bump, subject,
count            1511 ext/pcre/php_pcre.c 					if (count < 1) {
count            1523 ext/pcre/php_pcre.c 			pcre_handle_exec_error(count TSRMLS_CC);
count            1675 ext/pcre/php_pcre.c 	int				 count = 0;			/* Count of matched subpatterns */
count            1712 ext/pcre/php_pcre.c 		count = pcre_exec(pce->re, extra, Z_STRVAL_PP(entry),
count            1717 ext/pcre/php_pcre.c 		if (count == 0) {
count            1719 ext/pcre/php_pcre.c 			count = size_offsets/3;
count            1720 ext/pcre/php_pcre.c 		} else if (count < 0 && count != PCRE_ERROR_NOMATCH) {
count            1721 ext/pcre/php_pcre.c 			pcre_handle_exec_error(count TSRMLS_CC);
count            1726 ext/pcre/php_pcre.c 		if ((count > 0 && !invert) ||
count            1727 ext/pcre/php_pcre.c 			(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             612 ext/pdo_oci/oci_statement.c 	amt = count;
count             614 ext/pdo_oci/oci_statement.c 		&amt, self->offset, (char*)buf, count,
count             632 ext/pdo_oci/oci_statement.c 	amt = count;
count             634 ext/pdo_oci/oci_statement.c 		&amt, self->offset, buf, count,
count             122 ext/pdo_pgsql/pgsql_driver.c 	return lo_write(self->conn, self->lfd, (char*)buf, count);
count             128 ext/pdo_pgsql/pgsql_driver.c 	return lo_read(self->conn, self->lfd, buf, count);
count             402 ext/pdo_sqlite/sqlite/src/delete.c   sqlite3VdbeAddOp(v, OP_Delete, iCur, (count?OPFLAG_NCHANGE:0));
count             403 ext/pdo_sqlite/sqlite/src/delete.c   if( count ){
count              41 ext/pdo_sqlite/sqlite/src/hash.c   pNew->count = 0;
count              69 ext/pdo_sqlite/sqlite/src/hash.c   pH->count = 0;
count             212 ext/pdo_sqlite/sqlite/src/hash.c   pEntry->count++;
count             251 ext/pdo_sqlite/sqlite/src/hash.c   int count;                     /* Number of elements left to test */
count             257 ext/pdo_sqlite/sqlite/src/hash.c     count = pEntry->count;
count             259 ext/pdo_sqlite/sqlite/src/hash.c     while( count-- && elem ){
count             290 ext/pdo_sqlite/sqlite/src/hash.c   pEntry->count--;
count             291 ext/pdo_sqlite/sqlite/src/hash.c   if( pEntry->count<=0 ){
count             298 ext/pdo_sqlite/sqlite/src/hash.c   pH->count--;
count             299 ext/pdo_sqlite/sqlite/src/hash.c   if( pH->count<=0 ){
count             301 ext/pdo_sqlite/sqlite/src/hash.c     assert( pH->count==0 );
count             376 ext/pdo_sqlite/sqlite/src/hash.c   pH->count++;
count             380 ext/pdo_sqlite/sqlite/src/hash.c       pH->count = 0;
count             388 ext/pdo_sqlite/sqlite/src/hash.c   if( pH->count > pH->htsize ){
count              35 ext/pdo_sqlite/sqlite/src/hash.h   int count;              /* Number of entries in this table */
count              41 ext/pdo_sqlite/sqlite/src/hash.h     int count;               /* Number of entries with this hash */
count             109 ext/pdo_sqlite/sqlite/src/hash.h #define sqliteHashCount(H)  ((H)->count)
count             299 ext/pdo_sqlite/sqlite/src/main.c   assert( count>=0 );
count             300 ext/pdo_sqlite/sqlite/src/main.c   if( count < NDELAY ){
count             301 ext/pdo_sqlite/sqlite/src/main.c     delay = delays[count];
count             302 ext/pdo_sqlite/sqlite/src/main.c     prior = totals[count];
count             305 ext/pdo_sqlite/sqlite/src/main.c     prior = totals[NDELAY-1] + delay*(count-(NDELAY-1));
count             315 ext/pdo_sqlite/sqlite/src/main.c   if( (count+1)*1000 > timeout ){
count             235 ext/pdo_sqlite/sqlite/src/md5.c         unsigned count;
count             239 ext/pdo_sqlite/sqlite/src/md5.c         count = (ctx->bits[0] >> 3) & 0x3F;
count             243 ext/pdo_sqlite/sqlite/src/md5.c         p = ctx->in + count;
count             247 ext/pdo_sqlite/sqlite/src/md5.c         count = 64 - 1 - count;
count             250 ext/pdo_sqlite/sqlite/src/md5.c         if (count < 8) {
count             252 ext/pdo_sqlite/sqlite/src/md5.c                 memset(p, 0, count);
count             260 ext/pdo_sqlite/sqlite/src/md5.c                 memset(p, 0, count-8);
count             216 ext/pdo_sqlite/sqlite/src/printf.c   int count;                 /* Total number of characters output */
count             248 ext/pdo_sqlite/sqlite/src/printf.c   count = length = 0;
count             257 ext/pdo_sqlite/sqlite/src/printf.c       count += amt;
count             263 ext/pdo_sqlite/sqlite/src/printf.c       count++;
count             571 ext/pdo_sqlite/sqlite/src/printf.c         *(va_arg(ap,int*)) = count;
count             663 ext/pdo_sqlite/sqlite/src/printf.c         count += nspace;
count             673 ext/pdo_sqlite/sqlite/src/printf.c       count += length;
count             679 ext/pdo_sqlite/sqlite/src/printf.c         count += nspace;
count             691 ext/pdo_sqlite/sqlite/src/printf.c   return errorflag ? -1 : count;
count            1339 ext/pdo_sqlite/sqlite/src/test3.c   u32 start, mult, count, incr;
count            1350 ext/pdo_sqlite/sqlite/src/test3.c   if( Tcl_GetInt(interp, argv[3], (int*)&count) ) return TCL_ERROR;
count            1354 ext/pdo_sqlite/sqlite/src/test3.c   for(i=0; i<count; i++){
count            4131 ext/pdo_sqlite/sqlite/tool/lemon.c   int count;              /* Number of currently slots filled */
count            4154 ext/pdo_sqlite/sqlite/tool/lemon.c     x1a->count = 0;
count            4188 ext/pdo_sqlite/sqlite/tool/lemon.c   if( x1a->count>=x1a->size ){
count            4193 ext/pdo_sqlite/sqlite/tool/lemon.c     array.count = x1a->count;
count            4199 ext/pdo_sqlite/sqlite/tool/lemon.c     for(i=0; i<x1a->count; i++){
count            4215 ext/pdo_sqlite/sqlite/tool/lemon.c   np = &(x1a->tbl[x1a->count++]);
count            4292 ext/pdo_sqlite/sqlite/tool/lemon.c   int count;              /* Number of currently slots filled */
count            4316 ext/pdo_sqlite/sqlite/tool/lemon.c     x2a->count = 0;
count            4351 ext/pdo_sqlite/sqlite/tool/lemon.c   if( x2a->count>=x2a->size ){
count            4356 ext/pdo_sqlite/sqlite/tool/lemon.c     array.count = x2a->count;
count            4362 ext/pdo_sqlite/sqlite/tool/lemon.c     for(i=0; i<x2a->count; i++){
count            4379 ext/pdo_sqlite/sqlite/tool/lemon.c   np = &(x2a->tbl[x2a->count++]);
count            4412 ext/pdo_sqlite/sqlite/tool/lemon.c   if( x2a && n>0 && n<=x2a->count ){
count            4423 ext/pdo_sqlite/sqlite/tool/lemon.c   return x2a ? x2a->count : 0;
count            4434 ext/pdo_sqlite/sqlite/tool/lemon.c   size = x2a->count;
count            4498 ext/pdo_sqlite/sqlite/tool/lemon.c   int count;              /* Number of currently slots filled */
count            4522 ext/pdo_sqlite/sqlite/tool/lemon.c     x3a->count = 0;
count            4557 ext/pdo_sqlite/sqlite/tool/lemon.c   if( x3a->count>=x3a->size ){
count            4562 ext/pdo_sqlite/sqlite/tool/lemon.c     array.count = x3a->count;
count            4568 ext/pdo_sqlite/sqlite/tool/lemon.c     for(i=0; i<x3a->count; i++){
count            4585 ext/pdo_sqlite/sqlite/tool/lemon.c   np = &(x3a->tbl[x3a->count++]);
count            4621 ext/pdo_sqlite/sqlite/tool/lemon.c   size = x3a->count;
count            4645 ext/pdo_sqlite/sqlite/tool/lemon.c   int count;              /* Number of currently slots filled */
count            4668 ext/pdo_sqlite/sqlite/tool/lemon.c     x4a->count = 0;
count            4702 ext/pdo_sqlite/sqlite/tool/lemon.c   if( x4a->count>=x4a->size ){
count            4707 ext/pdo_sqlite/sqlite/tool/lemon.c     array.count = x4a->count;
count            4713 ext/pdo_sqlite/sqlite/tool/lemon.c     for(i=0; i<x4a->count; i++){
count            4729 ext/pdo_sqlite/sqlite/tool/lemon.c   np = &(x4a->tbl[x4a->count++]);
count            4762 ext/pdo_sqlite/sqlite/tool/lemon.c   if( x4a==0 || x4a->count==0 ) return;
count            4763 ext/pdo_sqlite/sqlite/tool/lemon.c   if( f ) for(i=0; i<x4a->count; i++) (*f)(x4a->tbl[i].data);
count            4765 ext/pdo_sqlite/sqlite/tool/lemon.c   x4a->count = 0;
count             303 ext/pdo_sqlite/sqlite/tool/mkkeywordhash.c   int count;
count             395 ext/pdo_sqlite/sqlite/tool/mkkeywordhash.c     for(j=count=0; j<i; j++) count += aHash[j];
count             396 ext/pdo_sqlite/sqlite/tool/mkkeywordhash.c     if( count<bestCount ){
count             397 ext/pdo_sqlite/sqlite/tool/mkkeywordhash.c       bestCount = count;
count             749 ext/posix/posix.c 	int count;
count             762 ext/posix/posix.c 	for (count=0; g->gr_mem[count] != NULL; count++) {
count             763 ext/posix/posix.c 		add_next_index_string(array_members, g->gr_mem[count], 1);
count             295 ext/reflection/php_reflection.c 	int count, count_static_props = 0, count_static_funcs = 0, count_shadow_props = 0;
count             356 ext/reflection/php_reflection.c 		count = zend_hash_num_elements(&ce->constants_table);
count             357 ext/reflection/php_reflection.c 		string_printf(str, "%s  - Constants [%d] {\n", indent, count);
count             358 ext/reflection/php_reflection.c 		if (count > 0) {
count             380 ext/reflection/php_reflection.c 		count = zend_hash_num_elements(&ce->properties_info);
count             381 ext/reflection/php_reflection.c 		if (count > 0) {
count             419 ext/reflection/php_reflection.c 		count = zend_hash_num_elements(&ce->function_table);
count             420 ext/reflection/php_reflection.c 		if (count > 0) {
count             457 ext/reflection/php_reflection.c 		count = zend_hash_num_elements(&ce->properties_info) - count_static_props - count_shadow_props;
count             458 ext/reflection/php_reflection.c 		string_printf(str, "\n%s  - Properties [%d] {\n", indent, count);
count             459 ext/reflection/php_reflection.c 		if (count > 0) {
count             482 ext/reflection/php_reflection.c 		count = 0;
count             494 ext/reflection/php_reflection.c 						count++;
count             503 ext/reflection/php_reflection.c 		string_printf(str, "\n%s  - Dynamic properties [%d] {\n", indent, count);
count             511 ext/reflection/php_reflection.c 		count = zend_hash_num_elements(&ce->function_table) - count_static_funcs;
count             512 ext/reflection/php_reflection.c 		if (count > 0) {
count             517 ext/reflection/php_reflection.c 			count = 0;
count             536 ext/reflection/php_reflection.c 						count++;
count             541 ext/reflection/php_reflection.c 			string_printf(str, "\n%s  - Methods [%d] {", indent, count);
count            2809 ext/reflection/php_reflection.c 	int count, i;
count            2824 ext/reflection/php_reflection.c 		count = zend_hash_num_elements(ht_list[i]);
count            2825 ext/reflection/php_reflection.c 		if (count > 0) {
count             208 ext/shmop/shmop.c 	long shmid, start, count;
count             215 ext/shmop/shmop.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lll", &shmid, &start, &count) == FAILURE) {
count             226 ext/shmop/shmop.c 	if (start + count > shmop->size || count < 0) {
count             232 ext/shmop/shmop.c 	bytes = count ? count : shmop->size - start;
count            1756 ext/simplexml/simplexml.c 	*count = 0;
count            1766 ext/simplexml/simplexml.c 		(*count)++;
count             372 ext/snmp/snmp.c 	int status, count;
count             500 ext/snmp/snmp.c 						for (count=1, vars = response->variables; vars && count != response->errindex;
count             501 ext/snmp/snmp.c 						vars = vars->next_variable, count++);
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            3413 ext/soap/php_encoding.c 	int i, count = zend_hash_num_elements(Z_ARRVAL_P(array));
count            3416 ext/soap/php_encoding.c 	for (i = 0; i < count; i++) {
count            3432 ext/soap/php_encoding.c 	int i, count, cur_type, prev_type, different;
count            3444 ext/soap/php_encoding.c 	count = zend_hash_num_elements(ht);
count            3447 ext/soap/php_encoding.c 	for (i = 0;i < count;i++) {
count            3498 ext/soap/php_encoding.c 	if (different || count == 0) {
count            1146 ext/spl/spl_array.c 		*count = 0;
count            1154 ext/spl/spl_array.c 		*count = 0;
count            1157 ext/spl/spl_array.c 			(*count)++;
count            1162 ext/spl/spl_array.c 		*count = zend_hash_num_elements(aht);
count            1172 ext/spl/spl_array.c 	long count;
count            1174 ext/spl/spl_array.c 	spl_array_object_count_elements(getThis(), &count TSRMLS_CC);
count            1175 ext/spl/spl_array.c 	RETURN_LONG(count);
count            1451 ext/spl/spl_array.c 	SPL_ME(Array, count,            NULL,                           ZEND_ACC_PUBLIC)
count            1476 ext/spl/spl_array.c 	SPL_ME(Array, count,            NULL,                           ZEND_ACC_PUBLIC)
count             917 ext/spl/spl_iterators.c 			intern->u.limit.count = -1; /* get all */
count             918 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             927 ext/spl/spl_iterators.c 			if (intern->u.limit.count < 0 && intern->u.limit.count != -1) {
count            1360 ext/spl/spl_iterators.c 	int        subject_len, use_copy, count, result_len;
count            1388 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            1389 ext/spl/spl_iterators.c 		RETVAL_BOOL(count >= 0);
count            1402 ext/spl/spl_iterators.c 		count = zend_hash_num_elements(Z_ARRVAL_P(intern->current.data));
count            1403 ext/spl/spl_iterators.c 		RETVAL_BOOL(count > 0);
count            1414 ext/spl/spl_iterators.c 		count = zend_hash_num_elements(Z_ARRVAL_P(intern->current.data));
count            1415 ext/spl/spl_iterators.c 		RETVAL_BOOL(count > 1);
count            1712 ext/spl/spl_iterators.c 	if (intern->u.limit.count != -1 && intern->current.pos >= intern->u.limit.offset + intern->u.limit.count) {
count            1728 ext/spl/spl_iterators.c 	if (pos >= intern->u.limit.offset + intern->u.limit.count && intern->u.limit.count != -1) {
count            1729 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0 TSRMLS_CC, "Cannot seek to %ld which is behind offest %ld plus count %ld", pos, intern->u.limit.offset, intern->u.limit.count);
count            1786 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            1798 ext/spl/spl_iterators.c 	if (intern->u.limit.count == -1 || intern->current.pos < intern->u.limit.offset + intern->u.limit.count) {
count            2263 ext/spl/spl_iterators.c 	SPL_ME(CachingIterator, count,            NULL, ZEND_ACC_PUBLIC)
count            2773 ext/spl/spl_iterators.c 	long  count = 0;
count            2779 ext/spl/spl_iterators.c 	if (spl_iterator_apply(obj, spl_iterator_count_apply, (void*)&count TSRMLS_CC) == SUCCESS) {
count            2780 ext/spl/spl_iterators.c 		RETURN_LONG(count);
count            2788 ext/spl/spl_iterators.c 	long                   count;
count            2799 ext/spl/spl_iterators.c 	apply_info->count++;
count            2822 ext/spl/spl_iterators.c 	apply_info.count = 0;
count            2825 ext/spl/spl_iterators.c 		RETVAL_LONG(apply_info.count);
count            2839 ext/spl/spl_iterators.c 	SPL_ABSTRACT_ME(Countable, count,   NULL)
count             129 ext/spl/spl_iterators.h 			long             count;
count             330 ext/spl/spl_observer.c 	long count;
count             357 ext/spl/spl_observer.c 	count = Z_LVAL_P(pcount);
count             360 ext/spl/spl_observer.c 	while(count-- > 0) {
count             421 ext/spl/spl_observer.c 	SPL_ME(SplObjectStorage,  count,       NULL,                  0)
count             152 ext/spl/spl_sxe.c 	long count = 0;
count             154 ext/spl/spl_sxe.c 	Z_OBJ_HANDLER_P(getThis(), count_elements)(getThis(), &count TSRMLS_CC);
count             156 ext/spl/spl_sxe.c 	RETURN_LONG(count);
count             167 ext/spl/spl_sxe.c 	SPL_ME(SimpleXMLIterator, count,                  NULL, ZEND_ACC_PUBLIC)
count             347 ext/sqlite/libsqlite/src/delete.c     (count?OPFLAG_NCHANGE:0) | OPFLAG_CSCHANGE);
count              39 ext/sqlite/libsqlite/src/hash.c   new->count = 0;
count              65 ext/sqlite/libsqlite/src/hash.c   pH->count = 0;
count             195 ext/sqlite/libsqlite/src/hash.c     new_ht[h].count++;
count             210 ext/sqlite/libsqlite/src/hash.c   int count;                     /* Number of elements left to test */
count             215 ext/sqlite/libsqlite/src/hash.c     count = pH->ht[h].count;
count             217 ext/sqlite/libsqlite/src/hash.c     while( count-- && elem ){
count             246 ext/sqlite/libsqlite/src/hash.c   pH->ht[h].count--;
count             247 ext/sqlite/libsqlite/src/hash.c   if( pH->ht[h].count<=0 ){
count             254 ext/sqlite/libsqlite/src/hash.c   pH->count--;
count             327 ext/sqlite/libsqlite/src/hash.c   pH->count++;
count             330 ext/sqlite/libsqlite/src/hash.c     pH->count = 0;
count             334 ext/sqlite/libsqlite/src/hash.c   if( pH->count > pH->htsize ){
count             352 ext/sqlite/libsqlite/src/hash.c   pH->ht[h].count++;
count              35 ext/sqlite/libsqlite/src/hash.h   int count;              /* Number of entries in this table */
count              39 ext/sqlite/libsqlite/src/hash.h     int count;               /* Number of entries with this hash */
count             107 ext/sqlite/libsqlite/src/hash.h #define sqliteHashCount(H)  ((H)->count)
count             879 ext/sqlite/libsqlite/src/main.c   if( count <= NDELAY ){
count             880 ext/sqlite/libsqlite/src/main.c     delay = delays[count-1];
count             881 ext/sqlite/libsqlite/src/main.c     prior = totals[count-1];
count             884 ext/sqlite/libsqlite/src/main.c     prior = totals[NDELAY-1] + delay*(count-NDELAY-1);
count             894 ext/sqlite/libsqlite/src/main.c   if( (count+1)*1000 > timeout ){
count             203 ext/sqlite/libsqlite/src/printf.c   int count;                 /* Total number of characters output */
count             231 ext/sqlite/libsqlite/src/printf.c   count = length = 0;
count             240 ext/sqlite/libsqlite/src/printf.c       count += amt;
count             246 ext/sqlite/libsqlite/src/printf.c       count++;
count             512 ext/sqlite/libsqlite/src/printf.c         *(va_arg(ap,int*)) = count;
count             596 ext/sqlite/libsqlite/src/printf.c         count += idx;
count             609 ext/sqlite/libsqlite/src/printf.c         count += nspace;
count             619 ext/sqlite/libsqlite/src/printf.c       count += length;
count             625 ext/sqlite/libsqlite/src/printf.c         count += nspace;
count             637 ext/sqlite/libsqlite/src/printf.c   return errorflag ? -1 : count;
count             245 ext/sqlite/sqlite.c 	PHP_ME_MAPPING(count, sqlite_num_rows, NULL, 0)
count            2485 ext/sqlite/sqlite.c 		* count = obj->u.res->nrows;
count            1339 ext/standard/array.c 	int var_exists, extract_type, key_type, count = 0;
count            1489 ext/standard/array.c 				count++;
count            1499 ext/standard/array.c 	RETURN_LONG(count);
count            3703 ext/standard/basic_functions.c 	PHP_FE(count,															arginfo_count)
count            3764 ext/standard/basic_functions.c 	PHP_FALIAS(sizeof, 				count, 									arginfo_count)
count            5144 ext/standard/basic_functions.c 	int count;
count            5167 ext/standard/basic_functions.c 	count = zend_hash_num_elements(func_params_ht);
count            5168 ext/standard/basic_functions.c 	if (count) {
count            5169 ext/standard/basic_functions.c 		func_params = safe_emalloc(sizeof(zval **), count, 0);
count            5181 ext/standard/basic_functions.c 	if (call_user_function_ex(EG(function_table), NULL, *func, &retval_ptr, count, func_params, 0, NULL TSRMLS_CC) == SUCCESS) {
count             861 ext/standard/dns.c 	int count, qdc;
count             909 ext/standard/dns.c 	count = ntohs((unsigned short)hp->ancount);
count             910 ext/standard/dns.c 	while (--count >= 0 && cp < end) {
count            1931 ext/standard/file.c 	int count, i = 0;
count            1966 ext/standard/file.c 	count = zend_hash_num_elements(Z_ARRVAL_P(fields));
count            2002 ext/standard/file.c 		if (++i != count) {
count             598 ext/standard/ftp_fopen_wrapper.c 	if (count != sizeof(php_stream_dirent)) {
count             178 ext/standard/image.c 	for (loop = pos; loop < pos + count; loop++)
count             181 ext/standard/image.c 			((((buffer[loop / 8]) >> (7 - (loop % 8))) & 0x01) << (count - (loop - pos) - 1));
count             961 ext/standard/math.c 	int count=0;
count            1048 ext/standard/math.c 		if (thousand_sep && (++count%3)==0 && s>=tmpbuf) {
count             221 ext/standard/md5.c 	context->count[0] = context->count[1] = 0;
count             242 ext/standard/md5.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3F);
count             245 ext/standard/md5.c 	if ((context->count[0] += ((php_uint32) inputLen << 3))
count             247 ext/standard/md5.c 		context->count[1]++;
count             248 ext/standard/md5.c 	context->count[1] += ((php_uint32) inputLen >> 29);
count             283 ext/standard/md5.c 	Encode(bits, context->count, 8);
count             287 ext/standard/md5.c 	index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
count              53 ext/standard/md5.h 	php_uint32 count[2];				/* number of bits, modulo 2^64 (lsb first) */
count              36 ext/standard/php_fopen_wrapper.c 	PHPWRITE(buf, count);
count              37 ext/standard/php_fopen_wrapper.c 	return count;
count              82 ext/standard/php_fopen_wrapper.c 			if(read_bytes <= count) {
count              85 ext/standard/php_fopen_wrapper.c 				read_bytes = count;
count              91 ext/standard/php_fopen_wrapper.c 			read_bytes = sapi_module.read_post(buf, count TSRMLS_CC);
count             527 ext/standard/reg.c 	int err, size, count = -1, copts = 0;
count             537 ext/standard/reg.c 		count = Z_LVAL_PP(arg_count);
count             558 ext/standard/reg.c 	while ((count == -1 || count > 1) && !(err = regexec(&re, strp, 1, subs, 0))) {
count             588 ext/standard/reg.c 		if (count != -1) {
count             589 ext/standard/reg.c 			count--;
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            3451 ext/standard/string.c 				int count = 0;
count            3465 ext/standard/string.c 					count++;
count            3467 ext/standard/string.c 				if (count == 0) {
count            3481 ext/standard/string.c 					new_str = safe_emalloc(count, str_len - needle_len, length + 1);
count            3706 ext/standard/string.c 	int count = 0;
count            3737 ext/standard/string.c 				php_str_replace_in_subject(*search, *replace, subject_entry, result, case_sensitivity, (argc > 3) ? &count : NULL);
count            3758 ext/standard/string.c 		php_str_replace_in_subject(*search, *replace, subject, return_value, case_sensitivity, (argc > 3) ? &count : NULL);
count            3762 ext/standard/string.c 		ZVAL_LONG(*zcount, count);
count            4823 ext/standard/string.c 	int count = 0;
count            4872 ext/standard/string.c 			count++;
count            4878 ext/standard/string.c 			count++;
count            4882 ext/standard/string.c 	RETURN_LONG(count);
count             554 ext/standard/var.c 	int count;
count             560 ext/standard/var.c 	count = zend_hash_num_elements(HASH_OF(retval_ptr));
count             562 ext/standard/var.c 		--count;
count             564 ext/standard/var.c 	smart_str_append_long(buf, count);
count             567 ext/standard/var.c 	if (count > 0) {
count              43 ext/sysvsem/php_sysvsem.h 	int count;					/* Acquire count for auto-release. */
count             124 ext/sysvsem/sysvsem.c 	if (sem_ptr->count == -1 || !sem_ptr->auto_release) {
count             136 ext/sysvsem/sysvsem.c 	if (sem_ptr->count) {
count             139 ext/sysvsem/sysvsem.c 		sop[1].sem_op  = sem_ptr->count;
count             172 ext/sysvsem/sysvsem.c 	int count;
count             225 ext/sysvsem/sysvsem.c 	count = semctl(semid, SYSVSEM_USAGE, GETVAL, NULL);
count             226 ext/sysvsem/sysvsem.c 	if (count == -1) {
count             232 ext/sysvsem/sysvsem.c 	if (count == 1) {
count             268 ext/sysvsem/sysvsem.c 	sem_ptr->count = 0;
count             296 ext/sysvsem/sysvsem.c 	if (!acquire && sem_ptr->count == 0) {
count             312 ext/sysvsem/sysvsem.c 	sem_ptr->count -= acquire ? -1 : 1;
count             379 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 = (size_t)zip_fread(self->zf, buf, (int)count);
count              56 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            1577 main/main.c    	zend_module_entry **end = ptr + count;
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              71 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             456 main/php_variables.c 	int count = 0;
count             494 main/php_variables.c 			count++;
count             514 main/php_variables.c 		Z_LVAL_P(argc) = count;
count             145 main/spprintf.c 	if ((count) > 0) {                  			\
count             147 main/spprintf.c 		smart_str_alloc(xbuf, (count), 0); 			\
count             148 main/spprintf.c 		memset(xbuf->c + xbuf->len, ch, (count));	\
count             149 main/spprintf.c 		xbuf->len += (count);				\
count              58 main/streams/memory.c 	if (ms->fpos + count > ms->fsize) {
count              62 main/streams/memory.c 			tmp = emalloc(ms->fpos + count);
count              64 main/streams/memory.c 			tmp = erealloc(ms->data, ms->fpos + count);
count              67 main/streams/memory.c 			count = ms->fsize - ms->fpos + 1;
count              70 main/streams/memory.c 			ms->fsize = ms->fpos + count;
count              74 main/streams/memory.c 		count = 0;
count              75 main/streams/memory.c 	if (count) {
count              77 main/streams/memory.c 		memcpy(ms->data+ms->fpos, (char*)buf, count);
count              78 main/streams/memory.c 		ms->fpos += count;
count              80 main/streams/memory.c 	return count;
count              91 main/streams/memory.c 	if (ms->fpos + count >= ms->fsize) {
count              92 main/streams/memory.c 		count = ms->fsize - ms->fpos;
count              95 main/streams/memory.c 	if (count) {
count              98 main/streams/memory.c 		memcpy(buf, ms->data+ms->fpos, count);
count              99 main/streams/memory.c 		ms->fpos += count;
count             101 main/streams/memory.c 	return count;
count             376 main/streams/memory.c 		if (memsize + count >= ts->smax) {
count             383 main/streams/memory.c 	return php_stream_write(ts->innerstream, buf, count);
count             400 main/streams/memory.c 	got = php_stream_read(ts->innerstream, buf, count);
count             312 main/streams/plain_wrapper.c 		int bytes_written = write(data->fd, buf, count);
count             324 main/streams/plain_wrapper.c 		return fwrite(buf, 1, count, data->file);
count             336 main/streams/plain_wrapper.c 		ret = read(data->fd, buf, count);
count             342 main/streams/plain_wrapper.c 			ret = read(data->fd, buf, count);
count             354 main/streams/plain_wrapper.c 		ret = fread(buf, 1, count, data->file);
count             812 main/streams/plain_wrapper.c 	if (count != sizeof(php_stream_dirent))
count             914 main/streams/streams.c 	while (count > 0) {
count             915 main/streams/streams.c 		towrite = count;
count             924 main/streams/streams.c 			count -= justwrote;
count             955 main/streams/streams.c 		bucket = php_stream_bucket_new(stream, (char *)buf, count, 0, 0 TSRMLS_CC);
count            1023 main/streams/streams.c 	if (buf == NULL || count == 0 || stream->ops->write == NULL) {
count            1028 main/streams/streams.c 		return _php_stream_write_filtered(stream, buf, count, PSFS_FLAG_NORMAL TSRMLS_CC);
count            1030 main/streams/streams.c 		return _php_stream_write_buffer(stream, buf, count TSRMLS_CC);
count            1036 main/streams/streams.c 	size_t count;
count            1041 main/streams/streams.c 	count = vspprintf(&buf, 0, fmt, ap);
count            1048 main/streams/streams.c 	count = php_stream_write(stream, buf, count);
count            1051 main/streams/streams.c 	return count;
count             566 main/streams/userspace.c 	ZVAL_STRINGL(zbufptr, (char*)buf, count, 1);;
count             587 main/streams/userspace.c 	if (didwrite > count) {
count             590 main/streams/userspace.c 				(long)(didwrite - count), (long)didwrite, (long)count);
count             591 main/streams/userspace.c 		didwrite = count;
count             615 main/streams/userspace.c 	ZVAL_LONG(zcount, count);
count             628 main/streams/userspace.c 		if (didread > count) {
count             630 main/streams/userspace.c 					us->wrapper->classname, (long)(didread - count), (long)didread, (long)count);
count             631 main/streams/userspace.c 			didread = count;
count            1287 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             243 regex/regcomp.c 	register int count;
count             354 regex/regcomp.c 		count = p_count(p);
count             358 regex/regcomp.c 				REQUIRE(count <= count2, REG_BADBR);
count             362 regex/regcomp.c 			count2 = count;
count             363 regex/regcomp.c 		repeat(p, pos, count, count2);
count             446 regex/regcomp.c 	register int count;
count             532 regex/regcomp.c 		count = p_count(p);
count             536 regex/regcomp.c 				REQUIRE(count <= count2, REG_BADBR);
count             540 regex/regcomp.c 			count2 = count;
count             541 regex/regcomp.c 		repeat(p, pos, count, count2);
count             562 regex/regcomp.c 	register int count = 0;
count             565 regex/regcomp.c 	while (MORE() && isdigit(PEEK()) && count <= DUPMAX) {
count             566 regex/regcomp.c 		count = count*10 + (GETNEXT() - '0');
count             570 regex/regcomp.c 	REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
count             571 regex/regcomp.c 	return(count);
count             297 run-tests.php  	$argc = count($argv);
count             527 run-tests.php  	$test_cnt = count($test_files);
count             546 run-tests.php  		if (count($test_files) || count($test_results)) {
count             568 run-tests.php  $exts_tested = count($exts_to_test);
count             657 run-tests.php  $test_cnt = count($test_files);
count             667 run-tests.php  if (0 == count($test_results)) {
count            1043 run-tests.php  	if (@count($section_text['REDIRECTTEST']) == 1) {
count            1051 run-tests.php  		if (@count($section_text['FILE']) + @count($section_text['FILEEOF']) + @count($section_text['FILE_EXTERNAL']) != 1) {
count            1055 run-tests.php  		if (@count($section_text['FILEEOF']) == 1) {
count            1059 run-tests.php  		if (@count($section_text['FILE_EXTERNAL']) == 1) {
count            1070 run-tests.php  		if ((@count($section_text['EXPECT']) + @count($section_text['EXPECTF']) + @count($section_text['EXPECTREGEX'])) != 1) {
count            1270 run-tests.php  	if (@count($section_text['REDIRECTTEST']) == 1) {
count            1278 run-tests.php  		if (@count($IN_REDIRECT['TESTS']) == 1) {
count            1288 run-tests.php  			$test_cnt += count($test_files) - 1;
count            1318 run-tests.php  	if (is_array($org_file) || @count($section_text['REDIRECTTEST']) == 1) {
count            1708 run-tests.php  	$idx1 = 0; $ofs1 = 0; $cnt1 = count($ar1);
count            1709 run-tests.php  	$idx2 = 0; $ofs2 = 0; $cnt2 = count($ar2);
count            1820 run-tests.php  	$n_total = count($test_results);
count            1880 run-tests.php  	if (count($PHP_FAILED_TESTS['BORKED'])) {
count            1892 run-tests.php  	if (count($PHP_FAILED_TESTS['FAILED'])) {
count            1904 run-tests.php  	if (count($PHP_FAILED_TESTS['LEAKED'])) {
count             535 sapi/cgi/fastcgi.c 			ret = write(req->fd, ((char*)buf)+n, count-n);
count             537 sapi/cgi/fastcgi.c 			ret = send(req->fd, ((char*)buf)+n, count-n, 0);
count             543 sapi/cgi/fastcgi.c 		ret = write(req->fd, ((char*)buf)+n, count-n);
count             550 sapi/cgi/fastcgi.c 	} while (n != count);
count             563 sapi/cgi/fastcgi.c 			ret = read(req->fd, ((char*)buf)+n, count-n);
count             565 sapi/cgi/fastcgi.c 			ret = recv(req->fd, ((char*)buf)+n, count-n, 0);
count             571 sapi/cgi/fastcgi.c 		ret = read(req->fd, ((char*)buf)+n, count-n);
count             580 sapi/cgi/fastcgi.c 	} while (n != count);
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              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);
count               6 tests/testscanf.php 		for ($i = 0;$i< count($val);$i++) {
count              31 tests/testscanf.php 	for ($i=0;$i < count($arr);$i++) {
count              36 tests/testscanf.php 		if (count($arr) > 2) {