Home | History | Annotate | Download | only in apps

Lines Matching refs:tmp_p

410 			char **tmp_p;
412 tmp_p = (char **)OPENSSL_realloc(arg->data,
414 if (tmp_p == NULL)
416 arg->data = tmp_p;