Searched refs:tpllist (Results 1 – 1 of 1) sorted by relevance
327 static struct statsblob_tpl **tpllist; variable975 *tpl = tpllist[tpl_id];993 if (strlen(name) == strlen(tpllist[i]->mb->tplname) &&994 strncmp(name, tpllist[i]->mb->tplname,996 tpllist[i]->mb->tplhash)) {1000 } else if (hash == tpllist[i]->mb->tplhash) {1019 if (buf != NULL && len > strlen(tpllist[tpl_id]->mb->tplname))1020 strlcpy(buf, tpllist[tpl_id]->mb->tplname, len);1200 newtpllist = stats_realloc(tpllist, ntpl * sizeof(void *),1204 tpllist = (struct statsblob_tpl **)newtpllist;[all …]