Searched refs:annotations (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libfedfs/common/
H A Dnsdb_lookup.c79 if (locations[i]->annotations != NULL) {
80 newlocs[i]->annotations =
81 strdup(locations[i]->annotations);
82 if (newlocs[i]->annotations == NULL)
445 if (entries[n]->annotations == NULL)
446 entries[n]->annotations =
452 s = entries[n]->annotations;
460 entries[n]->annotations = s;
485 free(entries[n]->annotations);
486 entries[n]->annotations
[all...]
H A Dstringtools.c72 locs[i]->annotations = NULL;
H A Dnsdb_primitives.c380 split_annotations(char *annotations, int *num) argument
385 s = annotations;
414 nsdb_create_fsn(char *nsdb, char *annotations, char *fsnuuid) argument
422 if (annotations != NULL)
423 asplit = split_annotations(annotations, &anum);
456 nsdb_create_fsl(char *nsdb, char *host, char *path, char *annotations, argument
469 if (annotations != NULL)
470 asplit = split_annotations(annotations, &anum);
H A Dnsdb_add.c45 char *uuid, char *annotations, int numloc, nsdb_entry_t **locs)
93 attrs = nsdb_create_fsn(nsdb, annotations, fsnuuid);
136 attrs = nsdb_create_fsl(nsdb, l->host, l->path, l->annotations,
44 nsdb_add(char *nsdb, int port, char *nce, char *admin, char *pw, int createfsn, char *uuid, char *annotations, int numloc, nsdb_entry_t **locs) argument

Completed in 32 milliseconds