Home
last modified time | relevance | path

Searched refs:tpllist (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_stats.c327 static struct statsblob_tpl **tpllist; variable
975 *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 …]
/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c1085 size_t *tpllist = NULL; in tls1_set_groups() local
1103 if ((tpllist = OPENSSL_malloc(1 * sizeof(*tpllist))) == NULL) in tls1_set_groups()
1132 tpllist[0] = ngroups; in tls1_set_groups()
1133 *tplext = tpllist; in tls1_set_groups()
1139 OPENSSL_free(tpllist); in tls1_set_groups()