Home
last modified time | relevance | path

Searched refs:PATCH (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/third_party/openssl/doc/internal/man7/
DVERSION.pod11 PATCH=0
25 =item B<MAJOR>, B<MINOR>, B<PATCH>
27 The three parts of OpenSSL's 3 numbered version number, MAJOR.MINOR.PATCH.
54 It is a configuration error if B<MAJOR>, B<MINOR>, B<PATCH> and B<SHLIB_VERSION>
65 These items get their values from B<MAJOR>, B<MINOR>, B<PATCH>, and
86 B<PATCH>, separated by periods. For C<MAJOR=3>, C<MINOR=0> and C<PATCH=0>,
105 PATCH=0
116 PATCH=0
127 PATCH=0
/third_party/mbedtls/scripts/
Dbump_version.sh126 read MAJOR MINOR PATCH <<<$(IFS="."; echo $VERSION)
127 VERSION_NR="$( printf "0x%02X%02X%02X00" $MAJOR $MINOR $PATCH )"
131 sed -e "s/\(# *define *[A-Z]*_VERSION\)_PATCH .\{1,\}/\1_PATCH $PATCH/" | \
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDefs.hpp53 #define VK_MAKE_API_VERSION(VARIANT, MAJOR, MINOR, PATCH) \ argument
54 …VARIANT)) << 29) | (((deUint32)(MAJOR)) << 22) | (((deUint32)(MINOR)) << 12) | ((deUint32)(PATCH)))
56 #define VK_MAKE_VERSION(MAJOR, MINOR, PATCH) VK_MAKE_API_VERSION(0, MAJOR, MINOR, PATCH) argument
/third_party/openssl/include/openssl/
Dopensslv.h.in27 * These macros express version number MAJOR.MINOR.PATCH exactly
71 * "MAJOR.MINOR.PATCH" variant (where MAJOR, MINOR and PATCH are replaced
/third_party/node/deps/openssl/openssl/include/openssl/
Dopensslv.h.in27 * These macros express version number MAJOR.MINOR.PATCH exactly
71 * "MAJOR.MINOR.PATCH" variant (where MAJOR, MINOR and PATCH are replaced
/third_party/glib/patch/
Dbackport-g_get_unix_mount_points-reduce-syscalls-inside-loop.patch4 Subject: [PATCH] [PATCH] _g_get_unix_mount_points(): reduce syscalls inside
Dbackport-Add-lock-in-_g_get_unix_mount_points-around-fsent-functions.patch4 Subject: [PATCH] [PATCH] Add lock in _g_get_unix_mount_points() around
Dbackport-gdbusinterfaceskeleton-Fix-a-use-after-free-of-a-GDBusMethodInvocation.patch4 Subject: [PATCH 1/3] gdbusinterfaceskeleton: Remove an unnecessary helper
92 Subject: [PATCH 2/3] gdbusinterfaceskeleton: Fix a use-after-free of a
154 Subject: [PATCH 3/3] gdbusconnection: Make GDBusMethodInvocation transfer a
Dbackport-gmessages-fix-dropping-irrelevant-log-domains.patch4 Subject: [PATCH 1/2] gmessages: fix dropping irrelevant log domains
66 Subject: [PATCH 2/2] glib/tests: extend logging test (dropping domains)
Dbackport-gregex-if-JIT-stack-limit-is-reached-fall-back-to-interpretive-matching.patch4 Subject: [PATCH 1/2] gregex: if JIT stack limit is reached, fall back to
90 Subject: [PATCH 2/2] Apply 2 suggestion(s) to 1 file(s)
Dbackport-gdbusconnection-Fix-double-unref-on-timeout-cancel-sending-a-message.patch4 Subject: [PATCH 1/9] gdbusconnection: Fix double unref on timeout/cancel
104 Subject: [PATCH 2/9] gdbusconnection: Fix the type of a free function
144 Subject: [PATCH 3/9] gdbusconnection: Improve docs of message ownership in
240 Subject: [PATCH 4/9] gdbusprivate: Improve docs on message ownership in
292 Subject: [PATCH 5/9] gdbusprivate: Ensure data->task is cleared when it
480 Subject: [PATCH 6/9] gdbusprivate: Improve ownership docs for
613 Subject: [PATCH 7/9] gdbusprivate: Use G_SOURCE_REMOVE in a source callback
649 Subject: [PATCH 8/9] gdbusconnection: Rearrange refcount handling of
792 Subject: [PATCH 9/9] gdbusconnection: Improve refcount handling of timeout
/third_party/node/deps/llhttp/include/
Dllhttp.h232 XX(28, PATCH, PATCH) \
286 XX(28, PATCH, PATCH) \
/third_party/openssl/
DVERSION.dat3 PATCH=9
/third_party/node/deps/openssl/openssl/
DVERSION.dat3 PATCH=13
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h357 XX(28, PATCH, PATCH) \
411 XX(28, PATCH, PATCH) \
/third_party/lwip/
D0065-fix-udp-recvmbox-size-not-set.patch4 Subject: [PATCH] fix udp recvmbox size not set
D0037-enable-ARP-QUEUE-to-avoid-sync-packet-dropped.patch4 Subject: [PATCH] enable ARP QUEUE to avoid sync packet dropped
D0058-lwip-send-recv-thread-bind-numa.patch4 Subject: [PATCH] lwip-send-recv-thread-bind-numa
D0015-fix-tcp-port-alloc-issue.patch4 Subject: [PATCH] fix tcp port alloc issue
D0005-syn-rcvd-state-reg-conn-into-conntable.patch4 Subject: [PATCH] add-conn-check
/third_party/libxml2/
DFix-memory-leaks-in-xmlACatalogAdd-when-xmlHashAddEntry-failed.patch4 Subject: [PATCH] fix memory leaks in xmlACatalogAdd
Dbackport-malloc-fail-Fix-buffer-overread-in-htmlParseScript.patch4 Subject: [PATCH] malloc-fail: Fix buffer overread in htmlParseScript
Dbackport-Reset-nsNr-in-xmlCtxtReset.patch4 Subject: [PATCH] Reset nsNr in xmlCtxtReset
DFix-memory-leaks-for-xmlACatalogAdd.patch4 Subject: [PATCH] Fix memory leaks for xmlACatalogAdd
Dbackport-malloc-fail-Fix-memory-leak-in-xmlDocDumpFormatMemoryEnc.patch4 Subject: [PATCH] malloc-fail: Fix memory leak in xmlDocDumpFormatMemoryEnc

12345678910>>...22