Lines Matching +refs:val +refs:count
48 unsigned count;
52 count = 0;
56 count++;
62 (count + 1) * sizeof(void *),
63 (count + 2) * sizeof(void *));
65 array = (void**) PORT_ArenaAlloc(arena, (count + 2) * sizeof(void *));
68 array[count] = element;
69 array[count+1] = 0;
443 i->val = talloc_strndup(i, (char *) tmp_secitem.data,
445 if (i->val == NULL) {
450 ret = get_short_name(i, i->val, '@', &(i->short_name));
499 i->val = talloc_strdup(i, "");
500 if (i->val == NULL) {
506 i->val = talloc_strdup_append(i->val, "/");
507 if (i->val == NULL) {
512 i->val = talloc_strndup_append(i->val,
515 if (i->val == NULL) {
520 i->val = talloc_asprintf_append(i->val, "@%.*s",
523 if (i->val == NULL) {
528 ret = get_short_name(i, i->val, '@', &(i->short_name));
569 i->val = talloc_strdup(i, tmp_str + 4);
571 if (i->val == NULL) {
646 i->val = talloc_strdup(i, addrBuf);
647 if (i->val == NULL) {
727 item_p->val, &item_pb);
748 ret = get_short_name(item, item->val,