Lines Matching refs:val
170 i->val = talloc_strndup(i,
174 if (i->val == NULL) {
179 ret = get_short_name(i, i->val, '@', &(i->short_name));
239 i->val = talloc_strdup(i, "");
240 if (i->val == NULL) {
250 i->val = talloc_strdup_append(i->val, "/");
251 if (i->val == NULL) {
259 i->val = talloc_strndup_append(i->val,
262 if (i->val == NULL) {
268 i->val = talloc_asprintf_append(i->val, "@%.*s",
271 if (i->val == NULL) {
276 ret = get_short_name(i, i->val, '@', &(i->short_name));
306 i->val = talloc_strndup(i, (const char *) data, len);
307 if (i->val == NULL) {
436 i->val = talloc_strndup(i, oid_buf, len);
437 if (i->val == NULL) {
503 item_p->val, &item_pb);
522 ret = get_short_name(item, item->val, '@', &(item->short_name));
539 ret = get_short_name(item, item->val, '.', &(item->short_name));