Searched refs:real_size (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/docs/examples/
H A Dxmlstream.c92 size_t real_size = length * nmemb; local
96 if (state->ok && XML_Parse(parser, contents, real_size, 0) == 0) {
99 real_size, error_code, XML_ErrorString(error_code));
103 return real_size;
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dbfdwin.c146 size_t real_size; local
168 real_size = offset + size - file_offset;
169 real_size = real_size + pagesize - 1;
170 real_size -= real_size % pagesize;
178 i->data = mmap (i->data, real_size,
197 (long) real_size, i->data, (long) offset2);
198 i->size = real_size;
H A Dvms-misc.c665 int real_size = PRIV (output_size);
670 vms_debug (6, "_bfd_vms_output_flush (real_size = %d, pushed_size %d at lenpos %d)\n",
671 real_size, PRIV (pushed_size), PRIV (length_pos));
675 length = real_size - PRIV (pushed_size);
677 length = real_size;
690 PRIV (output_buf)[real_size++] = 0;
704 fwrite (PRIV (output_buf), (size_t) real_size, 1,
711 PRIV (output_size) = real_size;
658 int real_size = PRIV (output_size); local
/macosx-10.10/vim-55/src/proto/
H A Dos_mac_conv.pro3 int macroman2enc __ARGS((char_u *ptr, long *sizep, long real_size));
/macosx-10.10/vim-55/src/
H A Dos_mac_conv.c175 * "real_size" is the size of the buffer that "ptr" points to.
180 macroman2enc(ptr, sizep, real_size)
183 long real_size;
206 ptr + *sizep, real_size - *sizep, &len))
H A Dfileio.c310 long real_size = 0; local
1281 real_size = (int)size;
1555 to_size = real_size - size;
1637 src = ptr + real_size - size;
1777 if (macroman2enc(ptr, &size, real_size) == FAIL)
1796 dest = ptr + real_size;
1997 size = (long)((ptr + real_size) - dest);
/macosx-10.10/emacs-93/emacs/nt/
H A Daddsection.c184 DWORD real_size = max (section->SizeOfRawData, local
187 && rva < section->VirtualAddress + real_size)
H A Dpreprep.c216 DWORD real_size = max (section->SizeOfRawData, local
219 && rva < section->VirtualAddress + real_size)
/macosx-10.10/emacs-93/emacs/src/
H A Dunexw32.c250 DWORD real_size = max (section->SizeOfRawData, local
253 && rva < section->VirtualAddress + real_size)
H A Dprint.c2039 int real_size = size;
2052 if (size < real_size)
2033 int real_size = size; local

Completed in 113 milliseconds