OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:keyValue
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp
183
llvm::Value *
keyValue
= EmitScalarExpr(Key);
184
EmitStoreThroughLValue(RValue::get(
keyValue
), KeyLV, /*isInit=*/true);
193
NeededObjects.push_back(
keyValue
);
/src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c
15214
char
keyValue
[ 16 ]; // Size must be at least strlen( "name=dynamic" ) + 1 bytes.
15226
while( _ParseQuotedEscapedString( ptr, NULL, ",",
keyValue
, sizeof(
keyValue
), &keyValueLen, NULL, &ptr ) )
15228
if( strnicmpx(
keyValue
, keyValueLen, "name=dynamic" ) == 0 )
15232
else if( strnicmpx(
keyValue
, keyValueLen, "unique" ) == 0 )
[
all
...]
Completed in 61 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026