Home
last modified time | relevance | path

Searched refs:accepting (Results 1 – 25 of 207) sorted by relevance

123456789

/external/libevent/
Dlistener.c99 struct accepting_socket **accepting; member
712 struct accepting_socket *as = lev_iocp->accepting[i]; in iocp_listener_enable()
734 struct accepting_socket *as = lev_iocp->accepting[i]; in iocp_listener_disable_impl()
849 lev->accepting = mm_calloc(lev->n_accepting, in evconnlistener_new_async()
851 if (!lev->accepting) { in evconnlistener_new_async()
856 lev->accepting[i] = new_accepting_socket(lev, ss.ss_family); in evconnlistener_new_async()
857 if (!lev->accepting[i]) { in evconnlistener_new_async()
861 if (cb && start_accepting(lev->accepting[i]) < 0) { in evconnlistener_new_async()
863 EnterCriticalSection(&lev->accepting[i]->lock); in evconnlistener_new_async()
864 free_and_unlock_accepting_socket(lev->accepting[i]); in evconnlistener_new_async()
[all …]
/external/dbus/dbus/
Dsd-daemon.c187 int accepting = 0; in sd_is_socket_internal() local
188 socklen_t l = sizeof(accepting); in sd_is_socket_internal()
190 if (getsockopt(fd, SOL_SOCKET, SO_ACCEPTCONN, &accepting, &l) < 0) in sd_is_socket_internal()
193 if (l != sizeof(accepting)) in sd_is_socket_internal()
196 if (!accepting != !listening) in sd_is_socket_internal()
/external/avahi/avahi-daemon/
Dsd-daemon.c192 int accepting = 0; in sd_is_socket_internal() local
193 socklen_t l = sizeof(accepting); in sd_is_socket_internal()
195 if (getsockopt(fd, SOL_SOCKET, SO_ACCEPTCONN, &accepting, &l) < 0) in sd_is_socket_internal()
198 if (l != sizeof(accepting)) in sd_is_socket_internal()
201 if (!accepting != !listening) in sd_is_socket_internal()
/external/clang/test/Analysis/
DCheckNSError.m24 - (void)myMethodWhichMayFail:(NSError **)error { // expected-warning {{Method accepting NSError**…
37 void foo(CFErrorRef* error) { // expected-warning {{Function accepting CFErrorRef* should have a no…
/external/icu/icu4c/source/samples/uciter8/
Dreadme.txt5 8-bit Unicode text leniently, accepting a mix of UTF-8 and CESU-8
6 and also accepting single surrogates.
/external/mdnsresponder/mDNSShared/
Ddnsextd.conf10 // dynamic zone that will be accepting Wide-Area Bonjour DNS updates.
/external/mesa3d/src/glsl/glcpp/
DREADME16 Any downstream compiler accepting output from glcpp should be prepared
/external/jetty/src/resources/org/eclipse/jetty/server/handler/jmx/
DContextHandler-mbean.properties22 shutdown: False if this context is accepting new requests. True for graceful shutdown, which allows…
/external/deqp/doc/testspecs/GLES3/
Dfunctional.primitive_bounding_box.txt81 bounding box area. Number-of-lines check prevents accepting rendering
82 results with missing lines and the line width check prevents accepting
/external/guava/
DREADME.jdk514 - `Charset`-accepting methods on `String` and elsewhere were added in
/external/chromium-trace/catapult/third_party/html5lib-python/
DCONTRIBUTING.rst56 squash and rebase your pull request while accepting it. Even though
/external/jsoncpp/
DLICENSE53 and license text in the source code. Note also that by accepting the
/external/bison/tests/
Dreduce.at1544 AT_TEST_TABLES_AND_PARSE([[%define lr.default-reductions accepting]],
1545 [[accepting]], [[]],
1546 [[%define lr.default-reductions accepting]],
1589 4 a: 'a' .]AT_COND_CASE([[accepting]], [[ [$end, 'a', 'b']
1651 2 start: a b 'a' .]AT_COND_CASE([[accepting]], [[ [$end]
1660 3 start: a c 'b' .]AT_COND_CASE([[accepting]], [[ [$end]
/external/snakeyaml/
DNOTICE169 License. However, in accepting such obligations, You may act only
174 of your accepting any such warranty or additional liability.
DLICENSE.txt169 License. However, in accepting such obligations, You may act only
174 of your accepting any such warranty or additional liability.
/external/chromium-trace/catapult/third_party/coverage/
DLICENSE.txt170 License. However, in accepting such obligations, You may act only
175 of your accepting any such warranty or additional liability.
/external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
DLICENSE170 License. However, in accepting such obligations, You may act only
175 of your accepting any such warranty or additional liability.
/external/chromium-trace/catapult/third_party/pyfakefs/
DCOPYING170 License. However, in accepting such obligations, You may act only
175 of your accepting any such warranty or additional liability.
/external/libgdx/
DLICENSE170 License. However, in accepting such obligations, You may act only
175 of your accepting any such warranty or additional liability.
/external/slf4j/jcl-over-slf4j/
DLICENSE.txt169 License. However, in accepting such obligations, You may act only
174 of your accepting any such warranty or additional liability.
/external/chromium-trace/catapult/third_party/closure_linter/
DLICENSE169 License. However, in accepting such obligations, You may act only
174 of your accepting any such warranty or additional liability.
/external/skia/third_party/etc1/
DLICENSE154 obligations and/or rights consistent with this License. However, in accepting
159 reason of your accepting any such warranty or additional liability.
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
DCOPYING170 License. However, in accepting such obligations, You may act only
175 of your accepting any such warranty or additional liability.
/external/apache-http/
DNOTICE185 License. However, in accepting such obligations, You may act only
190 of your accepting any such warranty or additional liability.
/external/svox/PicoLangInstallerEngGbr/
DNOTICE182 License. However, in accepting such obligations, You may act only
187 of your accepting any such warranty or additional liability.

123456789