HomeSort by: relevance | last modified time | path
    Searched refs:ipc_flags (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
ipcio.h 169 extern int ipc_flags;
ipcio.cc 33 #define ipc_trace if (ipc_flags) ipc_default_log
34 #define ipc_request_trace if (ipc_flags) ipc_request_log
35 #define ipc_response_trace if (ipc_flags) ipc_response_log
ipc.cc 40 int ipc_flags = 0; variable
201 if (!ipc_log_name || !ipc_flags)
228 if (!ipc_request_log_name || !ipc_flags || trace_level > ipc_trace_level)
247 if (!ipc_response_log_name || !ipc_flags || trace_level > ipc_trace_level)
2614 ipc_flags = 1;
2633 if (ipc_flags || getenv ("SP_ER_PRINT_IPC_FLAG") || ipc_trace_level > TRACE_LVL_0)
2635 ipc_flags = 1;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
ipcio.h 169 extern int ipc_flags;
ipcio.cc 33 #define ipc_trace if (ipc_flags) ipc_default_log
34 #define ipc_request_trace if (ipc_flags) ipc_request_log
35 #define ipc_response_trace if (ipc_flags) ipc_response_log
ipc.cc 40 int ipc_flags = 0; variable
201 if (!ipc_log_name || !ipc_flags)
228 if (!ipc_request_log_name || !ipc_flags || trace_level > ipc_trace_level)
247 if (!ipc_response_log_name || !ipc_flags || trace_level > ipc_trace_level)
2614 ipc_flags = 1;
2633 if (ipc_flags || getenv ("SP_ER_PRINT_IPC_FLAG") || ipc_trace_level > TRACE_LVL_0)
2635 ipc_flags = 1;
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
dnssd_ipc.c 388 hdr->ipc_flags = htonl(hdr->ipc_flags);
dnssd_ipc.h 199 uint32_t ipc_flags; variable
dnssd_clientstub.c 374 hdr->ipc_flags |= IPC_FLAGS_TRAILING_TLVS;
625 hdr->ipc_flags = 0;
2056 if (!callBack) hdr->ipc_flags |= IPC_FLAGS_NOREPLY;
2410 hdr->ipc_flags |= IPC_FLAGS_NOERRSD;
uds_daemon.c 668 reply->mhdr->ipc_flags = 0;
701 if (request->msgptr && (request->hdr.ipc_flags & IPC_FLAGS_TRAILING_TLVS))
783 hdr->ipc_flags |= IPC_FLAGS_TRAILING_TLVS;
790 if (request->msgptr && (request->hdr.ipc_flags & IPC_FLAGS_TRAILING_TLVS))
803 hdr->ipc_flags |= IPC_FLAGS_TRAILING_TLVS;
949 if (request->msgptr && (request->hdr.ipc_flags & IPC_FLAGS_TRAILING_TLVS) &&
5270 mdns_require_quiet(request->hdr.ipc_flags & IPC_FLAGS_TRAILING_TLVS, exit);
5984 if (request->msgptr && (request->hdr.ipc_flags & IPC_FLAGS_TRAILING_TLVS))
6198 if (!(req->hdr.ipc_flags & IPC_FLAGS_NOERRSD))
6230 if (!(req->hdr.ipc_flags & IPC_FLAGS_NOERRSD) && req->terminate && req->hdr.op != cancel_request
    [all...]

Completed in 31 milliseconds