/third_party/ffmpeg/libavcodec/ |
H A D | mss2.c | 854 .close = mss2_decode_end,
|
H A D | pixlet.c | 701 .close = pixlet_close,
|
H A D | proresdec2.c | 880 .close = decode_close,
|
/third_party/glfw/src/ |
H A D | internal.h | 569 GLFWwindowclosefun close; member
|
H A D | wl_platform.h | 260 void (* close)(struct libdecor_frame*,void*); member
|
/third_party/backends/backend/ |
H A D | as6e.c | 512 DBG (1, "close: invalid handle %p\n", handle); in sane_close() 519 close (s->as6e_params.ctloutpipe); in sane_close()
|
H A D | dc210.c | 477 if (close (fd) == -1) in close_dc210() 479 DBG (4, "close_dc210: error: could not close device\n"); in close_dc210() 815 /* Device select/open/close */
|
/third_party/alsa-lib/src/ucm/ |
H A D | ucm_subs.c | 546 close(fd); in rval_sysfs()
|
/third_party/backends/backend/pixma/ |
H A D | pixma_common.c | 851 s->ops->close (s); in pixma_close()
|
/third_party/curl/lib/ |
H A D | cf-h1-proxy.c | 327 STRCONST("Connection:"), STRCONST("close"))) in on_resp_header() 348 STRCONST("close"))) in on_resp_header() 499 can't keep the connection alive since the close is in recv_CONNECT_resp() 868 return CURLE_RECV_ERROR; /* Need a cfilter close and new bootstrap */ in H1_CONNECT() 918 * If the other side indicated a connection close, or if someone in H1_CONNECT() 919 * else told us to close this connection, do so now. in H1_CONNECT() 921 if(ts->close_connection || conn->bits.close) { in H1_CONNECT() 927 CURL_TRC_CF(data, cf, "CONNECT need to close+open"); in H1_CONNECT() 951 /* failure, close this connection to avoid reuse */ in H1_CONNECT() 1054 CURL_TRC_CF(data, cf, "close"); in cf_h1_proxy_close() [all...] |
H A D | cfilters.c | 640 return cf && !cf->conn->bits.close && in Curl_conn_is_alive()
|
/third_party/gn/src/gn/ |
H A D | ohos_components_checker.cc | 449 file.close();
in GenerateScanList()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
H A D | UTS46Test.java | 837 idnaTestFile.close(); in IdnaTest()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | IslamicTest.java | 938 icuOut.close(); in TestSerialization8449()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
H A D | LanguageTestFmwk.java | 97 isr.close(); in getTestData()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | IslamicTest.java | 935 icuOut.close(); in TestSerialization8449()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/ |
H A D | LanguageTestFmwk.java | 98 isr.close(); in getTestData()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
H A D | UTS46Test.java | 931 idnaTestFile.close(); in IdnaTest()
|
/third_party/libwebsockets/lib/core/ |
H A D | libwebsockets.c | 229 close(n); in lws_open()
|
/third_party/libsnd/src/ |
H A D | file_io.c | 455 while ((retval = close (fd)) == -1 && errno == EINTR) in psf_close_fd()
|
/third_party/libabigail/tools/ |
H A D | abidw.cc | 798 of.close(); in load_corpus_and_write_abixml()
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | pgmdump.c | 426 close(fd); in dump_raw_shader()
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | lejp-conf.c | 968 close(fd); in lwsws_get_config()
|
/third_party/libwebsockets/plugins/ |
H A D | protocol_lws_openmetrics_export.c | 361 close(fd); in grabfile()
|
/third_party/node/lib/ |
H A D | _http_outgoing.js | 94 const RE_CONN_CLOSE = /(?:^|\W)close(?:$|\W)/i; 389 // then we haven't gotten the 'close' event yet. 465 // Force the connection to close when the response is a 204 No Content or 475 // the connection to close. 492 header += 'Connection: close\r\n'; 505 header += 'Connection: close\r\n'; 541 // Wait until the first body chunk, or close(), is sent to flush,
|