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

  /external/libxml2/
testrecurse.c 78 unsigned int nb_paths = 0; local
102 nb_paths = 20;
103 ret->gl_pathv = (char **) malloc(nb_paths * sizeof(char *));
116 if (ret->gl_pathc + 2 > nb_paths) {
117 char **tmp = realloc(ret->gl_pathv, nb_paths * 2 * sizeof(char *));
121 nb_paths *= 2;
runtest.c 124 unsigned int nb_paths = 0; local
148 nb_paths = 20;
149 ret->gl_pathv = (char **) malloc(nb_paths * sizeof(char *));
162 if (ret->gl_pathc + 2 > nb_paths) {
163 char **tmp = realloc(ret->gl_pathv, nb_paths * 2 * sizeof(char *));
167 nb_paths *= 2;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 1746 unsigned int nb_paths; member in struct:peer_group_data
    [all...]

Completed in 55 milliseconds