Searched refs:h1 (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dcssp.c266 STREAM out, h1, h2; local
279 h1 = ber_wrap_hdr_data(BER_TAG_CTXT_SPECIFIC | BER_TAG_CONSTRUCTED | 0, h2);
280 s_realloc(&message, s_length(&message) + s_length(h1));
281 out_uint8p(&message, h1->data, s_length(h1));
284 s_free(h1);
293 h1 = ber_wrap_hdr_data(BER_TAG_CTXT_SPECIFIC | BER_TAG_CONSTRUCTED | 1, h2);
294 s_realloc(&message, s_length(&message) + s_length(h1));
295 out_uint8p(&message, h1->data, s_length(h1));
331 STREAM h1, h2; local
426 STREAM out, h1, h2; local
500 STREAM h1, h2, h3; local
564 STREAM h1, h2, h3, h4, h5; local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DVBoxUtils-darwin-cocoa.mm293 int h1 = h - NSHeight(windowFrame);
295 windowFrame.origin.y -= h1;
311 int h1 = h - NSHeight(windowFrame);
313 windowFrame.origin.y -= h1;
338 int h1 = h + toolbarHeight;
339 int h2 = h1 - NSHeight(windowFrame);
340 windowFrame.size.height = h1;
660 double h1 = testSize.height / newSize.height;
662 && w1 > h1)
666 }else if (h1 >
[all...]
/vbox/src/VBox/ValidationKit/testmanager/htdocs/css/
H A Dcommon.css58 h1, h2, h3 {
64 h1 {
752 #debug, #debug h1, #debug h2, #debug h3,
753 #debug2, #debug2 h1, #debug2 h2, #debug2 h3 {
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dlibteac.c216 static int hostnameCompare(const void* h1, const void* h2) argument
218 return strcmp(((host_t*)h1)->name, ((host_t*)h2)->name);
221 static int hostnameLookup(const void* h1, const void* h2) argument
223 return strcmp((const char*)h1, ((host_t*)h2)->name);
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dniclist.pl496 <h1>Network cards supported by iPXE</h1>

Completed in 149 milliseconds