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

  /external/libxml2/os400/
xmllintcl.c 53 unsigned long * maxmem; /* Maximum dynamic memory. */ member in struct:__anon16897
200 if (args->maxmem && *args->maxmem) {
201 snprintf(textbuf, sizeof textbuf, "%lu", *args->maxmem);
202 vary4arg(&cmd, "--maxmem");
  /external/libxml2/
xmllint.c 127 static int maxmem = 0; variable
349 fprintf(stderr, "Ran out of memory needs > %d bytes\n", maxmem);
365 if (xmlMemUsed() > maxmem) {
380 if (xmlMemUsed() > maxmem) {
395 if (xmlMemUsed() > maxmem) {
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-compiler-plugin/0.20.0/
tycho-compiler-plugin-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-compiler-api/2.2/
plexus-compiler-api-2.2.jar 

Completed in 72 milliseconds