Home
last modified time | relevance | path

Searched refs:main_dest (Results 1 – 5 of 5) sorted by relevance

/dports/www/libwww/w3c-libwww-5.4.2/Library/src/
H A DHTAccess.c1375 if (!src_anchor || !main_dest) { in HTCopyAnchor()
1381 main_dest->source_anchor = HTAnchor_parent(src_anchor); in HTCopyAnchor()
1384 if (!main_dest->source) { in HTCopyAnchor()
1403 main_dest->reload = HT_CACHE_VALIDATE; in HTCopyAnchor()
1404 main_dest->method = method; in HTCopyAnchor()
1405 main_dest->input_format = WWW_SOURCE; in HTCopyAnchor()
1406 HTRequest_addDestination(src_req, main_dest); in HTCopyAnchor()
1407 if (HTLoadAnchor(main_anchor, main_dest) == NO) in HTCopyAnchor()
1423 dest_req = HTRequest_dupInternal(main_dest); in HTCopyAnchor()
1436 src_req = main_dest->source; in HTCopyAnchor()
[all …]
/dports/sysutils/p5-MogileFS-Client/MogileFS-Client-1.17/lib/MogileFS/
H A DClient.pm303 my $main_dest = shift @$dests;
304 my ($main_devid, $main_path) = ($main_dest->[0], $main_dest->[1]);
/dports/graphics/grafx2/grafx2/src/
H A Dmisc.c628 void Scroll_picture(byte * main_src, byte * main_dest, short x_offset,short y_offset) in Scroll_picture() argument
631 byte* dest = main_dest + y_offset * Main.image_width + x_offset; in Scroll_picture()
647 dest = x_offset + main_dest; in Scroll_picture()
H A Dmisc.h43 void Scroll_picture(byte * main_src, byte * main_dest, short x_offset,short y_offset);
/dports/www/libwww/w3c-libwww-5.4.2/Library/User/Patch/
H A Dlib_4.0C_1.fix95 ! if (!src_anchor || !main_dest) {
101 ! if (!main_dest->source) {
138 ! main_dest->GenMask |= HT_G_DATE; /* Send date header */
139 ! main_dest->reload = HT_CACHE_REFRESH;
140 ! main_dest->method = method;
141 ! main_dest->input_format = WWW_SOURCE;
142 ! HTRequest_addDestination(src_req, main_dest);
143 ! if (HTLoadAnchor(main_anchor, main_dest) == NO)
187 ! dest_req = HTRequest_dupInternal(main_dest);
200 ! src_req = main_dest->source;
[all …]