HomeSort by relevance Sort by last modified time
    Searched refs:allowUpdate (Results 1 - 4 of 4) sorted by null

  /external/mdnsresponder/mDNSShared/
dnsextd_parser.y 71 StringListElem * allowUpdate;
109 %token ALLOWUPDATE
234 zoneSpec->allowUpdate = g_zoneSpec.allowUpdate;
256 zoneSpec->allowUpdate = g_zoneSpec.allowUpdate;
283 ALLOWUPDATE keycontent
285 g_zoneSpec.allowUpdate = g_stringList;
474 for ( elem = zoneSpec->allowUpdate; elem; elem = elem->next )
  /external/webkit/Source/WebCore/storage/
DatabaseAuthorizer.h 80 int allowUpdate(const String& tableName, const String& columnName);
DatabaseAuthorizer.cpp 331 int DatabaseAuthorizer::allowUpdate(const String& tableName, const String&)
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.cpp 391 return auth->allowUpdate(parameter1, parameter2);

Completed in 147 milliseconds