HomeSort by relevance Sort by last modified time
    Searched full:max_seg (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxslt/libxslt/
attrvt.c 41 int max_seg; /* max capacity before re-alloc needed */ member in struct:_xsltAttrVT
76 cur->max_seg = MAX_AVT_SEG;
148 if (avt->nb_seg >= avt->max_seg) {
150 avt->max_seg * sizeof(void *));
155 avt->max_seg += MAX_AVT_SEG;
  /external/libxslt/libxslt/
attrvt.c 41 int max_seg; /* max capacity before re-alloc needed */ member in struct:_xsltAttrVT
76 cur->max_seg = MAX_AVT_SEG;
148 if (avt->nb_seg >= avt->max_seg) {
150 avt->max_seg * sizeof(void *));
155 avt->max_seg += MAX_AVT_SEG;

Completed in 62 milliseconds