HomeSort by relevance Sort by last modified time
    Searched refs:accesstype (Results 1 - 2 of 2) sorted by null

  /external/curl/docs/examples/
curlx.c 114 " -accesstype arg - an Object identifier in an AIA/SIA method, e.g."
121 ./curlx -p12 psy.p12 -envpass XX -in request -verbose -accesstype AD_DVCS
144 int accesstype; member in struct:sslctxparm_st
203 if(accessinfo = my_get_ext(ctx->cert, p->accesstype, NID_sinfo_access)) {
209 else if(accessinfo = my_get_ext(ctx->cert, p->accesstype,
356 else if(strcmp(*args, "-accesstype") == 0) {
358 if((p.accesstype = OBJ_obj2nid(OBJ_txt2obj(*++args, 0))) == 0)
448 else if(p.accesstype != 0) { /* see whether we can find an AIA or SIA for a
450 if(!(serverurl = my_get_ext(p.usercert, p.accesstype, NID_info_access))) {
455 if((serverurl = my_get_ext(sk_X509_value(p.ca, j), p.accesstype,
    [all...]
  /external/curl/lib/
share.c 214 curl_lock_access accesstype)
223 share->lockfunc(data, type, accesstype, share->clientdata);

Completed in 154 milliseconds