Home
last modified time | relevance | path

Searched refs:POST (Results 1 - 18 of 18) sorted by relevance

/third_party/libuv/src/unix/
H A Dfs.c150 #define POST \ macro
169 #define POST \ macro
1675 POST; in uv_fs_access()
1687 POST; in uv_fs_chmod()
1701 POST; in uv_fs_chown()
1711 POST; in uv_fs_close()
1723 POST; in uv_fs_fchmod()
1737 POST; in uv_fs_fchown()
1751 POST; in uv_fs_lchown()
1761 POST; in uv_fs_fdatasync()
[all...]
/third_party/node/deps/uv/src/unix/
H A Dfs.c150 #define POST \ macro
1792 POST; in uv_fs_access()
1804 POST; in uv_fs_chmod()
1818 POST; in uv_fs_chown()
1825 POST; in uv_fs_close()
1837 POST; in uv_fs_fchmod()
1851 POST; in uv_fs_fchown()
1865 POST; in uv_fs_lchown()
1872 POST; in uv_fs_fdatasync()
1879 POST; in uv_fs_fstat()
[all...]
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dsimplepost.c22 #define POST 1 macro
103 if (con_info->connectiontype == POST) in request_completed()
130 if (0 == strcmp (method, "POST")) in answer_to_connection()
142 con_info->connectiontype = POST; in answer_to_connection()
157 if (0 == strcmp (method, "POST")) in answer_to_connection()
H A Dlargepost.c21 #define POST 1 macro
128 if (con_info->connectiontype == POST) in request_completed()
164 if (0 == strcmp (method, "POST")) in answer_to_connection()
178 con_info->connectiontype = POST; in answer_to_connection()
198 if (0 == strcmp (method, "POST")) in answer_to_connection()
/third_party/libuv/src/win/
H A Dfs.c58 #define POST \ macro
2889 POST; in uv_fs_open()
2896 POST; in uv_fs_close()
2929 POST; in uv_fs_read()
2962 POST; in uv_fs_write()
2977 POST; in uv_fs_unlink()
2993 POST; in uv_fs_mkdir()
3010 POST; in uv_fs_mkdtemp()
3027 POST; in uv_fs_mkstemp()
3041 POST; in uv_fs_rmdir()
[all...]
/third_party/node/deps/uv/src/win/
H A Dfs.c53 #define POST \ macro
2902 POST; in uv_fs_open()
2909 POST; in uv_fs_close()
2942 POST; in uv_fs_read()
2975 POST; in uv_fs_write()
2990 POST; in uv_fs_unlink()
3006 POST; in uv_fs_mkdir()
3023 POST; in uv_fs_mkdtemp()
3040 POST; in uv_fs_mkstemp()
3054 POST; in uv_fs_rmdir()
[all...]
/third_party/backends/tools/
H A Dcreate-release.sh18 --request POST \
62 --request POST $API_ENDPOINT/projects/$PROJECT_ID/releases
/third_party/node/deps/llhttp/include/
H A Dllhttp.h207 XX(3, POST, POST) \
242 XX(3, POST, POST) \
261 XX(3, POST, POST) \
/third_party/nghttp2/third-party/llhttp/include/
H A Dllhttp.h332 XX(3, POST, POST) \
367 XX(3, POST, POST) \
386 XX(3, POST, POST) \
/third_party/python/Lib/http/
H A D__init__.py178 POST = 'POST', 'Perform target-specific processing with the request payload.' variable in HTTPMethod
/third_party/node/deps/undici/src/lib/llhttp/
H A Dconstants.js64 METHODS[METHODS["POST"] = 3] = "POST";
123 METHODS.POST,
175 METHODS.POST,
/third_party/curl/tests/
H A Dtestutil.pm156 ($$thing =~ /^(GET|POST|PUT|DELETE) \S+ HTTP\/\d+(\.\d+)?/) ||
/third_party/nghttp2/src/
H A Ddeflatehd.cc337 { ":method": "POST" }, in print_help()
354 :method: POST in print_help()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawBuffersIndexedTests.cpp1513 POST enumerator
1533 else if (prepost == POST) in createDiffTest()
1569 else if (prepost == POST) in createAdvancedEqDiffTest()
1678 addDrawBufferCommonTests(postGroup, POST); in createDrawBuffersIndexedTests()
/third_party/node/src/
H A Dnode_http_common.h225 V(POST, "POST") \
/third_party/node/deps/undici/src/lib/fetch/
H A Dutil.js782 post: 'POST',
783 POST: 'POST',
/third_party/popt/src/
H A Dpopt.c104 if (!CBF_ISSET(opt, POST)) in invokeCallbacksPOST()
/third_party/node/deps/undici/
H A Dundici.js907 var corsSafeListedMethods = ["GET", "HEAD", "POST"];
1583 post: "POST",
1584 POST: "POST",
7852 METHODS2[METHODS2["POST"] = 3] = "POST";
7900 METHODS.POST,
7952 METHODS.POST
9456 const expectsPayload = method === "PUT" || method === "POST" || method === "PATCH";
9617 const expectsPayload = method === "PUT" || method === "POST" || metho
[all...]

Completed in 37 milliseconds