Lines Matching refs:idstr
1533 char *idstr;
1568 idstr = sa_get_resource_attr(resource, "id");
1571 strsize += (idstr != NULL) ? strlen(idstr) : 0;
1581 if (idstr == NULL)
1586 idstr, valstr ? valstr : "",
1609 if (idstr != NULL) {
1610 sa_free_attr_string(idstr);
1611 idstr = NULL;
1623 if (idstr != NULL)
1624 sa_free_attr_string(idstr);