Home | History | Annotate | Download | only in src

Lines Matching defs:id

111     char *id;
122 if ((id = malloc(len)) != NULL)
123 snprintf(id, len, "2%s", temp);
127 return id;
129 char *id;
139 id = strdup (temp);
141 return id;
147 char *id;
230 id = strdup (temp);
232 return (id);
233 #else /* no supported id generation method, neither UUID nor TCPCONN */