Searched refs:tpllist (Results 1 – 1 of 1) sorted by relevance
328 static struct statsblob_tpl **tpllist; variable976 *tpl = tpllist[tpl_id];994 if (strlen(name) == strlen(tpllist[i]->mb->tplname) &&995 strncmp(name, tpllist[i]->mb->tplname,997 tpllist[i]->mb->tplhash)) {1001 } else if (hash == tpllist[i]->mb->tplhash) {1020 if (buf != NULL && len > strlen(tpllist[tpl_id]->mb->tplname))1021 strlcpy(buf, tpllist[tpl_id]->mb->tplname, len);1189 newtpllist = stats_realloc(tpllist, ntpl * sizeof(void *),1193 tpllist = (struct statsblob_tpl **)newtpllist;[all …]