bytes 1697 ext/dom/document.c int file_len = 0, bytes, format, saveempty = 0; bytes 1722 ext/dom/document.c bytes = xmlSaveFormatFileEnc(file, docp, NULL, format); bytes 1726 ext/dom/document.c if (bytes == -1) { bytes 1729 ext/dom/document.c RETURN_LONG(bytes); bytes 2226 ext/dom/document.c int file_len, bytes, format; bytes 2248 ext/dom/document.c bytes = htmlSaveFileFormat(file, docp, encoding, format); bytes 2250 ext/dom/document.c if (bytes == -1) { bytes 2253 ext/dom/document.c RETURN_LONG(bytes); bytes 1918 ext/dom/node.c int bytes; bytes 1920 ext/dom/node.c bytes = xmlOutputBufferClose(buf); bytes 1922 ext/dom/node.c RETURN_LONG(bytes); bytes 44 ext/gd/libgd/xbm.c int bytes = 0, i; bytes 80 ext/gd/libgd/xbm.c bytes = (width * height / 8) + 1; bytes 81 ext/gd/libgd/xbm.c if (!bytes) { bytes 95 ext/gd/libgd/xbm.c if (!bytes || !max_bit) { bytes 106 ext/gd/libgd/xbm.c for (i = 0; i < bytes; i++) { bytes 935 ext/hash/hash.c int bytes; bytes 944 ext/hash/hash.c bytes = (int)l_bytes; bytes 945 ext/hash/hash.c if (bytes <= 0){ bytes 969 ext/hash/hash.c int times = bytes / block_size; bytes 970 ext/hash/hash.c if (bytes % block_size != 0) times++; bytes 990 ext/hash/hash.c RETVAL_STRINGL(key, bytes, 1); bytes 991 ext/hash/hash.c memset(key, 0, bytes); bytes 1219 ext/hash/hash.c ZEND_ARG_INFO(0, bytes) bytes 3327 ext/imap/php_imap.c if (body->size.bytes) { bytes 3328 ext/imap/php_imap.c add_property_long(return_value, "bytes", body->size.bytes); bytes 3649 ext/imap/php_imap.c bod->size.bytes = Z_LVAL_PP(pvalue); bytes 3762 ext/imap/php_imap.c bod->size.bytes = Z_LVAL_PP(pvalue); bytes 4578 ext/imap/php_imap.c if (body->size.bytes) { bytes 4579 ext/imap/php_imap.c add_property_long(arg, "bytes", body->size.bytes); bytes 282 ext/mbstring/oniguruma/regcomp.c add_bytes(regex_t* reg, UChar* bytes, int len) bytes 284 ext/mbstring/oniguruma/regcomp.c BBUF_ADD(reg, bytes, len); bytes 373 ext/mbstring/oniguruma/regint.h #define BBUF_WRITE(buf,pos,bytes,n) do{\ bytes 376 ext/mbstring/oniguruma/regint.h xmemcpy((buf)->p + (pos), (bytes), (n));\ bytes 387 ext/mbstring/oniguruma/regint.h #define BBUF_ADD(buf,bytes,n) BBUF_WRITE((buf),(buf)->used,(bytes),(n)) bytes 410 ext/mbstring/oniguruma/regint.h #define BBUF_INSERT(buf,pos,bytes,n) do {\ bytes 412 ext/mbstring/oniguruma/regint.h BBUF_WRITE(buf,pos,bytes,n);\ bytes 416 ext/mbstring/oniguruma/regint.h xmemcpy((buf)->p + (pos), (bytes), (n));\ bytes 1298 ext/mbstring/ucgendat/ucgendat.c ac_uint4 bytes; bytes 1355 ext/mbstring/ucgendat/ucgendat.c if ((bytes = sizeof(ac_uint2) * (NUMPROPS + 1)) & 3) bytes 1356 ext/mbstring/ucgendat/ucgendat.c bytes += 4 - (bytes & 3); bytes 1357 ext/mbstring/ucgendat/ucgendat.c nprops = bytes / sizeof(ac_uint2); bytes 1358 ext/mbstring/ucgendat/ucgendat.c bytes += sizeof(ac_uint4) * idx; bytes 1410 ext/mbstring/ucgendat/ucgendat.c fwrite((char *) &bytes, sizeof(ac_uint4), 1, out); bytes 1566 ext/mbstring/ucgendat/ucgendat.c bytes = comps_used * sizeof(_comp_t); bytes 1567 ext/mbstring/ucgendat/ucgendat.c fwrite((char *) &bytes, sizeof(ac_uint4), 1, out); bytes 1644 ext/mbstring/ucgendat/ucgendat.c bytes = 0; bytes 1645 ext/mbstring/ucgendat/ucgendat.c fwrite((char *) &bytes, sizeof(ac_uint4), 1, out); bytes 1672 ext/mbstring/ucgendat/ucgendat.c bytes = (sizeof(ac_uint4) * idx) + bytes 1675 ext/mbstring/ucgendat/ucgendat.c fwrite((char *) &bytes, sizeof(ac_uint4), 1, out); bytes 1737 ext/mbstring/ucgendat/ucgendat.c bytes = 0; bytes 1738 ext/mbstring/ucgendat/ucgendat.c fwrite((char *) &bytes, sizeof(ac_uint4), 1, out); bytes 1765 ext/mbstring/ucgendat/ucgendat.c bytes = (sizeof(ac_uint4) * idx) + bytes 1768 ext/mbstring/ucgendat/ucgendat.c fwrite((char *) &bytes, sizeof(ac_uint4), 1, out); bytes 1820 ext/mbstring/ucgendat/ucgendat.c bytes = ccl_used * sizeof(ac_uint4); bytes 1821 ext/mbstring/ucgendat/ucgendat.c fwrite((char *) &bytes, sizeof(ac_uint4), 1, out); bytes 1885 ext/mbstring/ucgendat/ucgendat.c bytes = (ncodes_used * sizeof(_codeidx_t)) + (nums_used * sizeof(_num_t)); bytes 1895 ext/mbstring/ucgendat/ucgendat.c fwrite((char *) &bytes, sizeof(ac_uint4), 1, out); bytes 3206 ext/pcre/pcrelib/pcre_jit_compile.c static SLJIT_INLINE void add_prefix_byte(pcre_uint8 byte, pcre_uint8 *bytes) bytes 3208 ext/pcre/pcrelib/pcre_jit_compile.c pcre_uint8 len = bytes[0]; bytes 3216 ext/pcre/pcrelib/pcre_jit_compile.c bytes[0] = 1; bytes 3217 ext/pcre/pcrelib/pcre_jit_compile.c bytes[1] = byte; bytes 3222 ext/pcre/pcrelib/pcre_jit_compile.c if (bytes[i] == byte) bytes 3227 ext/pcre/pcrelib/pcre_jit_compile.c bytes[0] = 255; bytes 3232 ext/pcre/pcrelib/pcre_jit_compile.c bytes[len] = byte; bytes 3233 ext/pcre/pcrelib/pcre_jit_compile.c bytes[0] = len; bytes 3236 ext/pcre/pcrelib/pcre_jit_compile.c static int scan_prefix(compiler_common *common, pcre_uchar *cc, pcre_uint32 *chars, pcre_uint8 *bytes, int max_chars, pcre_uint32 *rec_count) bytes 3323 ext/pcre/pcrelib/pcre_jit_compile.c max_chars = scan_prefix(common, cc + len, chars, bytes, max_chars, rec_count); bytes 3346 ext/pcre/pcrelib/pcre_jit_compile.c max_chars = scan_prefix(common, alternative + 1 + LINK_SIZE, chars, bytes, max_chars, rec_count); bytes 3472 ext/pcre/pcrelib/pcre_jit_compile.c bytes[0] = 255; bytes 3478 ext/pcre/pcrelib/pcre_jit_compile.c bytes += MAX_N_BYTES; bytes 3522 ext/pcre/pcrelib/pcre_jit_compile.c add_prefix_byte((pcre_uint8)chr, bytes); bytes 3527 ext/pcre/pcrelib/pcre_jit_compile.c add_prefix_byte((pcre_uint8)*oc, bytes); bytes 3554 ext/pcre/pcrelib/pcre_jit_compile.c bytes += MAX_N_BYTES; bytes 3579 ext/pcre/pcrelib/pcre_jit_compile.c pcre_uint8 bytes[MAX_N_CHARS * MAX_N_BYTES]; bytes 3594 ext/pcre/pcrelib/pcre_jit_compile.c bytes[i * MAX_N_BYTES] = 0; bytes 3598 ext/pcre/pcrelib/pcre_jit_compile.c max = scan_prefix(common, common->start, chars, bytes, MAX_N_CHARS, &rec_count); bytes 3619 ext/pcre/pcrelib/pcre_jit_compile.c if (in_range && (i - from) > range_len && (bytes[(i - 1) * MAX_N_BYTES] <= 4)) bytes 3625 ext/pcre/pcrelib/pcre_jit_compile.c if (i < max && bytes[i * MAX_N_BYTES] < 255) bytes 3646 ext/pcre/pcrelib/pcre_jit_compile.c byte_set = bytes + ((range_right - i) * MAX_N_BYTES); bytes 245 ext/shmop/shmop.c int bytes; bytes 265 ext/shmop/shmop.c bytes = count ? count : shmop->size - start; bytes 267 ext/shmop/shmop.c return_string = emalloc(bytes+1); bytes 268 ext/shmop/shmop.c memcpy(return_string, startaddr, bytes); bytes 269 ext/shmop/shmop.c return_string[bytes] = 0; bytes 271 ext/shmop/shmop.c RETURN_STRINGL(return_string, bytes, 0); bytes 1385 ext/simplexml/simplexml.c int bytes; bytes 1386 ext/simplexml/simplexml.c bytes = xmlSaveFile(filename, (xmlDocPtr) sxe->document->ptr); bytes 1387 ext/simplexml/simplexml.c if (bytes == -1) { bytes 226 ext/standard/crypt_sha256.c uint32_t bytes = ctx->buflen; bytes 231 ext/standard/crypt_sha256.c ctx->total[0] += bytes; bytes 232 ext/standard/crypt_sha256.c if (ctx->total[0] < bytes) { bytes 236 ext/standard/crypt_sha256.c pad = bytes >= 56 ? 64 + 56 - bytes : 56 - bytes; bytes 237 ext/standard/crypt_sha256.c memcpy(&ctx->buffer[bytes], fillbuf, pad); bytes 240 ext/standard/crypt_sha256.c *(uint32_t *) &ctx->buffer[bytes + pad + 4] = SWAP (ctx->total[0] << 3); bytes 241 ext/standard/crypt_sha256.c *(uint32_t *) &ctx->buffer[bytes + pad] = SWAP ((ctx->total[1] << 3) | bytes 245 ext/standard/crypt_sha256.c sha256_process_block(ctx->buffer, bytes + pad + 8, ctx); bytes 253 ext/standard/crypt_sha512.c uint64_t bytes = ctx->buflen; bytes 258 ext/standard/crypt_sha512.c ctx->total[0] += bytes; bytes 259 ext/standard/crypt_sha512.c if (ctx->total[0] < bytes) { bytes 263 ext/standard/crypt_sha512.c pad = bytes >= 112 ? 128 + 112 - (size_t)bytes : 112 - (size_t)bytes; bytes 264 ext/standard/crypt_sha512.c memcpy(&ctx->buffer[bytes], fillbuf, pad); bytes 267 ext/standard/crypt_sha512.c *(uint64_t *) &ctx->buffer[bytes + pad + 8] = SWAP(ctx->total[0] << 3); bytes 268 ext/standard/crypt_sha512.c *(uint64_t *) &ctx->buffer[bytes + pad] = SWAP((ctx->total[1] << 3) | bytes 272 ext/standard/crypt_sha512.c sha512_process_block(ctx->buffer, (size_t)(bytes + pad + 16), ctx); bytes 1092 ext/standard/file.c long bytes = 0; bytes 1100 ext/standard/file.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|ls", &fd, &bytes, &allowed_tags, &allowed_tags_len) == FAILURE) { bytes 1107 ext/standard/file.c if (bytes <= 0) { bytes 1112 ext/standard/file.c len = (size_t) bytes; bytes 612 main/rfc1867.c static int multipart_buffer_read(multipart_buffer *self, char *buf, int bytes, int *end TSRMLS_DC) bytes 618 main/rfc1867.c if (bytes > self->bytes_in_buffer) { bytes 633 main/rfc1867.c len = max < bytes-1 ? max : bytes-1; bytes 48 sapi/webjames/webjames.c int bytes; bytes 49 sapi/webjames/webjames.c bytes = webjames_writebuffer(WG(conn),str,str_length); bytes 50 sapi/webjames/webjames.c if (bytes<0) { bytes 55 sapi/webjames/webjames.c return bytes; bytes 57 sapi/webjames/webjames.c str += bytes; bytes 58 sapi/webjames/webjames.c str_length -= bytes; bytes 59 sapi/webjames/webjames.c totalbytes += bytes; bytes 71 sapi/webjames/webjames.c int bytes; bytes 72 sapi/webjames/webjames.c bytes = webjames_writebuffer(WG(conn), header, len); bytes 73 sapi/webjames/webjames.c if (bytes<0) { bytes 80 sapi/webjames/webjames.c header += bytes; bytes 81 sapi/webjames/webjames.c len -= bytes;