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

  /external/chromium_org/third_party/libxml/src/
runsuite.c 110 static int nb_entities = 0; variable
114 for (i = 0;i < nb_entities;i++) {
120 nb_entities = 0;
123 if (nb_entities >= MAX_ENTITIES) {
127 testEntitiesName[nb_entities] = name;
128 testEntitiesValue[nb_entities] = content;
129 nb_entities++;
144 for (i = 0;i < nb_entities;i++) {

Completed in 437 milliseconds