Searched refs:readsize (Results 1 - 9 of 9) sorted by path

/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/xs/
H A Dppport.h7091 STRLEN readsize = 1; local
7107 for (; pv < end && (!max || wrote < max) ; pv += readsize) {
7110 isuni ? utf8_to_uvchr((U8*)pv, &readsize) :
7145 pv < end && isDIGIT((U8)*(pv+readsize))
/macosx-10.10.1/apache-793/httpd/modules/cache/
H A Dmod_cache_disk.c1134 dobj->offset = dconf->readsize;
1379 dconf->readsize = DEFAULT_READSIZE;
1394 new->readsize = (add->readsize_set == 0) ? base->readsize : add->readsize;
1498 if (apr_strtoff(&dconf->readsize, arg, NULL, 10) != APR_SUCCESS ||
1499 dconf->readsize < 0)
H A Dmod_cache_disk.h82 apr_off_t readsize; /* maximum data to attempt to cache in one go */ member in struct:__anon5863
H A Dmod_cache_socache.c114 apr_off_t readsize; /* maximum data to attempt to cache in one go */ member in struct:cache_socache_dir_conf
948 sobj->offset = dconf->readsize;
1205 dconf->readsize = DEFAULT_READSIZE;
1225 new->readsize = (add->readsize_set == 0) ? base->readsize : add->readsize;
1332 if (apr_strtoff(&dconf->readsize, arg, NULL, 10) != APR_SUCCESS
1333 || dconf->readsize < 0) {
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcoffgen.c152 bfd_size_type readsize; /* Length of file_info. */ local
186 readsize = (bfd_size_type) nscns * scnhsz;
187 external_sections = bfd_alloc (abfd, readsize);
191 if (bfd_bread ((void *) external_sections, readsize, abfd) != readsize)
/macosx-10.10.1/objc4-646/
H A Dmarkgc.c423 ssize_t readsize = read(fd, FileBase, FileSize); local
424 if ((readsize == -1) || ((size_t)readsize != FileSize)) {
425 printf("read %ld bytes, wanted %ld\n", (size_t)readsize, FileSize);
/macosx-10.10.1/text_cmds-88/sort/
H A Dsort.c993 size_t readsize = (avail - 1) / (line_bytes + 1); local
994 size_t bytes_read = fread (ptr, 1, readsize, fp);
999 if (bytes_read != readsize)
/macosx-10.10.1/xar-254/xar/lib/
H A Dio.c257 int64_t readsize=0, writesize=0, inc = 0, this_write=0; local
284 readsize+=r;
324 if( readsize == 0 ) {
406 asprintf(&tmpstr, "%"PRIu64, readsize);
/macosx-10.10.1/xnu-2782.1.97/SETUP/replacecontents/
H A Dreplacecontents.c49 ssize_t readsize, writesize; local
98 readsize = read(dstfd, oldcontent, newcontentlength);
99 if (readsize == -1)
101 else if (readsize != newcontentlength)

Completed in 281 milliseconds