Searched refs:is_active (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/IO/
H A DSessionData.pm175 my $is_active = shift;
177 $self->sessions->activate($self,'read',$is_active);
184 my $is_active = shift;
185 $self->sessions->activate($self,'write',$is_active);
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/IO/
H A DSessionData.pm190 my $is_active = shift;
192 $self->sessions->activate($self,'read',$is_active);
199 my $is_active = shift;
200 $self->sessions->activate($self,'write',$is_active);
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcomnetp.h119 unsigned is_active: 1; /* T => events should NOT be discarded */ member in struct:__anon8204
H A Dcomnlsn.c212 lstate->socks[idx].is_active = true;
260 lstate->socks[idx].is_active = false;
509 (lsock->desc, lsock->priv_info, lsock->is_active, &status);
H A Dcomnet.c422 if (! lsock->is_active)
520 if (lsock->busy && lsock->is_server && lsock->is_active)
1831 lsock->is_active = false;
H A Dcnnet.c967 ** is_active true indicates the application is waiting
993 boolean32 is_active,
1070 if (!is_active)
981 rpc__cn_network_select_dispatch( rpc_socket_t desc, dce_pointer_t priv_info, boolean32 is_active, unsigned32 *st ) argument
H A Ddglsn.c3144 boolean32 is_active,
3278 if (! is_active)
3140 rpc__dg_network_select_dispatch( rpc_socket_t sock ATTRIBUTE_UNUSED, dce_pointer_t sp_, boolean32 is_active, unsigned32 *st ) argument
/macosx-10.9.5/xnu-2422.115.4/osfmk/ipc/
H A Dipc_space.h126 #define is_active(is) (((is)->is_bits & IS_INACTIVE) != IS_INACTIVE) macro
131 assert(is_active(is));
202 assert(!is_active(is));
H A Dipc_entry.c100 assert(is_active(space));
140 assert(is_active(space));
208 if (!is_active(space)) {
256 if (!is_active(space)) {
361 assert(is_active(space));
470 assert(is_active(space));
631 if (!is_active(space)) {
H A Dipc_space.c240 if (!is_active(space)) {
295 if (!is_active(space)) {
H A Dipc_right.c122 if (!is_active(space)) {
164 if (!is_active(space)) {
207 assert(is_active(space));
510 assert(is_active(space));
598 assert(!is_active(space));
727 assert(is_active(space));
889 assert(is_active(space));
1086 assert(is_active(space));
1464 assert(is_active(space));
1698 assert(is_active(spac
[all...]
H A Dmach_debug.c195 if (!is_active(space)) {
H A Dipc_object.c782 if (!is_active(space)) {
H A Dmach_port.c263 if (!is_active(space)) {
2090 if (!is_active(space)) {
H A Dipc_mqueue.c1265 if (!is_active(space)) {
H A Dipc_port.c1371 assert(is_active(space));
H A Dipc_kmsg.c1708 if (!is_active(space))
3166 if (!is_active(space)) {
3238 if (!is_active(space)) {
/macosx-10.9.5/groff-38/groff/src/roff/troff/
H A Dcolumn.cpp68 int is_active() { return out != 0; } function in class:column
554 if (!the_column->is_active())
586 if (the_column->is_active())
595 if (!the_column->is_active())
604 if (!the_column->is_active())
613 if (!the_column->is_active())
647 return the_column->is_active() ? "1" : "0";
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Ddnssec.h59 isc_boolean_t is_active; /*% key is already active */ member in struct:dns_dnsseckey
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Ddnssec.c1104 dk->is_active = ISC_FALSE;
1409 key->is_active = ISC_TRUE;
1749 if (!key2->is_active &&
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dupdate.c1627 is_active(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, function
2367 CHECK(is_active(db, newver, name, &flag, &cut, NULL));
2546 CHECK(is_active(db, newver, name, &flag, &cut, &unsecure));
/macosx-10.9.5/lsof-52/lsof/lib/
H A Dregex.c1648 unsigned is_active : 1;
1655 #define IS_ACTIVE(R) ((R).bits.is_active)
4409 /* The is_active field of reg_info helps us keep track of which (possibly
1637 unsigned is_active : 1; member in struct:__anon10854::__anon10855
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dtask.c1691 if (is_active(space) && IP_VALID(task->itk_resume) &&
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c1814 unsigned is_active : 1;
1822 # define IS_ACTIVE(R) ((R).bits.is_active)
5655 /* The is_active field of reg_info helps us keep track of which (possibly
1803 unsigned is_active : 1; member in struct:__anon7968::__anon7969
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c1886 unsigned is_active : 1;
1894 # define IS_ACTIVE(R) ((R).bits.is_active)
5783 /* The is_active field of reg_info helps us keep track of which (possibly
1875 unsigned is_active : 1; member in struct:__anon8895::__anon8896

Completed in 724 milliseconds