HomeSort by: relevance | last modified time | path
    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