| /src/usr.bin/make/unit-tests/ |
| directive-for-escape.mk | 205 closing-brace= } # guard against an 206 ${closing-brace}= <closing-brace> # alternative interpretation
|
| /src/games/adventure/ |
| subr.c | 1002 closing(void) function
|
| /src/external/mpl/bind/dist/lib/isc/netmgr/ |
| streamdns.c | 928 bool closing = false; local 937 closing = streamdns_closing(sock); 951 if (!closing && isc_dnsstream_assembler_result(sock->streamdns.input) == 1051 REQUIRE(!sock->closing); 1053 sock->closing = true;
|
| netmgr-int.h | 628 * closing, then it doesn't make a sense, for example, to 640 * is closing. 642 bool closing; member in struct:isc_nmsocket
|
| http.c | 171 bool closing; member in struct:isc_nm_http_session 317 return !session->closed && !session->closing; 729 /* Mark the session as closing one to finish it on a 731 session->closing = true; 1614 } else if (session->closing) { 1626 session->closing = true; 3190 REQUIRE(!sock->closing); 3192 sock->closing = true;
|
| /src/sys/arch/amiga/dev/ |
| mscreg.h | 159 u_char closing; /* are we flushing before close? */ member in struct:mscdevice
|
| /src/external/bsd/libbind/dist/isc/ |
| ctl_srvr.c | 76 processing, idling, quitting, closing enumerator in enum:state 155 "reading_data", "processing", "idling", "quitting", "closing" 330 (*ctx->logger)(ctl_error, "%s: %s: output buffer ovf, closing", 509 ctl_new_state(sess, closing, me); 621 (*ctx->logger)(ctl_error, "%s: %s: line too long, closing", 643 (*ctx->logger)(ctl_warning, "%s: %s: write timeout, closing", 670 (*ctx->logger)(ctl_warning, "%s: %s: timeout, closing",
|
| /src/external/bsd/openldap/dist/servers/lloadd/ |
| monitor.c | 575 struct berval closing = BER_BVC("closing"); local 582 ber_bvcmp( &m->sml_nvalues[0], &closing ) ) { 663 struct berval bv = BER_BVC("closing");
|
| /src/sys/dev/usb/ |
| umidi.c | 138 int closing; member in struct:umidi_mididev 538 if (mididev->closing) 541 mididev->closing = 1; 554 mididev->closing = 0; 565 if (!mididev->out_jack || !mididev->opened || mididev->closing) 579 if (!mididev->out_jack || !mididev->opened || mididev->closing) 600 if (!mididev->out_jack || !mididev->opened || mididev->closing) 621 if (!mididev->out_jack || !mididev->opened || mididev->closing) 1211 mididev->closing = 0; 1221 mididev->closing = 1 [all...] |
| /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| vchiq_arm.c | 137 int closing; member in struct:vchiq_instance_struct 252 if (instance->closing) { 254 "service_callback closing"); 318 if (!instance || instance->closing) 362 } else if (instance->closing) { 364 "service_callback closing"); 488 instance->closing = 1; 812 && !instance->closing) { 1236 instance->closing = 1;
|
| vchiq_core.h | 300 char closing; member in struct:vchiq_service_struct
|
| /src/usr.bin/xlint/lint1/ |
| lex.c | 1673 int closing = opening == T_LPAREN ? T_RPAREN local 1678 while (tok = yylex(), tok > 0 && tok != closing) {
|
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_channel.c | 2220 const int closing = ossl_quic_channel_is_closing(ch); local 2235 /* Track the amount of data received while in the closing state */ 2236 if (closing) 2265 * When in TERMINATING - CLOSING, generate a CONN_CLOSE frame whenever we 2268 if (handled_any && closing) 2311 * RFC 9000 s. 10.2.1 Closing Connection State: 2312 * An endpoint that is closing is not required to process any 2580 * I.e. should we drop this packet instead of closing the connection? 2609 * While otherwise identical to the closing state, an endpoint 2619 * While closing, only send CONN_CLOSE if we've received more traffi [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/ |
| netmgr-int.h | 678 atomic_bool closing; member in struct:isc_nm 823 * closing, then it doesn't make a sense, for example, to 833 * is closing. 835 atomic_bool closing; member in struct:isc_nmsocket
|
| /src/external/bsd/libevent/dist/ |
| evdns.c | 253 char closing; /* Are we trying to close this port, pending writes? */ member in struct:evdns_server_port 1740 port->closing = 0; 1772 port->closing = 1; 2039 event_assign(&port->event, port->event_base, port->socket, (port->closing?0:EV_READ) | EV_WRITE | EV_PERSIST, server_port_ready_callback, port);
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| evdns.c | 251 char closing; /* Are we trying to close this port, pending writes? */ member in struct:evdns_server_port 1738 port->closing = 0; 1770 port->closing = 1; 2037 event_assign(&port->event, port->event_base, port->socket, (port->closing?0:EV_READ) | EV_WRITE | EV_PERSIST, server_port_ready_callback, port);
|