Searched refs:Clients (Results 1 – 25 of 143) sorted by relevance
123456
/external/libcups/scheduler/ |
D | server.c | 119 if (Clients) in cupsdStopServer() 121 cupsArrayDelete(Clients); in cupsdStopServer() 122 Clients = NULL; in cupsdStopServer()
|
D | main.c | 731 if (cupsArrayCount(Clients) > 0) in main() 733 for (con = (cupsd_client_t *)cupsArrayFirst(Clients); in main() 735 con = (cupsd_client_t *)cupsArrayNext(Clients)) in main() 749 if ((cupsArrayCount(Clients) == 0 && in main() 867 for (i = 0, con = (cupsd_client_t *)cupsArrayFirst(Clients); in main() 869 i ++, con = (cupsd_client_t *)cupsArrayNext(Clients)) in main() 963 cupsArrayCount(Clients) < MaxClients) in main() 996 !RunUser && cupsArrayCount(Clients)) in main() 1028 for (con = (cupsd_client_t *)cupsArrayFirst(Clients); in main() 1030 con = (cupsd_client_t *)cupsArrayNext(Clients)) in main() [all …]
|
D | client.c | 76 …PSD_LOG_DEBUG2, "cupsdAcceptClient(lis=%p(%d)) Clients=%d", lis, lis->fd, cupsArrayCount(Clients)); in cupsdAcceptClient() 82 if (cupsArrayCount(Clients) == MaxClients) in cupsdAcceptClient() 91 if (!Clients) in cupsdAcceptClient() 92 Clients = cupsArrayNew(NULL, NULL); in cupsdAcceptClient() 94 if (!Clients) in cupsdAcceptClient() 154 for (count = 0, tempcon = (cupsd_client_t *)cupsArrayFirst(Clients); in cupsdAcceptClient() 156 tempcon = (cupsd_client_t *)cupsArrayNext(Clients)) in cupsdAcceptClient() 338 cupsArrayAdd(Clients, con); in cupsdAcceptClient() 353 if (cupsArrayCount(Clients) == MaxClients) in cupsdAcceptClient() 386 cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdCloseAllClients() Clients=%d", cupsArrayCount(Clients)); in cupsdCloseAllClients() [all …]
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 25 // type. Clients that only need to deal with canonical types 31 // type that is always dependent. Clients that do not need to deal 41 // LEAF_TYPE(Class) - A type that never has inner types. Clients
|
/external/mdnsresponder/ |
D | mDNSResponder.sln | 14 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExplorerPlugin", "Clients\ExplorerPlugin\Explo… 19 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PrinterSetupWizard", "Clients\PrinterSetupWiza… 24 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PrinterSetupWizardLocRes", "Clients\PrinterSet… 29 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PrinterSetupWizardRes", "Clients\PrinterSetupW… 34 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExplorerPluginLocRes", "Clients\ExplorerPlugin… 39 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExplorerPluginRes", "Clients\ExplorerPlugin\Ex… 44 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dns-sd", "Clients\DNS-SD.VisualStudio\dns-sd.v… 51 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JavaSamples", "Clients\Java\JavaSamples.vcproj… 63 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DNSServiceBrowser.NET", "Clients\DNSServiceBro… 65 Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "DNSServiceBrowser.VB", "Clients\DNSServiceBrow… [all …]
|
D | Android.bp | 244 "Clients/dns-sd.c", 245 "Clients/ClientCommon.c",
|
/external/mdnsresponder/mDNSPosix/ |
D | Makefile | 261 @echo "Clients done"
|
/external/grpc-grpc/doc/ |
D | http2-interop-test-descriptions.md | 23 Clients implement test cases that test certain functionality. Each client is 27 Clients should accept these arguments: 206 Clients should use their "large_unary" gRPC interop test implementations.) 248 Clients should use their "large_unary" gRPC interop test implementations.)
|
/external/skqp/site/ |
D | schedule.md | 5 Clients wishing to stay on a relatively stable level of Skia often utilize these
|
/external/llvm/include/llvm/Config/ |
D | Targets.def.in | 11 |* this build of LLVM. Clients of this file should define the *|
|
D | AsmPrinters.def.in | 11 |* supported by this build of LLVM. Clients of this file should define *|
|
D | Disassemblers.def.in | 11 |* supported by this build of LLVM. Clients of this file should define *|
|
D | AsmParsers.def.in | 11 |* supported by this build of LLVM. Clients of this file should define *|
|
/external/llvm-project/llvm/include/llvm/Config/ |
D | Targets.def.in | 11 |* this build of LLVM. Clients of this file should define the *|
|
D | Disassemblers.def.in | 11 |* supported by this build of LLVM. Clients of this file should define *|
|
D | AsmPrinters.def.in | 11 |* supported by this build of LLVM. Clients of this file should define *|
|
/external/llvm/host/include/llvm/Config/ |
D | Targets.def | 11 |* this build of LLVM. Clients of this file should define the *|
|
D | AsmPrinters.def | 11 // supported by this build of LLVM. Clients of this file should define
|
D | Disassemblers.def | 11 // supported by this build of LLVM. Clients of this file should define
|
D | AsmParsers.def | 11 // supported by this build of LLVM. Clients of this file should define
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Config/ |
D | Targets.def.in | 11 |* this build of LLVM. Clients of this file should define the *|
|
D | AsmParsers.def.in | 11 |* supported by this build of LLVM. Clients of this file should define *|
|
D | AsmPrinters.def.in | 11 |* supported by this build of LLVM. Clients of this file should define *|
|
/external/glide/third_party/disklrucache/ |
D | README.md | 21 Clients call `edit` to create or update the values of an entry. An entry may 34 Clients call `get` to read a snapshot of an entry. The read will observe the
|
/external/icing/proto/icing/proto/ |
D | initialize.proto | 37 // Clients may use this value to prevent the possibility of a select few 49 // Clients may use this option to prevent unnecessary indexing of long tokens.
|
123456