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

  /external/python/cpython3/Modules/clinic/
_hashopenssl.c.h 9 " maxmem=0, dklen=64)\n"
20 long maxmem, long dklen);
26 static const char * const _keywords[] = {"password", "salt", "n", "r", "p", "maxmem", "dklen", NULL};
33 long maxmem = 0; local
37 &password, &salt, &PyLong_Type, &n_obj, &PyLong_Type, &r_obj, &PyLong_Type, &p_obj, &maxmem, &dklen)) {
40 return_value = _hashlib_scrypt_impl(module, &password, &salt, n_obj, r_obj, p_obj, maxmem, dklen);
  /external/libxml2/os400/
xmllintcl.c 53 unsigned long * maxmem; /* Maximum dynamic memory. */ member in struct:__anon30464
200 if (args->maxmem && *args->maxmem) {
201 snprintf(textbuf, sizeof textbuf, "%lu", *args->maxmem);
202 vary4arg(&cmd, "--maxmem");
  /external/libxml2/
xmllint.c 111 static int maxmem = 0; variable
333 fprintf(stderr, "Ran out of memory needs > %d bytes\n", maxmem);
349 if (xmlMemUsed() > maxmem) {
364 if (xmlMemUsed() > maxmem) {
379 if (xmlMemUsed() > maxmem) {
    [all...]

Completed in 203 milliseconds