Searched +refs:url +refs:cache +refs:prepare (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/appcache/
H A DApplicationCacheStorage.cpp89 static unsigned urlHostHash(const URL& url) argument
91 unsigned hostStart = url.hostStart();
92 unsigned hostEnd = url.hostEnd();
94 const String& urlString = url.string();
111 if (statement.prepare() != SQLResultOk)
121 LOG_ERROR("Could not load cache group, error \"%s\"", m_database.lastErrorMsg());
127 RefPtr<ApplicationCache> cache = loadCache(newestCacheStorageID); local
128 if (!cache)
134 group->setNewestCache(cache.release());
188 if (statement.prepare() !
195 cacheGroupForURL(const URL& url) argument
245 RefPtr<ApplicationCache> cache = loadCache(newestCacheID); local
271 fallbackCacheGroupForURL(const URL& url) argument
315 RefPtr<ApplicationCache> cache = loadCache(newestCacheID); local
492 calculateRemainingSizeForOriginExcludingCache(const SecurityOrigin* origin, ApplicationCache* cache, int64_t& remainingSize) argument
721 store(ApplicationCache* cache, ResourceStorageIDJournal* storageIDJournal) argument
917 storeUpdatedType(ApplicationCacheResource* resource, ApplicationCache* cache) argument
935 store(ApplicationCacheResource* resource, ApplicationCache* cache) argument
1133 RefPtr<ApplicationCache> cache = ApplicationCache::create(); local
1234 remove(ApplicationCache* cache) argument
1342 ApplicationCache* cache = cacheHost->applicationCache(); local
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dsqlanywhere.vim379 syn keyword sqlKeyword build bulk by byte bytes cache calibrate calibration
480 syn keyword sqlKeyword authorization secure url service next_soap_header
505 syn keyword sqlStatement prepare print put raiserror read readtext release

Completed in 113 milliseconds