Searched +refs:diff +refs:header (Results 1 - 25 of 174) sorted by relevance

1234567

/macosx-10.10/apache-793/httpd/modules/cache/
H A Dmod_socache_shmcb.c106 SHMCBHeader *header; member in struct:ap_socache_instance_t
113 * The SHMCBHeader header structure stores metadata concerning the
116 * Subcaches is a hash table of header->subcache_num SHMCBSubcache
118 * SHMCBSubcache structure has a fixed size (header->subcache_size),
126 * total size header->subcache_data_size; data inside is referenced
131 * "Indexes" is an array of header->index_num SHMCBIndex structures,
134 * use. Both ->idx_* values have a range of [0, header->index_num)
151 /* This macro takes a pointer to the header and a zero-based index and returns
158 /* This macro takes a pointer to the header and an id and returns a
175 /* This macro takes a pointer to the header an
238 int diff; local
346 SHMCBHeader *header; local
484 SHMCBHeader *header = ctx->header; local
521 SHMCBHeader *header = ctx->header; local
546 SHMCBHeader *header = ctx->header; local
575 SHMCBHeader *header = ctx->header; local
651 SHMCBHeader *header = instance->header; local
674 shmcb_subcache_expire(server_rec *s, SHMCBHeader *header, SHMCBSubcache *subcache, apr_time_t now) argument
705 unsigned int diff = SHMCB_CYCLIC_SPACE(subcache->data_pos, local
720 shmcb_subcache_store(server_rec *s, SHMCBHeader *header, SHMCBSubcache *subcache, unsigned char *data, unsigned int data_len, const unsigned char *id, unsigned int id_len, apr_time_t expiry) argument
824 shmcb_subcache_retrieve(server_rec *s, SHMCBHeader *header, SHMCBSubcache *subcache, const unsigned char *id, unsigned int idlen, unsigned char *dest, unsigned int *destlen) argument
886 shmcb_subcache_remove(server_rec *s, SHMCBHeader *header, SHMCBSubcache *subcache, const unsigned char *id, unsigned int idlen) argument
922 shmcb_subcache_iterate(ap_socache_instance_t *instance, server_rec *s, void *userctx, SHMCBHeader *header, SHMCBSubcache *subcache, ap_socache_iterator_t *iterator, unsigned char **buf, apr_size_t *buf_len, apr_pool_t *pool, apr_time_t now) argument
[all...]
/macosx-10.10/CPANInternal-159.1/Text-WordDiff-0.08/lib/Text/WordDiff/
H A DHTML.pm11 my $header = shift->SUPER::file_header(@_);
12 return '<div class="file">' unless $header;
13 return qq{<div class="file"><span class="fileheader">$header</span>};
58 my $diff = word_diff 'file1.txt', 'file2.txt'; { STYLE => 'HTML' };
59 my $diff = word_diff \$string1, \$string2, { STYLE => 'HTML' };
60 my $diff = word_diff \*FH1, \*FH2, { STYLE => 'HTML' };
61 my $diff = word_diff \&reader1, \&reader2, { STYLE => 'HTML' };
62 my $diff = word_diff \@records1, \@records2, { STYLE => 'HTML' };
65 my $diff = word_diff \@records1, 'file_B.txt', { STYLE => 'HTML' };
73 Text::WordDiff::HTML formats word diffs for viewing in a Web browser. The diff
[all...]
H A DHTMLTwoLines.pm82 my $diff = word_diff 'file1.txt', 'file2.txt'; { STYLE => 'HTMLTwoLines' };
83 my $diff = word_diff \$string1, \$string2, { STYLE => 'HTMLTwoLines' };
84 my $diff = word_diff \*FH1, \*FH2, { STYLE => 'HTMLTwoLines' };
85 my $diff = word_diff \&reader1, \&reader2, { STYLE => 'HTMLTwoLines' };
86 my $diff = word_diff \@records1, \@records2, { STYLE => 'HTMLTwoLines' };
89 my $diff = word_diff \@records1, 'file_B.txt', { STYLE => 'HTMLTwoLines' };
102 span tag around each word or set of words in the diff.
104 The diff content is highlighted as follows:
117 The header section for the files being C<diff>e
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Djournal.c35 #include <dns/diff.h>
49 * \li A fixed-size header of type journal_rawheader_t.
62 * Each transaction begins with a transaction header of type
63 * journal_rawxhdr_t. The transaction header is followed by a
74 * to from the header or index. They may be preceded
78 * the "end" position in the header. The latter will
179 * These are used in the journal header to locate the beginning
197 * The header is of a fixed size, with some spare room for future
203 * The on-disk representation of the journal header.
214 /*% Number of index entries following the header
305 journal_header_t header; /*%< In-core journal header */ member in struct:dns_journal
485 journal_header_t header; local
981 dns_journal_writediff(dns_journal_t *j, dns_diff_t *diff) argument
1174 dns_journal_write_transaction(dns_journal_t *j, dns_diff_t *diff) argument
1229 dns_diff_t diff; local
1398 dns_diff_t diff; local
1729 get_name_diff(dns_db_t *db, dns_dbversion_t *ver, isc_stdtime_t now, dns_dbiterator_t *dbit, dns_name_t *name, dns_diffop_t op, dns_diff_t *diff) argument
1809 dns_diff_subtract(dns_diff_t diff[2], dns_diff_t *r) argument
1874 dns_diff_t diff[2]; local
[all...]
H A Ddnssec.c36 #include <dns/diff.h>
750 unsigned char header[DNS_MESSAGE_HEADERLEN]; local
818 * Digest the header.
820 isc_buffer_init(&headerbuf, header, sizeof(header));
888 unsigned char header[DNS_MESSAGE_HEADERLEN]; local
964 * Extract the header.
966 memcpy(header, source_r.base, DNS_MESSAGE_HEADERLEN);
971 memcpy(&addcount, &header[DNS_MESSAGE_HEADERLEN - 2], 2);
973 memcpy(&header[DNS_MESSAGE_HEADERLE
1572 publish_key(dns_diff_t *diff, dns_dnsseckey_t *key, dns_name_t *origin, dns_ttl_t ttl, isc_mem_t *mctx, isc_boolean_t allzsk, void (*report)(const char *, ...)) argument
1614 remove_key(dns_diff_t *diff, dns_dnsseckey_t *key, dns_name_t *origin, dns_ttl_t ttl, isc_mem_t *mctx, const char *reason, void (*report)(const char *, ...)) argument
1645 dns_dnssec_updatekeys(dns_dnsseckeylist_t *keys, dns_dnsseckeylist_t *newkeys, dns_dnsseckeylist_t *removed, dns_name_t *origin, dns_ttl_t ttl, dns_diff_t *diff, isc_boolean_t allzsk, isc_mem_t *mctx, void (*report)(const char *, ...)) argument
[all...]
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_format_tar.c48 int diff = *s1 - *s2; local
49 while (*s1 && diff == 0)
50 diff = (int)*++s1 - (int)*++s2;
51 return diff;
56 int diff = *s1 - *s2; local
57 while (*s1 && diff == 0 && n-- > 0)
58 diff = (int)*++s1 - (int)*++s2;
59 return diff;
78 * Layout of POSIX 'ustar' tar header.
89 char linkname[100]; /* "old format" header end
300 const struct archive_entry_header_ustar *header; local
550 const struct archive_entry_header_ustar *header; local
674 const struct archive_entry_header_ustar *header; local
735 const struct archive_entry_header_ustar *header; local
879 const struct archive_entry_header_ustar *header; local
923 const struct archive_entry_header_ustar *header; local
1079 const struct archive_entry_header_ustar *header; local
1149 const struct archive_entry_header_ustar *header; local
1672 const struct archive_entry_header_gnutar *header; local
1785 gnu_sparse_old_read(struct archive_read *a, struct tar *tar, const struct archive_entry_header_gnutar *header) argument
[all...]
/macosx-10.10/CPANInternal-159.1/Text-WordDiff-0.08/lib/Text/
H A DWordDiff.pm112 # Instantiate the diff object, along with any options.
113 my $diff = Algorithm::Diff->new(@seqs, delete $opts->{DIFF_OPTS});
121 # Run the diff.
124 while ($diff->Next) {
129 if (my @same = $diff->Same) {
135 if (my @del = $diff->Items(1)) {
138 if (my @ins = $diff->Items(2)) {
199 my $diff = word_diff 'file1.txt', 'file2.txt', { STYLE => 'HTML' };
200 my $diff = word_diff \$string1, \$string2, { STYLE => 'ANSIColor' };
201 my $diff
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkCanvArc.c28 Tk_Item header; /* Generic stuff that's the same for all member in struct:ArcItem
274 Tk_Item *itemPtr, /* Record to hold new item; header has been
645 * The fields x1, y1, x2, and y2 are updated in the header for itemPtr.
658 Tk_State state = arcPtr->header.state;
669 arcPtr->header.x1 = arcPtr->header.x2 =
670 arcPtr->header.y1 = arcPtr->header.y2 = -1;
708 arcPtr->header.x1 = arcPtr->header
969 double vertex[2], pointAngle, diff, dist, newDist; local
1791 double diff; local
[all...]
H A DtkGrab.c119 Tcl_Event header; /* Standard information for all Tcl events. */ member in struct:NewGrabWinEvent
1296 int mode, diff;
1299 * The diff caculation is trickier than it may seem. Don't forget that
1304 diff = eventPtr->xany.serial - info->serial;
1315 || (diff < 0)) {
1355 grabEvPtr->header.proc = GrabWinEventProc;
1362 Tcl_QueueEvent(&grabEvPtr->header, TCL_QUEUE_MARK);
1285 int mode, diff; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkCanvArc.c28 Tk_Item header; /* Generic stuff that's the same for all member in struct:ArcItem
293 Tk_Item *itemPtr; /* Record to hold new item; header
666 * The fields x1, y1, x2, and y2 are updated in the header
681 Tk_State state = arcPtr->header.state;
692 arcPtr->header.x1 = arcPtr->header.x2 =
693 arcPtr->header.y1 = arcPtr->header.y2 = -1;
731 arcPtr->header.x1 = arcPtr->header
993 double vertex[2], pointAngle, diff, dist, newDist; local
1836 double diff; local
[all...]
H A DtkGrab.c124 Tcl_Event header; /* Standard information for all Tcl events. */ member in struct:NewGrabWinEvent
1316 int mode, diff;
1319 * The diff caculation is trickier than it may seem. Don't forget
1324 diff = eventPtr->xany.serial - info->serial;
1335 || (diff < 0)) {
1376 grabEvPtr->header.proc = GrabWinEventProc;
1383 Tcl_QueueEvent(&grabEvPtr->header, TCL_QUEUE_MARK);
1305 int mode, diff; local
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DObjCModernAbstraction.hpp683 void walk(SharedCache<A>* cache, const macho_header<P>* header, objc_class_t<A> *cls) argument
691 ivarVisitor.visitIvar(cache, header, cls, &ivar);
698 void visitClass(SharedCache<A>* cache, const macho_header<P>* header, objc_class_t<A> *cls) argument
700 walk(cache, header, cls);
714 void walk(SharedCache<A>* cache, const macho_header<P>* header) argument
717 classes(cache, header, "__DATA", "__objc_classlist");
722 classVisitor.visitClass(cache, header, cls);
728 // Call visitor.visitMethodList(mlist) on every method list in a header.
741 void walk(SharedCache<A>* cache, const macho_header<P>* header, bool walkProtocols) argument
745 classes(cache, header, "__DAT
822 optimize(SharedCache<A>* cache, const macho_header<P>* header) argument
898 int32_t diff = super_data->getInstanceSize() - data->getInstanceStart(); local
924 optimize(SharedCache<A>* cache, const macho_header<P>* header) argument
964 optimize(SharedCache<A>* cache, macho_header<P>* header) argument
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-stgo32.c108 #define _H(index) (H_GET_16 (abfd, (header+index*2)))
128 #define ADJUST_VAL(val,diff) \
129 if (val != 0) val += diff
166 /* Copy the stub to the file header. */
302 unsigned char header[10]; local
323 if (read (f, &header, sizeof (header)) < 0)
/macosx-10.10/CPANInternal-159.1/Text-WordDiff-0.08/t/
H A Dhtml.t23 'Should HTML diff';
45 my $header = qq{<span class="fileheader">--- $filename1\t$time1\n}
48 my $file_diff = qq{<div class="file">$header<span class="hunk">This is a </span>}
55 . qq{actual diff, the results would\n}
65 'Diff by file name should include a header';
67 # No more header after this.
68 $file_diff =~ s/\Q$header\E//;
/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dxdr_rec.c72 * record fragments. A record fragment is a thirty-two bit header followed
73 * by n bytes of data, where n is contained in the header. The header
127 * A record fragment is a four-byte header followed by zero to
128 * 2**32-1 bytes. The header is treated as an unsigned 32-bit integer and is
146 char *out_base; /* output buffer (points to frag header) */
743 static bool_t /* next two bytes of the input stream are treated as a header */
747 u_int32_t header; local
751 if (! get_input_bytes(rstrm, (char *)(void *)&header, sizeof(header)))
808 int diff; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/mime/mbot/
H A Dimpersonal.tcl366 set diff [expr {-($lastN*86400)}]
380 if {$rclock < $diff} {
524 -header [list From [id user]@[info hostname]] \
525 -header [list To operator@[info hostname]] \
526 -header [list Subject "[info hostname] fatal $program"]
/macosx-10.10/vim-55/src/
H A DMake_w16.mak78 $(INTDIR)\diff.obj\
169 -H=$(INTDIR)\gvim16.csm ; gvim16.csm is the precompiled header filename
182 -w-pch ; Cannot create pre-compiled header: initialized data in header
/macosx-10.10/cups-408/cups/scheduler/
H A Dcups-driverd.cxx118 } header; member in union:__anon7296
733 int diff; /* Difference between strings */ local
736 if ((diff = strcmp(p0->record.filename, p1->record.filename)) != 0)
737 return (diff);
751 int diff; /* Difference between strings */ local
758 if ((diff = _cups_strcasecmp(p0->record.make, p1->record.make)) != 0)
759 return (diff);
760 else if ((diff = cupsdCompareNames(p0->record.make_and_model,
762 return (diff);
763 else if ((diff
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/mime/
H A Dmime.tcl72 # header: serialized array of key/value pairs (keys are lower-case)
73 # lowerL: list of header keys, lower-case
74 # mixedL: list of header keys, mixed-case
362 # ?-header {key value}?... ?
369 # In addition, both the -param and -header options may occur zero
371 # "charset") and header keyword/values (e.g.,
418 # ?-header {key value}?... ?
434 set state(header) ""
477 -header {
479 error "-header expect
[all...]
/macosx-10.10/ruby-106/ruby/lib/minitest/
H A Dunit.rb86 # Returns the diff command to use in #diff. Tries to intelligently
87 # figure out what diff to use.
89 def self.diff singleton method in class:Assertions
90 @diff = if RbConfig::CONFIG['host_os'] =~ /mswin|mingw/ then
91 "diff.exe -u"
95 elsif system("diff", __FILE__, __FILE__)
96 "diff -u"
100 end unless defined? @diff
102 @diff
108 def self.diff= o singleton method
118 def diff exp, act method
[all...]
/macosx-10.10/cups-408/cups/ppdc/
H A DMakefile158 echo Installing header files in $(INCLUDEDIR)/cups...
220 --header api-ppdc.header --intro api-ppdc.shtml \
231 --header api-ppdc.header --intro api-ppdc.shtml \
296 if diff -r ppd ppd2 >/dev/null; then \
/macosx-10.10/xnu-2782.1.97/osfmk/i386/AT386/
H A Dmodel_dep.c361 DPRINTF("System table calculated CRC32 = 0x%x, header = 0x%x\n", cksum, hdr_cksum);
388 DPRINTF("Runtime table calculated CRC32 = 0x%x, header = 0x%x\n", cksum, hdr_cksum);
425 DPRINTF("System table calculated CRC32 = 0x%x, header = 0x%x\n", cksum, hdr_cksum);
454 DPRINTF("Runtime table calculated CRC32 = 0x%x, header = 0x%x\n", cksum, hdr_cksum);
911 vm_address_t bestaddr = 0, diff, curdiff; local
941 /* search out of range for this mach header */
947 diff = search;
954 if (curdiff < diff) {
955 diff = curdiff;
963 if (diff !
988 kernel_mach_header_t *header = (kernel_mach_header_t *)(uintptr_t) summary->address; local
[all...]
/macosx-10.10/gnutar-453/gnutar/src/
H A Dextract.c224 struct timespec diff; local
225 diff.tv_sec = t.tv_sec - now.tv_sec;
226 diff.tv_nsec = t.tv_nsec - now.tv_nsec;
227 if (diff.tv_nsec < 0)
229 diff.tv_nsec += BILLION;
230 diff.tv_sec--;
233 file_name, tartime (t, true), code_timespec (diff, buf)));
1239 ERROR ((0, 0, _("Unexpected long name header")));
1328 GNUTYPE_SPARSE : current_header->header.typeflag;
/macosx-10.10/file_cmds-242/gzip/
H A Dgzip.c585 static char header[] = { GZIP_MAGIC0, GZIP_MAGIC1, Z_DEFLATED, 0, local
603 memcpy(outbufp, header, sizeof header);
604 i = sizeof header;
2008 off_t diff; local
2012 diff = in - out/2;
2013 if (diff <= 0)
2025 diff >>= 1;
2029 percent10 = ((u_int)diff * 2000) / (u_int)in - 1000;
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dcomvar.sh102 showheader header showfooter footer showtitle title showlegends \
129 header=(
130 type=text var=header val="" label="Header"
496 [[ "${foo1[1234]}" == "${foo2[1234]}" ]] || err_exit "test failed\n$(diff -u <( print -r -- "${foo1[1234]}") <(print -r -- "${foo2[1234]}"))."
520 function diff function
529 float mydiff=sw.diff

Completed in 165 milliseconds

1234567