Searched refs:UNBIND (Results 1 - 8 of 8) sorted by relevance
/third_party/python/Modules/ |
H A D | testcapi_long.h | 56 UNBIND(pyresult); in error() 71 UNBIND(pyresult); in error() 104 UNBIND(x); in error() 113 UNBIND(y); in error() 132 UNBIND(x); in error() 151 UNBIND(y); in error() 157 UNBIND(x); in error() 172 UNBIND(y); in error()
|
H A D | _testcapimodule.c | 482 #define UNBIND(X) Py_DECREF(X); (X) = NULL macro
|
/third_party/node/deps/llhttp/include/ |
H A D | llhttp.h | 222 XX(18, UNBIND, UNBIND) \ 276 XX(18, UNBIND, UNBIND) \
|
/third_party/nghttp2/third-party/llhttp/include/ |
H A D | llhttp.h | 347 XX(18, UNBIND, UNBIND) \ 401 XX(18, UNBIND, UNBIND) \
|
/third_party/node/deps/undici/src/lib/llhttp/ |
H A D | constants.js | 81 METHODS[METHODS["UNBIND"] = 18] = "UNBIND"; 138 METHODS.UNBIND,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectBindingTests.cpp | 56 UNBIND, enumerator 410 else if (m_params.testType == UNBIND) in iterate() 528 else if (m_params.testType == UNBIND) in iterate() 1413 params.testType = UNBIND; in createShaderObjectBindingTests()
|
/third_party/node/src/ |
H A D | node_http_common.h | 234 V(UNBIND, "UNBIND") \
|
/third_party/node/deps/undici/ |
H A D | undici.js | 7867 METHODS2[METHODS2["UNBIND"] = 18] = "UNBIND"; 7915 METHODS.UNBIND,
|
Completed in 28 milliseconds