Searched refs:footer (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/network/libnetservices/
H A DGopherRequest.cpp715 // emit footer
716 BString footer = local
723 status_t error = fOutput->WriteExactly(footer.String(),
724 footer.Length(), &written);
731 fPosition += footer.Length();
H A DHttpRequest.cpp1163 BString footer = fOptPostFields->GetMultipartFooter(); local
1164 fSocket->Write(footer.String(), footer.Length());
/haiku/src/add-ons/translators/tga/
H A DTGATranslator.cpp1121 // Writes the TGA footer. This information is contant in this
1140 uint8 footer[kfootersize]; local
1142 memset(footer, 0, 8);
1146 memcpy(footer + 8, "TRUEVISION-XFILE.", 18);
1150 written = outDestination->Write(footer, kfootersize);

Completed in 41 milliseconds