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
204 accessinfo = my_get_ext(ctx->cert, p->accesstype, NID_sinfo_access);
211 else if(accessinfo = my_get_ext(ctx->cert, p->accesstype,
358 else if(strcmp(*args, "-accesstype") == 0) {
360 p.accesstype = OBJ_obj2nid(OBJ_txt2obj(*++args, 0));
361 if(p.accesstype == 0)
456 else if(p.accesstype != 0) { /* see whether we can find an AIA or SIA for a
458 serverurl = my_get_ext(p.usercert, p.accesstype, NID_info_access)
    [all...]
  /external/curl/lib/
share.c 218 curl_lock_access accesstype)
227 share->lockfunc(data, type, accesstype, share->clientdata);

Completed in 647 milliseconds