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

  /external/libxml2/
timsort.h 323 SORT_TYPE *tempstore = (SORT_TYPE *)realloc(store->storage, new_size * sizeof(SORT_TYPE)); local
324 if (tempstore == NULL)
329 store->storage = tempstore;
  /external/chromium_org/third_party/sqlite/src/
configure.ac 289 AC_ARG_ENABLE(tempstore,
290 AC_HELP_STRING([--enable-tempstore],[Use an in-ram database for temporary tables (never,no,yes,always)]),,enable_tempstore=no)
configure     [all...]

Completed in 453 milliseconds