Home
last modified time | relevance | path

Searched refs:inFlags (Results 1 – 6 of 6) sorted by relevance

/external/mdnsresponder/mDNSShared/
DDebugServices.c88 static OSStatus DebugFPrintFInit( DebugOutputTypeFlags inFlags, const char *inFilename );
723 static OSStatus DebugFPrintFInit( DebugOutputTypeFlags inFlags, const char *inFilename ) in DebugFPrintFInit() argument
728 typeFlags = inFlags & kDebugOutputTypeFlagsTypeMask; in DebugFPrintFInit()
2033 DebugFlags inFlags, in DebugHexDump() argument
2064 newline = ( inFlags & kDebugFlagsNoNewLine ) ? "" : "\n"; in DebugHexDump()
2069 if( inFlags & kDebugFlagsNoNewLine ) in DebugHexDump()
2071 if( inFlags & kDebugFlags8BitSeparator ) in DebugHexDump()
2075 if( inFlags & kDebugFlags16BitSeparator ) in DebugHexDump()
2079 if( !( inFlags & kDebugFlagsNo32BitSeparator ) ) in DebugHexDump()
2104 if( !( inFlags & kDebugFlagsNoAddress ) ) in DebugHexDump()
[all …]
Ddnssd_clientshim.c710 DNSServiceFlags inFlags, in DNSServiceGetAddrInfoResponse() argument
731 x->callback((DNSServiceRef)x, inFlags, inInterfaceIndex, inErrorCode, inFullName, in DNSServiceGetAddrInfoResponse()
737 DNSServiceFlags inFlags, in DNSServiceGetAddrInfo() argument
762 err = DNSServiceQueryRecord(&x->aQuery, inFlags, inInterfaceIndex, inHostName, kDNSServiceType_A, in DNSServiceGetAddrInfo()
DDebugServices.h1550 DebugFlags inFlags,
/external/clang/test/Sema/
Dwarn-documentation.cpp652 unsigned test_function(Base64Flags inFlags);
658 unsigned (*test_callback)(BaseFlags inFlags);
/external/sqlite/dist/
Dsqlite3.c84501 SQLITE_PRIVATE int sqlite3FindInIndex(Parse *pParse, Expr *pX, u32 inFlags, int *prRhsHasNull){
84509 mustBeUnique = (inFlags & IN_INDEX_LOOP)!=0;
84593 && (inFlags & IN_INDEX_NOOP_OK)
84608 if( inFlags & IN_INDEX_LOOP ){
/external/sqlite/dist/orig/
Dsqlite3.c84483 SQLITE_PRIVATE int sqlite3FindInIndex(Parse *pParse, Expr *pX, u32 inFlags, int *prRhsHasNull){
84491 mustBeUnique = (inFlags & IN_INDEX_LOOP)!=0;
84575 && (inFlags & IN_INDEX_NOOP_OK)
84590 if( inFlags & IN_INDEX_LOOP ){