Lines Matching refs:uristr2
196 char *uristr2, *l1, *l2, *tok, *name;
215 uristr2 = strdup(uristr + strlen(PK11_URI_PREFIX));
216 if (uristr2 == NULL)
232 if (strstr(uristr2, ";;") != NULL || uristr2[0] == ';' ||
233 (strlen(uristr2) > 0 && uristr2[strlen(uristr2) - 1] == ';'))
236 tok = strtok_r(uristr2, ";", &l1);
331 free(uristr2);
335 if (uristr2 != NULL)
336 free(uristr2);
342 if (uristr2 != NULL)
343 free(uristr2);