Home
last modified time | relevance | path

Searched refs:GET (Results 1 – 12 of 12) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_md5.c148 #define GET(n) (*(uint32_t *) &p[n * 4]) macro
159 #define GET(n) block[n] macro
213 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5); in ngx_md5_body()
214 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9); in ngx_md5_body()
217 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5); in ngx_md5_body()
218 STEP(G, d, a, b, c, GET(10), 0x02441453, 9); in ngx_md5_body()
221 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5); in ngx_md5_body()
222 STEP(G, d, a, b, c, GET(14), 0xc33707d6, 9); in ngx_md5_body()
225 STEP(G, a, b, c, d, GET(13), 0xa9e3e905, 5); in ngx_md5_body()
226 STEP(G, d, a, b, c, GET(2), 0xfcefa3f8, 9); in ngx_md5_body()
[all …]
H A Dngx_sha1.c144 #define GET(n) \ macro
183 words[i] = GET(i); in ngx_sha1_body()
/f-stack/app/redis-5.0.5/tests/unit/
H A Dsort.tcl63 assert_equal [lsort -integer $result] [r sort tosort GET #]
68 set res [r sort tosort GET foo]
74 set l1 [r sort tosort GET # GET weight_*]
75 set l2 [r sort tosort GET # GET wobj_*->weight]
H A Dbitfield.tcl2 test {BITFIELD signed SET and GET basics} {
11 test {BITFIELD unsigned SET and GET basics} {
H A Dslowlog.tcl23 test {SLOWLOG - GET optional argument to limit output len works} {
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dindex.html.tpl76 xhr.open('GET', tname + '.exp');
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dstring.tcl2 test {SET and GET an item} {
7 test {SET and GET an empty item} {
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru4437 *) Исправление: теперь nginx кэширует только ответы на запросы GET.
5311 FastCGI-серверу вместо метода GET использовался оригинальный метод
5540 "GET http://www.domain.com HTTP/1.0".
6163 кроме GET, HEAD и POST.
6726 GET, теперь это делается только для редиректов, выполняемых с помощью
7796 "GET http://www.domain.com/uri HTTP/1.0"; ошибка появилась в 0.1.28.
H A DCHANGES4353 *) Bugfix: now nginx caches responses for the GET requests only.
5202 was used instead of the GET method.
5426 "GET http://www.domain.com HTTP/1.0".
6039 GET, HEAD, and POST methods.
6593 to GET, now the transformation is made for the "X-Accel-Redirect"
7661 "GET http://www.domain.com/uri HTTP/1.0"; the bug had appeared in
/f-stack/app/redis-5.0.5/deps/hiredis/
H A DREADME.md207 redisAppendCommand(context,"GET foo");
210 redisGetReply(context,&reply); // reply for GET
/f-stack/freebsd/netipsec/
H A Dkey_debug.c99 SADB_NAME(GET); in kdebug_sadb_type()
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES1292 Modules: hellodict example WIP #1: GET command.