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

  /external/clearsilver/util/
skiplist.h 129 NEOERR *skipInsert(skipList list, UINT32 key, void *value, int allowUpdate);
134 * If key is already in list, and <allowUpdate> is true,
141 * NERR_DUPLICATE if allowUpdate is 0 and key exists
skiplist.c 521 NEOERR *skipInsert(skipList list, UINT32 key, void *value, int allowUpdate)
541 if(!allowUpdate)
  /external/webkit/WebCore/storage/
DatabaseAuthorizer.h 74 int allowUpdate(const String& tableName, const String& columnName);
DatabaseAuthorizer.cpp 301 int DatabaseAuthorizer::allowUpdate(const String& tableName, const String&)
  /external/webkit/WebCore/platform/sql/
SQLiteDatabase.cpp 306 return auth->allowUpdate(parameter1, parameter2);

Completed in 1552 milliseconds