Lines Matching defs:description
416 * a "description" string.
424 char *description = NULL;
435 /* There could also be a description string */
436 description = strchr(name, ':');
437 if (description != NULL)
438 *description++ = '\0';
447 if (description != NULL && strlen(description) > 0) {
448 (void) xmlNewChild(node, NULL, (xmlChar *)"description",
449 (xmlChar *)description);
592 if (strcmp(name, "description") == 0) {
593 /* We have a description node */
596 (xmlChar *)"description", NULL);
1534 char *description;
1569 description = sa_get_resource_description(resource);
1572 strsize += (description != NULL) ? strlen(description) : 0;
1587 description ? description : "");
1613 if (description != NULL) {
1614 sa_free_share_description(description);
1615 description = NULL;
1625 if (description != NULL)
1626 sa_free_share_description(description);
1658 char *description;
1769 description = sa_get_share_description(share);
1770 if (description != NULL) {
1772 "description",
1773 description);
1774 sa_free_share_description(description);