Home
last modified time | relevance | path

Searched refs:credit (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/node/deps/npm/scripts/
Dchangelog.js62 if (c.credit) {
63 c.credit.forEach(function (credit) { argument
64 console.log(` ([@${credit}](https://github.com/${credit}))`)
88 credit: null property
93 if (!commit.credit) commit.credit = []
94 commit.credit.push(m[1])
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/
DREADME.md4 receive flow control using h2 tx credit.
26 -f <initial credit>|Indicate we will manually manage tx credit and set a new connection-specific in…
33 [2019/12/26 13:33:00:5087] N: system_notify_cb: manual peer tx credit 1024
/third_party/libsnd/
DNEWS38 * Fix memory leak in wav_read_smpl_chunk() function, credit to OSS-Fuzz.
39 * Fix aiff_read_header() memory leak(), credit to OSS-Fuzz.
40 * Fix leak in wav_read_header(), credit to OSS-Fuzz.
41 * Fix leak in wavlike_read_cart_chunk(), credit to OSS-Fuzz.
42 * Fix memory leak in wav_read_acid_chunk(), credit to OSS-Fuzz.
43 * Fix memory leak in aiff_read_basc_chunk(), credit to OSS-Fuzz.
44 * Fix memory leak in wavlike_read_peak_chunk(), credit to OSS-Fuzz.
45 * Fix memory leak in aiff_read_header(), credit to OSS-Fuzz.
46 * Fix use of uninitialized value in exif_subchunk_parse(), credit to OSS-Fuzz.
47 * Fix use of uninitialized value in endswap_int64_t_array(), credit to
[all …]
/third_party/nghttp2/
DCONTRIBUTION15 to hand over that patch/code to us. We will credit you for your
16 changes as far as possible, to give credit but also to keep a trace
/third_party/boost/libs/regex/doc/
Dintroduction.qbk37 To see how this library can be used, imagine that we are writing a credit
40 space or a hyphen. Before storing a credit card number in a database
48 following regular expression to validate credit card number formats:
60 format of a credit card number:
76 Those of you who are familiar with credit card processing, will have realized
78 it does not represent the format required by online credit card systems; these
86 for our credit card example we can write two algorithms like this to
Dpartial_matches.qbk42 credit card number, as the user presses a key, the character entered
/third_party/iptables/include/linux/netfilter/
Dxt_limit.h19 __u32 credit; /* moved to xt_limit_priv */ member
/third_party/nghttp2/doc/sources/
Dcontribute.rst18 to hand over that patch/code to us. We will credit you for your
19 changes as far as possible, to give credit but also to keep a trace
/third_party/boost/libs/numeric/ublas/doc/
Dublas.css33 p.credit {
/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c175 pps->u.update_window.credit = (unsigned int)bump; in lws_h2_update_peer_txcredit()
187 pps->u.update_window.credit = (unsigned int)bump; in lws_h2_update_peer_txcredit()
770 *q++ = (uint8_t)(pps->u.update_window.credit >> 24); in lws_h2_do_pps_send()
771 *q++ = (uint8_t)(pps->u.update_window.credit >> 16); in lws_h2_do_pps_send()
772 *q++ = (uint8_t)(pps->u.update_window.credit >> 8); in lws_h2_do_pps_send()
773 *q = (uint8_t)(pps->u.update_window.credit); in lws_h2_do_pps_send()
776 (int)pps->u.update_window.credit); in lws_h2_do_pps_send()
922 (int)pps->u.update_window.credit); in lws_h2_do_pps_send()
923 *p++ = (uint8_t)((pps->u.update_window.credit >> 24) & 0x7f); /* 31b */ in lws_h2_do_pps_send()
924 *p++ = (uint8_t)(pps->u.update_window.credit >> 16); in lws_h2_do_pps_send()
[all …]
Dprivate-lib-roles-h2.h228 uint32_t credit; member
/third_party/boost/libs/numeric/odeint/doc/
Dodeint.idx22 credit
/third_party/curl/docs/
DCONTRIBUTE.md45 patch/code to us. We will credit you for your changes as far as possible, to
46 give credit but also to keep a trace back to who made what changes. Please
225 [Reported-by: John Doe - credit the reporter]
226 [whatever-else-by: credit all helpers, finders, doers]
DSECURITY-PROCESS.md59 when the release is out and make sure to credit all contributors properly.
DCODE_REVIEW.md168 identifies related issues and giving credit to reporters and helpers.
/third_party/node/deps/npm/node_modules/extend/
DREADME.md65 All credit to the jQuery authors for perfecting this amazing utility.
/third_party/boost/libs/hana/
DCONTRIBUTING.md51 you for feedback. You will always be given proper credit.
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/
DREADME.md49 the proxy in the tx credit field of the serialization.
/third_party/ffmpeg/
DLICENSE.md72 licensing details. Specifically note that you must credit the IJG in the
/third_party/node/deps/cares/
DSECURITY.md60 workarounds, when the release is out and make sure to credit all
/third_party/node/deps/npm/node_modules/object-keys/
DCHANGELOG.md130 * Giving credit to lodash.
/third_party/mesa3d/docs/relnotes/
D3.521 the credit for that.
/third_party/libwebsockets/READMEs/
DREADME.coding.md482 3) http/2 introduces per-stream transmit credit... how much more you can send
484 stream sends stuff lws will reduce your credit accordingly, when it reaches
485 zero, you must not send anything further until lws receives "more credit" for
487 more credit for the stream appears, and lws built-in file serving (via mounts
488 etc) already takes care of observing the tx credit restrictions. However if
490 `lws_get_peer_write_allowance()` api to find out the state of your tx credit.
501 more tx credit has arrived for your stream.
/third_party/skia/third_party/externals/angle2/doc/
DTestingAndProcesses.md27 resolve the error or diagnose an upstream bug (but it is welcome as extra credit).
/third_party/skia/third_party/externals/freetype/docs/
DFTL.TXT47 credit/disclaimer to use in compliance with this license. We thus

1234