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 129 unsigned int nb_paths = 0; local
153 nb_paths = 20;
154 ret->gl_pathv = (char **) malloc(nb_paths * sizeof(char *));
167 if (ret->gl_pathc + 2 > nb_paths) {
168 char **tmp = realloc(ret->gl_pathv, nb_paths * 2 * sizeof(char *));
172 nb_paths *= 2;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 1823 unsigned int nb_paths; member in struct:peer_group_data
    [all...]

Completed in 427 milliseconds