Searched refs:tplname (Results 1 – 2 of 2) sorted by relevance
437 tpl->mb->tplhash = hash32_str(tpl->mb->tplname, 0);993 if (strlen(name) == strlen(tpllist[i]->mb->tplname) &&994 strncmp(name, tpllist[i]->mb->tplname,1019 if (buf != NULL && len > strlen(tpllist[tpl_id]->mb->tplname))1020 strlcpy(buf, tpllist[tpl_id]->mb->tplname, len);1171 tpl_mb->tplname = stats_strdup(name, 0);1174 tpl_mb->tplname == NULL) {1178 stats_free(tpl_mb->tplname);1211 stats_free(tpl_mb->tplname);2129 sbuf_printf(buf, fmtstr, tpl_mb ? tpl_mb->tplname : "null",[all …]
642 char *tplname; member