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 5362 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 784 Zend/zend_gc.c int count = 0;
count 820 Zend/zend_gc.c count++;
count 854 Zend/zend_gc.c GC_G(collected) += count;
count 859 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 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 1318 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 305 ext/date/lib/parse_tz.c *count = sizeof(timezonedb_idx_builtin) / sizeof(*timezonedb_idx_builtin);
count 223 ext/date/lib/tm2unixtime.c timelib_sll count, dow, rem;
count 225 ext/date/lib/tm2unixtime.c count = time->relative.special.amount;
count 229 ext/date/lib/tm2unixtime.c time->d += (count / 5) * 7;
count 232 ext/date/lib/tm2unixtime.c rem = (count % 5);
count 234 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 243 ext/ereg/regex/regcomp.c register int count;
count 354 ext/ereg/regex/regcomp.c count = p_count(p);
count 358 ext/ereg/regex/regcomp.c REQUIRE(count <= count2, REG_BADBR);
count 362 ext/ereg/regex/regcomp.c count2 = count;
count 363 ext/ereg/regex/regcomp.c repeat(p, pos, count, count2);
count 446 ext/ereg/regex/regcomp.c register int count;
count 532 ext/ereg/regex/regcomp.c count = p_count(p);
count 536 ext/ereg/regex/regcomp.c REQUIRE(count <= count2, REG_BADBR);
count 540 ext/ereg/regex/regcomp.c count2 = count;
count 541 ext/ereg/regex/regcomp.c repeat(p, pos, count, count2);
count 562 ext/ereg/regex/regcomp.c register int count = 0;
count 565 ext/ereg/regex/regcomp.c while (MORE() && isdigit(PEEK()) && count <= DUPMAX) {
count 566 ext/ereg/regex/regcomp.c count = count*10 + (GETNEXT() - '0');
count 570 ext/ereg/regex/regcomp.c REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
count 571 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 802 ext/fileinfo/libmagic/cdf.c inp += *count;
count 803 ext/fileinfo/libmagic/cdf.c *count += sh.sh_properties;
count 961 ext/fileinfo/libmagic/cdf.c *count = 0;
count 971 ext/fileinfo/libmagic/cdf.c info, count, &maxcount) == -1) {
count 1205 ext/fileinfo/libmagic/cdf.c for (i = 0; i < count; i++) {
count 1276 ext/fileinfo/libmagic/cdf.c size_t count;
count 1279 ext/fileinfo/libmagic/cdf.c if (cdf_unpack_summary_info(sst, h, &ssi, &info, &count) == -1)
count 1288 ext/fileinfo/libmagic/cdf.c cdf_dump_property_info(info, count);
count 59 ext/fileinfo/libmagic/readcdf.c for (i = 0; i < count; i++) {
count 179 ext/fileinfo/libmagic/readcdf.c size_t count;
count 182 ext/fileinfo/libmagic/readcdf.c if (cdf_unpack_summary_info(sst, h, &si, &info, &count) == -1)
count 215 ext/fileinfo/libmagic/readcdf.c m = cdf_file_property_info(ms, info, count);
count 1111 ext/fileinfo/libmagic/softmagic.c uint32_t count = m->str_range;
count 1123 ext/fileinfo/libmagic/softmagic.c (uint32_t)nbytes, count) == -1)
count 1129 ext/fileinfo/libmagic/softmagic.c nbytes, count);
count 1620 ext/fileinfo/libmagic/softmagic.c if (mcopy(ms, p, m->type, 0, s, offset, nbytes, count) == -1)
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 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 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 108 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 904 ext/intl/converter/converter.c count = ucnv_countAvailable();
count 914 ext/intl/converter/converter.c for(i = 0; i < count; i++) {
count 929 ext/intl/converter/converter.c uint16_t i, count;
count 938 ext/intl/converter/converter.c count = ucnv_countAliases(name, &error);
count 945 ext/intl/converter/converter.c for(i = 0; i < count; i++) {
count 964 ext/intl/converter/converter.c uint16_t i, count;
count 974 ext/intl/converter/converter.c count = ucnv_countStandards();
count 975 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 1203 ext/ldap/ldap.c int i, count, dn_len;
count 1216 ext/ldap/ldap.c count = i;
count 1220 ext/ldap/ldap.c add_assoc_long(return_value, "count", count);
count 1221 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 496 ext/mcrypt/mcrypt.c int i, count;
count 500 ext/mcrypt/mcrypt.c modules = mcrypt_list_algorithms(MCG(algorithms_dir), &count);
count 501 ext/mcrypt/mcrypt.c if (count == 0) {
count 504 ext/mcrypt/mcrypt.c for (i = 0; i < count; i++) {
count 509 ext/mcrypt/mcrypt.c mcrypt_free_p(modules, count);
count 511 ext/mcrypt/mcrypt.c modules = mcrypt_list_modes(MCG(modes_dir), &count);
count 512 ext/mcrypt/mcrypt.c if (count == 0) {
count 515 ext/mcrypt/mcrypt.c for (i = 0; i < count; i++) {
count 520 ext/mcrypt/mcrypt.c mcrypt_free_p (modules, count);
count 746 ext/mcrypt/mcrypt.c int i, count = 0;
count 752 ext/mcrypt/mcrypt.c key_sizes = mcrypt_enc_get_supported_key_sizes(pm->td, &count);
count 754 ext/mcrypt/mcrypt.c for (i = 0; i < count; i++) {
count 971 ext/mcrypt/mcrypt.c int i, count = 0;
count 977 ext/mcrypt/mcrypt.c key_sizes = mcrypt_module_get_algo_supported_key_sizes(module, dir, &count);
count 979 ext/mcrypt/mcrypt.c for (i = 0; i < count; i++) {
count 993 ext/mcrypt/mcrypt.c int i, count;
count 1001 ext/mcrypt/mcrypt.c modules = mcrypt_list_algorithms(lib_dir, &count);
count 1003 ext/mcrypt/mcrypt.c if (count == 0) {
count 1006 ext/mcrypt/mcrypt.c for (i = 0; i < count; i++) {
count 1009 ext/mcrypt/mcrypt.c mcrypt_free_p(modules, count);
count 1020 ext/mcrypt/mcrypt.c int i, count;
count 1028 ext/mcrypt/mcrypt.c modules = mcrypt_list_modes(lib_dir, &count);
count 1030 ext/mcrypt/mcrypt.c if (count == 0) {
count 1033 ext/mcrypt/mcrypt.c for (i = 0; i < count; i++) {
count 1036 ext/mcrypt/mcrypt.c mcrypt_free_p(modules, count);
count 1172 ext/mcrypt/mcrypt.c int block_size, max_key_length, use_key_length, i, count, iv_size;
count 1191 ext/mcrypt/mcrypt.c key_length_sizes = mcrypt_enc_get_supported_key_sizes(td, &count);
count 1192 ext/mcrypt/mcrypt.c if (count == 0 && key_length_sizes == NULL) { /* all lengths 1 - k_l_s = OK */
count 1197 ext/mcrypt/mcrypt.c } else if (count == 1) { /* only m_k_l = OK */
count 1204 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 184 ext/openssl/xp_ssl.c didwrite = SSL_write(sslsock->ssl_handle, buf, count);
count 197 ext/openssl/xp_ssl.c didwrite = php_stream_socket_ops.write(stream, buf, count TSRMLS_CC);
count 216 ext/openssl/xp_ssl.c nr_bytes = SSL_read(sslsock->ssl_handle, buf, count);
count 234 ext/openssl/xp_ssl.c nr_bytes = php_stream_socket_ops.read(stream, buf, count TSRMLS_CC);
count 1400 ext/pcre/pcrelib/pcre_compile.c int start_count = *count;
count 1417 ext/pcre/pcrelib/pcre_compile.c *count += 1;
count 1418 ext/pcre/pcrelib/pcre_compile.c if (name == NULL && *count == lorn) return *count;
count 1468 ext/pcre/pcrelib/pcre_compile.c *count += 1;
count 1469 ext/pcre/pcrelib/pcre_compile.c if (name == NULL && *count == lorn) return *count;
count 1476 ext/pcre/pcrelib/pcre_compile.c return *count;
count 1578 ext/pcre/pcrelib/pcre_compile.c int rc = find_parens_sub(&ptr, cd, name, lorn, xmode, utf, count);
count 1585 ext/pcre/pcrelib/pcre_compile.c if (dup_parens && *count < hwm_count) *count = hwm_count;
count 1591 ext/pcre/pcrelib/pcre_compile.c if (*count > hwm_count) hwm_count = *count;
count 1592 ext/pcre/pcrelib/pcre_compile.c *count = start_count;
count 1634 ext/pcre/pcrelib/pcre_compile.c int count = 0;
count 1644 ext/pcre/pcrelib/pcre_compile.c rc = find_parens_sub(&ptr, cd, name, lorn, xmode, utf, &count);
count 244 ext/pcre/php_pcre.c int count = 0;
count 267 ext/pcre/php_pcre.c if (pcre_fullinfo(pce->re, NULL, PCRE_INFO_CAPTURECOUNT, &count) == PCRE_ERROR_BADMAGIC) {
count 569 ext/pcre/php_pcre.c int count = 0; /* Count of matched subpatterns */
count 659 ext/pcre/php_pcre.c count = pcre_exec(pce->re, extra, subject, subject_len, start_offset,
count 666 ext/pcre/php_pcre.c if (count == 0) {
count 668 ext/pcre/php_pcre.c count = size_offsets/3;
count 672 ext/pcre/php_pcre.c if (count > 0) {
count 678 ext/pcre/php_pcre.c if (pcre_get_substring_list(subject, offsets, count, &stringlist) < 0) {
count 689 ext/pcre/php_pcre.c for (i = 0; i < count; i++) {
count 703 ext/pcre/php_pcre.c if (count < num_subpats) {
count 715 ext/pcre/php_pcre.c for (i = 0; i < count; i++) {
count 733 ext/pcre/php_pcre.c for (i = 0; i < count; i++) {
count 751 ext/pcre/php_pcre.c } else if (count == PCRE_ERROR_NOMATCH) {
count 762 ext/pcre/php_pcre.c pcre_handle_exec_error(count TSRMLS_CC);
count 868 ext/pcre/php_pcre.c for (i = 0; i < count; i++) {
count 930 ext/pcre/php_pcre.c if (backref < count) {
count 1009 ext/pcre/php_pcre.c int count = 0; /* Count of matched subpatterns */
count 1091 ext/pcre/php_pcre.c count = pcre_exec(pce->re, extra, subject, subject_len, start_offset,
count 1098 ext/pcre/php_pcre.c if (count == 0) {
count 1100 ext/pcre/php_pcre.c count = size_offsets/3;
count 1105 ext/pcre/php_pcre.c if (count > 0 && (limit == -1 || limit > 0)) {
count 1117 ext/pcre/php_pcre.c offsets, count, &eval_result TSRMLS_CC);
count 1121 ext/pcre/php_pcre.c eval_result_len = preg_do_repl_func(replace_val, subject, offsets, subpat_names, count, &eval_result TSRMLS_CC);
count 1134 ext/pcre/php_pcre.c if (backref < count)
count 1176 ext/pcre/php_pcre.c if (backref < count) {
count 1195 ext/pcre/php_pcre.c } else if (count == PCRE_ERROR_NOMATCH || limit == 0) {
count 1221 ext/pcre/php_pcre.c pcre_handle_exec_error(count TSRMLS_CC);
count 1495 ext/pcre/php_pcre.c int count = 0; /* Count of matched subpatterns */
count 1540 ext/pcre/php_pcre.c count = pcre_exec(pce->re, extra, subject,
count 1548 ext/pcre/php_pcre.c if (count == 0) {
count 1550 ext/pcre/php_pcre.c count = size_offsets/3;
count 1554 ext/pcre/php_pcre.c if (count > 0) {
count 1576 ext/pcre/php_pcre.c for (i = 1; i < count; i++) {
count 1590 ext/pcre/php_pcre.c } else if (count == PCRE_ERROR_NOMATCH) {
count 1604 ext/pcre/php_pcre.c count = pcre_exec(re_bump, extra_bump, subject,
count 1607 ext/pcre/php_pcre.c if (count < 1) {
count 1618 ext/pcre/php_pcre.c pcre_handle_exec_error(count TSRMLS_CC);
count 1771 ext/pcre/php_pcre.c int count = 0; /* Count of matched subpatterns */
count 1812 ext/pcre/php_pcre.c count = pcre_exec(pce->re, extra, Z_STRVAL(subject),
count 1817 ext/pcre/php_pcre.c if (count == 0) {
count 1819 ext/pcre/php_pcre.c count = size_offsets/3;
count 1820 ext/pcre/php_pcre.c } else if (count < 0 && count != PCRE_ERROR_NOMATCH) {
count 1821 ext/pcre/php_pcre.c pcre_handle_exec_error(count TSRMLS_CC);
count 1826 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 123 ext/pdo_pgsql/pgsql_driver.c return lo_write(self->conn, self->lfd, (char*)buf, count);
count 129 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 1413 ext/phar/phar_object.c int count;
count 1827 ext/phar/phar_object.c pass.count = 0;
count 1912 ext/phar/phar_object.c pass.count = 0;
count 5259 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 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 1873 ext/simplexml/simplexml.c *count = 0;
count 1882 ext/simplexml/simplexml.c (*count)++;
count 1909 ext/simplexml/simplexml.c *count = (long) Z_LVAL_P(intern->tmp);
count 1914 ext/simplexml/simplexml.c return php_sxe_count_elements_helper(intern, count TSRMLS_CC);
count 1922 ext/simplexml/simplexml.c long count = 0;
count 1929 ext/simplexml/simplexml.c php_sxe_count_elements_helper(sxe, &count TSRMLS_CC);
count 1931 ext/simplexml/simplexml.c RETURN_LONG(count);
count 2608 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 3602 ext/soap/php_encoding.c int i, count = zend_hash_num_elements(Z_ARRVAL_P(array));
count 3605 ext/soap/php_encoding.c for (i = 0; i < count; i++) {
count 3621 ext/soap/php_encoding.c int i, count, cur_type, prev_type, different;
count 3633 ext/soap/php_encoding.c count = zend_hash_num_elements(ht);
count 3636 ext/soap/php_encoding.c for (i = 0;i < count;i++) {
count 3687 ext/soap/php_encoding.c if (different || count == 0) {
count 1374 ext/spl/spl_array.c *count = 0;
count 1382 ext/spl/spl_array.c *count = 0;
count 1385 ext/spl/spl_array.c (*count)++;
count 1390 ext/spl/spl_array.c *count = zend_hash_num_elements(aht);
count 1407 ext/spl/spl_array.c *count = (long) Z_LVAL_P(intern->retval);
count 1410 ext/spl/spl_array.c *count = 0;
count 1413 ext/spl/spl_array.c return spl_array_object_count_elements_helper(intern, count TSRMLS_CC);
count 1421 ext/spl/spl_array.c long count;
count 1428 ext/spl/spl_array.c spl_array_object_count_elements_helper(intern, &count TSRMLS_CC);
count 1430 ext/spl/spl_array.c RETURN_LONG(count);
count 1869 ext/spl/spl_array.c SPL_ME(Array, count, arginfo_array_void, ZEND_ACC_PUBLIC)
count 1896 ext/spl/spl_array.c SPL_ME(Array, count, arginfo_array_void, ZEND_ACC_PUBLIC)
count 2044 ext/spl/spl_directory.c SPL_ME(GlobIterator, count, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
count 81 ext/spl/spl_dllist.c int count;
count 131 ext/spl/spl_dllist.c llist->count = 0;
count 141 ext/spl/spl_dllist.c return (long)llist->count;
count 204 ext/spl/spl_dllist.c llist->count++;
count 228 ext/spl/spl_dllist.c llist->count++;
count 252 ext/spl/spl_dllist.c llist->count--;
count 307 ext/spl/spl_dllist.c llist->count--;
count 349 ext/spl/spl_dllist.c while(intern->llist->count > 0) {
count 496 ext/spl/spl_dllist.c *count = (long) Z_LVAL_P(intern->retval);
count 499 ext/spl/spl_dllist.c *count = 0;
count 503 ext/spl/spl_dllist.c *count = spl_ptr_llist_count(intern->llist);
count 695 ext/spl/spl_dllist.c long count;
count 702 ext/spl/spl_dllist.c count = spl_ptr_llist_count(intern->llist);
count 703 ext/spl/spl_dllist.c RETURN_LONG(count);
count 711 ext/spl/spl_dllist.c long count;
count 717 ext/spl/spl_dllist.c spl_dllist_object_count_elements(getThis(), &count TSRMLS_CC);
count 718 ext/spl/spl_dllist.c RETURN_BOOL(count==0);
count 778 ext/spl/spl_dllist.c RETURN_BOOL(index >= 0 && index < intern->llist->count);
count 797 ext/spl/spl_dllist.c if (index < 0 || index >= intern->llist->count) {
count 837 ext/spl/spl_dllist.c if (index < 0 || index >= intern->llist->count) {
count 886 ext/spl/spl_dllist.c if (index < 0 || index >= intern->llist->count) {
count 913 ext/spl/spl_dllist.c llist->count--;
count 947 ext/spl/spl_dllist.c *traverse_position_ptr = llist->count-1;
count 1253 ext/spl/spl_dllist.c if (index < 0 || index > intern->llist->count) {
count 1259 ext/spl/spl_dllist.c if (index == intern->llist->count) {
count 1283 ext/spl/spl_dllist.c intern->llist->count++;
count 1373 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 267 ext/spl/spl_heap.c if (heap->count == 0) {
count 277 ext/spl/spl_heap.c const int limit = (heap->count-1)/2;
count 281 ext/spl/spl_heap.c if (heap->count == 0) {
count 286 ext/spl/spl_heap.c bottom = heap->elements[--heap->count];
count 292 ext/spl/spl_heap.c if(j != heap->count && heap->cmp(heap->elements[j+1], heap->elements[j], cmp_userdata TSRMLS_CC) > 0) {
count 324 ext/spl/spl_heap.c heap->count = from->count;
count 330 ext/spl/spl_heap.c for (i=0; i < heap->count; ++i) {
count 341 ext/spl/spl_heap.c for (i=0; i < heap->count; ++i) {
count 351 ext/spl/spl_heap.c return heap->count;
count 365 ext/spl/spl_heap.c for (i = 0; i < intern->heap->count; ++i) {
count 409 ext/spl/spl_heap.c for (i = 0; i < intern->heap->count; ++i) {
count 509 ext/spl/spl_heap.c *count = (long) Z_LVAL_P(intern->retval);
count 512 ext/spl/spl_heap.c *count = 0;
count 516 ext/spl/spl_heap.c *count = spl_ptr_heap_count(intern->heap);
count 557 ext/spl/spl_heap.c for (i = 0; i < intern->heap->count; ++i) {
count 587 ext/spl/spl_heap.c long count;
count 594 ext/spl/spl_heap.c count = spl_ptr_heap_count(intern->heap);
count 595 ext/spl/spl_heap.c RETURN_LONG(count);
count 909 ext/spl/spl_heap.c return (iterator->object->heap->count != 0 ? SUCCESS : FAILURE);
count 923 ext/spl/spl_heap.c if (iterator->object->heap->count == 0 || !*element) {
count 941 ext/spl/spl_heap.c if (iterator->object->heap->count == 0 || !*element) {
count 956 ext/spl/spl_heap.c ZVAL_LONG(key, iterator->object->heap->count - 1);
count 991 ext/spl/spl_heap.c RETURN_LONG(intern->heap->count - 1);
count 1022 ext/spl/spl_heap.c RETURN_BOOL(intern->heap->count != 0);
count 1048 ext/spl/spl_heap.c if (!intern->heap->count || !element) {
count 1067 ext/spl/spl_heap.c if (!intern->heap->count || !*element) {
count 1185 ext/spl/spl_heap.c SPL_ME(SplHeap, count, arginfo_splheap_void, ZEND_ACC_PUBLIC)
count 1200 ext/spl/spl_heap.c SPL_ME(SplHeap, count, arginfo_splheap_void, ZEND_ACC_PUBLIC)
count 1390 ext/spl/spl_iterators.c intern->u.limit.count = -1; /* get all */
count 1391 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 1400 ext/spl/spl_iterators.c if (intern->u.limit.count < 0 && intern->u.limit.count != -1) {
count 1969 ext/spl/spl_iterators.c int subject_len, use_copy, count = 0, result_len;
count 2001 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 2002 ext/spl/spl_iterators.c RETVAL_BOOL(count >= 0);
count 2015 ext/spl/spl_iterators.c count = zend_hash_num_elements(Z_ARRVAL_P(intern->current.data));
count 2016 ext/spl/spl_iterators.c RETVAL_BOOL(count > 0);
count 2027 ext/spl/spl_iterators.c count = zend_hash_num_elements(Z_ARRVAL_P(intern->current.data));
count 2028 ext/spl/spl_iterators.c RETVAL_BOOL(count > 1);
count 2039 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 2054 ext/spl/spl_iterators.c RETVAL_BOOL(count > 0);
count 2413 ext/spl/spl_iterators.c if (intern->u.limit.count != -1 && intern->current.pos >= intern->u.limit.offset + intern->u.limit.count) {
count 2429 ext/spl/spl_iterators.c if (pos >= intern->u.limit.offset + intern->u.limit.count && intern->u.limit.count != -1) {
count 2430 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 2487 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 2499 ext/spl/spl_iterators.c if (intern->u.limit.count == -1 || intern->current.pos < intern->u.limit.offset + intern->u.limit.count) {
count 2984 ext/spl/spl_iterators.c SPL_ME(CachingIterator, count, arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
count 3547 ext/spl/spl_iterators.c long count = 0;
count 3553 ext/spl/spl_iterators.c if (spl_iterator_apply(obj, spl_iterator_count_apply, (void*)&count TSRMLS_CC) == SUCCESS) {
count 3554 ext/spl/spl_iterators.c RETURN_LONG(count);
count 3562 ext/spl/spl_iterators.c long count;
count 3573 ext/spl/spl_iterators.c apply_info->count++;
count 3596 ext/spl/spl_iterators.c apply_info.count = 0;
count 3599 ext/spl/spl_iterators.c RETVAL_LONG(apply_info.count);
count 3613 ext/spl/spl_iterators.c SPL_ABSTRACT_ME(Countable, count, arginfo_recursive_it_void)
count 143 ext/spl/spl_iterators.h long count;
count 810 ext/spl/spl_observer.c long count;
count 836 ext/spl/spl_observer.c count = Z_LVAL_P(pcount);
count 838 ext/spl/spl_observer.c while(count-- > 0) {
count 969 ext/spl/spl_observer.c SPL_ME(SplObjectStorage, count, arginfo_splobject_void,0)
count 1293 ext/spl/spl_observer.c SPL_MA(MultipleIterator, countIterators, SplObjectStorage, count, arginfo_splobject_void, 0)
count 7328 ext/sqlite3/libsqlite/sqlite3.c unsigned int count; /* Number of entries in this table */
count 7331 ext/sqlite3/libsqlite/sqlite3.c int count; /* Number of entries with this hash */
count 13070 ext/sqlite3/libsqlite/sqlite3.c pSchema->tblHash.count
count 13071 ext/sqlite3/libsqlite/sqlite3.c + pSchema->trigHash.count
count 13072 ext/sqlite3/libsqlite/sqlite3.c + pSchema->idxHash.count
count 13073 ext/sqlite3/libsqlite/sqlite3.c + pSchema->fkeyHash.count
count 21726 ext/sqlite3/libsqlite/sqlite3.c pNew->count = 0;
count 21749 ext/sqlite3/libsqlite/sqlite3.c pH->count = 0;
count 21776 ext/sqlite3/libsqlite/sqlite3.c pHead = pEntry->count ? pEntry->chain : 0;
count 21777 ext/sqlite3/libsqlite/sqlite3.c pEntry->count++;
count 21846 ext/sqlite3/libsqlite/sqlite3.c int count; /* Number of elements left to test */
count 21851 ext/sqlite3/libsqlite/sqlite3.c count = pEntry->count;
count 21854 ext/sqlite3/libsqlite/sqlite3.c count = pH->count;
count 21856 ext/sqlite3/libsqlite/sqlite3.c while( count-- && ALWAYS(elem) ){
count 21887 ext/sqlite3/libsqlite/sqlite3.c pEntry->count--;
count 21888 ext/sqlite3/libsqlite/sqlite3.c assert( pEntry->count>=0 );
count 21891 ext/sqlite3/libsqlite/sqlite3.c pH->count--;
count 21892 ext/sqlite3/libsqlite/sqlite3.c if( pH->count<=0 ){
count 21894 ext/sqlite3/libsqlite/sqlite3.c assert( pH->count==0 );
count 21964 ext/sqlite3/libsqlite/sqlite3.c pH->count++;
count 21965 ext/sqlite3/libsqlite/sqlite3.c if( pH->count>=10 && pH->count > 2*pH->htsize ){
count 21966 ext/sqlite3/libsqlite/sqlite3.c if( rehash(pH, pH->count*2) ){
count 81964 ext/sqlite3/libsqlite/sqlite3.c int count = (pParse->nested==0); /* True to count changes */
count 81965 ext/sqlite3/libsqlite/sqlite3.c sqlite3GenerateRowDelete(pParse, pTab, iCur, iRowid, count, pTrigger, OE_Default);
count 82102 ext/sqlite3/libsqlite/sqlite3.c sqlite3VdbeAddOp2(v, OP_Delete, iCur, (count?OPFLAG_NCHANGE:0));
count 82103 ext/sqlite3/libsqlite/sqlite3.c if( count ){
count 83786 ext/sqlite3/libsqlite/sqlite3.c AGGREGATE(count, 1, 0, 0, countStep, countFinalize ),
count 108826 ext/sqlite3/libsqlite/sqlite3.c assert( count>=0 );
count 108827 ext/sqlite3/libsqlite/sqlite3.c if( count < NDELAY ){
count 108828 ext/sqlite3/libsqlite/sqlite3.c delay = delays[count];
count 108829 ext/sqlite3/libsqlite/sqlite3.c prior = totals[count];
count 108832 ext/sqlite3/libsqlite/sqlite3.c prior = totals[NDELAY-1] + delay*(count-(NDELAY-1));
count 108843 ext/sqlite3/libsqlite/sqlite3.c if( (count+1)*1000 > timeout ){
count 111720 ext/sqlite3/libsqlite/sqlite3.c int count; /* Number of entries in this table */
count 111724 ext/sqlite3/libsqlite/sqlite3.c int count; /* Number of entries with this hash */
count 111795 ext/sqlite3/libsqlite/sqlite3.c #define fts3HashCount(H) ((H)->count)
count 117937 ext/sqlite3/libsqlite/sqlite3.c pNew->count = 0;
count 117963 ext/sqlite3/libsqlite/sqlite3.c pH->count = 0;
count 118057 ext/sqlite3/libsqlite/sqlite3.c pEntry->count++;
count 118099 ext/sqlite3/libsqlite/sqlite3.c int count; /* Number of elements left to test */
count 118105 ext/sqlite3/libsqlite/sqlite3.c count = pEntry->count;
count 118107 ext/sqlite3/libsqlite/sqlite3.c while( count-- && elem ){
count 118138 ext/sqlite3/libsqlite/sqlite3.c pEntry->count--;
count 118139 ext/sqlite3/libsqlite/sqlite3.c if( pEntry->count<=0 ){
count 118146 ext/sqlite3/libsqlite/sqlite3.c pH->count--;
count 118147 ext/sqlite3/libsqlite/sqlite3.c if( pH->count<=0 ){
count 118149 ext/sqlite3/libsqlite/sqlite3.c assert( pH->count==0 );
count 118227 ext/sqlite3/libsqlite/sqlite3.c || (pH->count>=pH->htsize && fts3Rehash(pH, pH->htsize*2))
count 118229 ext/sqlite3/libsqlite/sqlite3.c pH->count = 0;
count 118246 ext/sqlite3/libsqlite/sqlite3.c pH->count++;
count 1090 ext/sqlite3/sqlite3.c if (sqlite3_stream->position + count >= sqlite3_stream->size) {
count 1091 ext/sqlite3/sqlite3.c count = sqlite3_stream->size - sqlite3_stream->position;
count 1094 ext/sqlite3/sqlite3.c if (count) {
count 1095 ext/sqlite3/sqlite3.c if (sqlite3_blob_read(sqlite3_stream->blob, buf, count, sqlite3_stream->position) != SQLITE_OK) {
count 1098 ext/sqlite3/sqlite3.c sqlite3_stream->position += count;
count 1100 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 4204 ext/standard/basic_functions.c unsigned int i, count = 0;
count 4211 ext/standard/basic_functions.c count++;
count 4215 ext/standard/basic_functions.c paras = safe_emalloc(sizeof(opt_struct), count, 0);
count 4216 ext/standard/basic_functions.c memset(paras, 0, sizeof(opt_struct) * count);
count 4234 ext/standard/basic_functions.c return count;
count 4306 ext/standard/basic_functions.c int count;
count 4309 ext/standard/basic_functions.c count = zend_hash_num_elements(Z_ARRVAL_P(p_longopts));
count 4313 ext/standard/basic_functions.c opts = (opt_struct *) erealloc(opts, sizeof(opt_struct) * (len + count + 1));
count 4317 ext/standard/basic_functions.c memset(opts, 0, count * sizeof(opt_struct));
count 457 ext/standard/crypt_blowfish.c } while (--count);
count 670 ext/standard/crypt_blowfish.c BF_word count;
count 691 ext/standard/crypt_blowfish.c count = (BF_word)1 << ((setting[4] - '0') * 10 + (setting[5] - '0'));
count 692 ext/standard/crypt_blowfish.c if (count < min || BF_decode(data.binary.salt, &setting[7], 16)) {
count 756 ext/standard/crypt_blowfish.c } while (--count);
count 762 ext/standard/crypt_blowfish.c count = 64;
count 765 ext/standard/crypt_blowfish.c } while (--count);
count 886 ext/standard/crypt_blowfish.c (count && (count < 4 || count > 31)) ||
count 894 ext/standard/crypt_blowfish.c if (!count) count = 5;
count 900 ext/standard/crypt_blowfish.c output[4] = '0' + count / 10;
count 901 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 931 ext/standard/dns.c int count, qdc;
count 989 ext/standard/dns.c count = ntohs((unsigned short)hp->ancount);
count 990 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 1867 ext/standard/file.c int count, i = 0, ret;
count 1872 ext/standard/file.c count = zend_hash_num_elements(Z_ARRVAL_P(fields));
count 1912 ext/standard/file.c if (++i != count) {
count 617 ext/standard/ftp_fopen_wrapper.c if (count != sizeof(php_stream_dirent)) {
count 440 ext/standard/html_tables/html_table_gen.php if (count($el) == 3) {
count 447 ext/standard/html_tables/html_table_gen.php if (count($el) == 3)
count 474 ext/standard/html_tables/html_table_gen.php echo "\t{ {", sprintf("%02d", count($v) - 1),
count 478 ext/standard/html_tables/html_table_gen.php echo "\t{ {", sprintf("%02d", count($v)),
count 737 ext/standard/html_tables/html_table_gen.php $numelems = max(pow(2, ceil(log(1.5*count($origdp))/log(2))),16);
count 182 ext/standard/image.c for (loop = pos; loop < pos + count; loop++)
count 185 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 3702 ext/standard/string.c int count = 0;
count 3716 ext/standard/string.c count++;
count 3718 ext/standard/string.c if (count == 0) {
count 3732 ext/standard/string.c new_str = safe_emalloc(count, str_len - needle_len, length + 1);
count 3953 ext/standard/string.c int count = 0;
count 3983 ext/standard/string.c php_str_replace_in_subject(*search, *replace, subject_entry, result, case_sensitivity, (argc > 3) ? &count : NULL);
count 4004 ext/standard/string.c php_str_replace_in_subject(*search, *replace, subject, return_value, case_sensitivity, (argc > 3) ? &count : NULL);
count 4008 ext/standard/string.c ZVAL_LONG(*zcount, count);
count 5146 ext/standard/string.c int count = 0;
count 5190 ext/standard/string.c count++;
count 5196 ext/standard/string.c count++;
count 5200 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 616 main/SAPI.c --l->count;
count 1920 main/main.c zend_module_entry **end = ptr + count;
count 1942 main/main.c while (count--) {
count 575 main/output.c int i, count = php_output_get_level(TSRMLS_C);
count 577 main/output.c if (count) {
count 580 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 694 main/rfc1867.c long count = 0;
count 865 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 884 main/rfc1867.c if (count == PG(max_input_vars) + 1) {
count 149 main/spprintf.c if ((count) > 0) { \
count 151 main/spprintf.c smart_str_alloc(xbuf, (count), 0); \
count 152 main/spprintf.c memset(xbuf->c + xbuf->len, ch, (count)); \
count 153 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 90 main/streams/memory.c if (ms->fpos + count >= ms->fsize) {
count 91 main/streams/memory.c count = ms->fsize - ms->fpos;
count 94 main/streams/memory.c if (count) {
count 97 main/streams/memory.c memcpy(buf, ms->data+ms->fpos, count);
count 98 main/streams/memory.c ms->fpos += count;
count 100 main/streams/memory.c return count;
count 371 main/streams/memory.c if (memsize + count >= ts->smax) {
count 379 main/streams/memory.c return php_stream_write(ts->innerstream, buf, count);
count 396 main/streams/memory.c got = php_stream_read(ts->innerstream, buf, count);
count 327 main/streams/plain_wrapper.c int bytes_written = write(data->fd, buf, count);
count 339 main/streams/plain_wrapper.c return fwrite(buf, 1, count, data->file);
count 351 main/streams/plain_wrapper.c ret = read(data->fd, buf, count);
count 357 main/streams/plain_wrapper.c ret = read(data->fd, buf, count);
count 369 main/streams/plain_wrapper.c ret = fread(buf, 1, count, data->file);
count 825 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 1124 main/streams/streams.c while (count > 0) {
count 1125 main/streams/streams.c towrite = count;
count 1134 main/streams/streams.c count -= justwrote;
count 1165 main/streams/streams.c bucket = php_stream_bucket_new(stream, (char *)buf, count, 0, 0 TSRMLS_CC);
count 1233 main/streams/streams.c if (buf == NULL || count == 0 || stream->ops->write == NULL) {
count 1238 main/streams/streams.c return _php_stream_write_filtered(stream, buf, count, PSFS_FLAG_NORMAL TSRMLS_CC);
count 1240 main/streams/streams.c return _php_stream_write_buffer(stream, buf, count TSRMLS_CC);
count 1246 main/streams/streams.c size_t count;
count 1251 main/streams/streams.c count = vspprintf(&buf, 0, fmt, ap);
count 1258 main/streams/streams.c count = php_stream_write(stream, buf, count);
count 1261 main/streams/streams.c return count;
count 636 main/streams/userspace.c ZVAL_STRINGL(zbufptr, (char*)buf, count, 1);;
count 657 main/streams/userspace.c if (didwrite > count) {
count 660 main/streams/userspace.c (long)(didwrite - count), (long)didwrite, (long)count);
count 661 main/streams/userspace.c didwrite = count;
count 685 main/streams/userspace.c ZVAL_LONG(zcount, count);
count 698 main/streams/userspace.c if (didread > count) {
count 700 main/streams/userspace.c us->wrapper->classname, (long)(didread - count), (long)didread, (long)count);
count 701 main/streams/userspace.c didread = count;
count 1515 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 496 run-tests.php $argc = count($argv);
count 791 run-tests.php $test_cnt = count($test_files);
count 848 run-tests.php $exts_tested = count($exts_to_test);
count 942 run-tests.php $test_cnt = count($test_files);
count 953 run-tests.php if (0 == count($test_results)) {
count 1273 run-tests.php if (@count($section_text['REDIRECTTEST']) == 1) {
count 1284 run-tests.php if (@count($section_text['FILE']) + @count($section_text['FILEEOF']) + @count($section_text['FILE_EXTERNAL']) != 1) {
count 1289 run-tests.php if (@count($section_text['FILEEOF']) == 1) {
count 1294 run-tests.php if (@count($section_text['FILE_EXTERNAL']) == 1) {
count 1307 run-tests.php if ((@count($section_text['EXPECT']) + @count($section_text['EXPECTF']) + @count($section_text['EXPECTREGEX'])) != 1) {
count 1563 run-tests.php if (@count($section_text['REDIRECTTEST']) == 1) {
count 1571 run-tests.php if (count($IN_REDIRECT['TESTS']) == 1) {
count 1583 run-tests.php $test_cnt += @count($test_files) - 1;
count 1617 run-tests.php if (is_array($org_file) || @count($section_text['REDIRECTTEST']) == 1) {
count 2187 run-tests.php $idx1 = 0; $ofs1 = 0; $cnt1 = @count($ar1);
count 2188 run-tests.php $idx2 = 0; $ofs2 = 0; $cnt2 = @count($ar2);
count 2326 run-tests.php $n_total = count($test_results);
count 2410 run-tests.php if (count($PHP_FAILED_TESTS['XFAILED'])) {
count 2422 run-tests.php if (count($PHP_FAILED_TESTS['BORKED'])) {
count 2435 run-tests.php if (count($PHP_FAILED_TESTS['FAILED'])) {
count 2446 run-tests.php if (count($PHP_FAILED_TESTS['WARNED'])) {
count 2459 run-tests.php if (count($PHP_FAILED_TESTS['LEAKED'])) {
count 775 sapi/cgi/fastcgi.c ret = write(req->fd, ((char*)buf)+n, count-n);
count 777 sapi/cgi/fastcgi.c ret = send(req->fd, ((char*)buf)+n, count-n, 0);
count 783 sapi/cgi/fastcgi.c ret = write(req->fd, ((char*)buf)+n, count-n);
count 790 sapi/cgi/fastcgi.c } while (n != count);
count 803 sapi/cgi/fastcgi.c ret = read(req->fd, ((char*)buf)+n, count-n);
count 805 sapi/cgi/fastcgi.c ret = recv(req->fd, ((char*)buf)+n, count-n, 0);
count 811 sapi/cgi/fastcgi.c ret = read(req->fd, ((char*)buf)+n, count-n);
count 820 sapi/cgi/fastcgi.c } while (n != count);
count 308 sapi/fpm/fpm/fastcgi.c ret = write(req->fd, ((char*)buf)+n, count-n);
count 310 sapi/fpm/fpm/fastcgi.c ret = send(req->fd, ((char*)buf)+n, count-n, 0);
count 316 sapi/fpm/fpm/fastcgi.c ret = write(req->fd, ((char*)buf)+n, count-n);
count 323 sapi/fpm/fpm/fastcgi.c } while (n != count);
count 336 sapi/fpm/fpm/fastcgi.c ret = read(req->fd, ((char*)buf)+n, count-n);
count 338 sapi/fpm/fpm/fastcgi.c ret = recv(req->fd, ((char*)buf)+n, count-n, 0);
count 344 sapi/fpm/fpm/fastcgi.c ret = read(req->fd, ((char*)buf)+n, count-n);
count 353 sapi/fpm/fpm/fastcgi.c } while (n != count);
count 232 sapi/litespeed/lsapilib.c int n = count;
count 365 sapi/litespeed/lsapilib.c if ( count > 8192 ) {
count 368 sapi/litespeed/lsapilib.c pEnvEnd = pEnvList + count;
count 1164 sapi/litespeed/lsapilib.c int count = 0;
count 1175 sapi/litespeed/lsapilib.c ++count;
count 1201 sapi/litespeed/lsapilib.c return count + pReq->m_pHeader->m_cntUnknownHeaders;
count 1213 sapi/litespeed/lsapilib.c int count = 0;
count 1224 sapi/litespeed/lsapilib.c ++count;
count 1270 sapi/litespeed/lsapilib.c return count + pReq->m_pHeader->m_cntUnknownHeaders;
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);