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

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_ctx.c 337 unsigned int *newitems = OPENSSL_malloc(newsize * local
339 if(!newitems) return 0;
341 memcpy(newitems, st->indexes, st->depth *
344 st->indexes = newitems;
  /external/openssl/crypto/bn/
bn_ctx.c 337 unsigned int *newitems = OPENSSL_malloc(newsize * local
339 if(!newitems) return 0;
341 memcpy(newitems, st->indexes, st->depth *
344 st->indexes = newitems;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 204 newitems = []
207 newitems.append( (k, cPickle.loads(v)) )
208 return newitems
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 204 newitems = []
207 newitems.append( (k, cPickle.loads(v)) )
208 return newitems

Completed in 6190 milliseconds