Searched refs:headersize (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dwrbmp.c170 INT32 headersize, bfSize; local
190 headersize = 14 + 40 + cmap_entries * 4; /* Header and colormap */
191 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height;
202 PUT_4B(bmpfileheader, 10, headersize); /* bfOffBits */
235 INT32 headersize, bfSize; local
255 headersize = 14 + 12 + cmap_entries * 3; /* Header and colormap */
256 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height;
267 PUT_4B(bmpfileheader, 10, headersize); /* bfOffBits */
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dhttp.c1025 size_t headersize; local
1037 headersize = size - included_body_bytes; /* the initial part that isn't body
1042 res = Curl_convert_to_network(conn->data, ptr, headersize);
1082 size_t headlen = (size_t)amount>headersize?headersize:(size_t)amount;
2684 if(k->hbuflen + length >= data->state.headersize) {
2699 newsize=CURLMAX((k->hbuflen+ length)*3/2, data->state.headersize*2);
2706 data->state.headersize=newsize;
H A Deasy.c564 outcurl->state.headersize = HEADERSIZE;
H A Durldata.h1172 size_t headersize; /* size of the allocation */ member in struct:UrlState
H A Durl.c607 data->state.headersize=HEADERSIZE;
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Decdb.c244 unsigned int headersize; local
247 headersize =
250 isc_mem_put(mctx, header, headersize);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducol_elm.cpp1187 | (((uprv_uca_addExpansion(expansions, element->CEs[0], status)+(headersize>>2))<<4)
1236 expansion |= ((uprv_uca_addExpansion(expansions, element->mapCE, status)+(headersize>>2))<<4);
1238 expansion |= ((uprv_uca_addExpansion(expansions, element->CEs[0], status)+(headersize>>2))<<4);
1445 uint32_t beforeContractions = (uint32_t)((headersize+paddedsize(expansions->position*sizeof(uint32_t)))/sizeof(UChar));
1469 uint32_t toAllocate =(uint32_t)(headersize+
1730 | (((uprv_uca_addExpansion(expansions, element->CEs[0], status)+(headersize>>2))<<4)
H A Ducol_imp.h321 #define headersize (paddedsize(sizeof(UCATableHeader))+paddedsize(sizeof(UColOptionSet))) macro
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/ico/
H A Dico0.tcl1066 binary scan [read $fh 24] x6sx12s sections headersize
1067 seek $fh $headersize current
H A Dico.tcl1305 binary scan [read $fh 24] x6sx12s sections headersize
1306 seek $fh $headersize current
/macosx-10.9.5/vim-53/src/
H A Dos_win32.c4771 int headersize; local
4795 headersize = (int)((char *)&sid.cStreamName - (char *)&sid.dwStreamId);
4796 if (!BackupRead(sh, (LPBYTE)&sid, headersize,

Completed in 311 milliseconds