Home | History | Annotate | Download | only in apps

Lines Matching refs:tmp_p

409 			char **tmp_p;
411 tmp_p = (char **)OPENSSL_realloc(arg->data,
413 if (tmp_p == NULL)
415 arg->data = tmp_p;