Searched refs:nb_paths (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Dtestrecurse.c81 unsigned int nb_paths = 0; local
105 nb_paths = 20;
106 ret->gl_pathv = (char **) malloc(nb_paths * sizeof(char *));
119 if (ret->gl_pathc + 2 > nb_paths) {
120 char **tmp = realloc(ret->gl_pathv, nb_paths * 2 * sizeof(char *));
124 nb_paths *= 2;
H A Druntest.c127 unsigned int nb_paths = 0; local
151 nb_paths = 20;
152 ret->gl_pathv = (char **) malloc(nb_paths * sizeof(char *));
165 if (ret->gl_pathc + 2 > nb_paths) {
166 char **tmp = realloc(ret->gl_pathv, nb_paths * 2 * sizeof(char *));
170 nb_paths *= 2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Dtestrecurse.c81 unsigned int nb_paths = 0; local
105 nb_paths = 20;
106 ret->gl_pathv = (char **) malloc(nb_paths * sizeof(char *));
119 if (ret->gl_pathc + 2 > nb_paths) {
120 char **tmp = realloc(ret->gl_pathv, nb_paths * 2 * sizeof(char *));
124 nb_paths *= 2;
H A Druntest.c127 unsigned int nb_paths = 0; local
151 nb_paths = 20;
152 ret->gl_pathv = (char **) malloc(nb_paths * sizeof(char *));
165 if (ret->gl_pathc + 2 > nb_paths) {
166 char **tmp = realloc(ret->gl_pathv, nb_paths * 2 * sizeof(char *));
170 nb_paths *= 2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Dtestrecurse.c81 unsigned int nb_paths = 0; local
105 nb_paths = 20;
106 ret->gl_pathv = (char **) malloc(nb_paths * sizeof(char *));
119 if (ret->gl_pathc + 2 > nb_paths) {
120 char **tmp = realloc(ret->gl_pathv, nb_paths * 2 * sizeof(char *));
124 nb_paths *= 2;
H A Druntest.c127 unsigned int nb_paths = 0; local
151 nb_paths = 20;
152 ret->gl_pathv = (char **) malloc(nb_paths * sizeof(char *));
165 if (ret->gl_pathc + 2 > nb_paths) {
166 char **tmp = realloc(ret->gl_pathv, nb_paths * 2 * sizeof(char *));
170 nb_paths *= 2;

Completed in 132 milliseconds