[#OCSP_request_onereq_get0] = OCSP_request_onereq_get0 :mrdocs: Return the single‐request entry at index `i` in an OCSP request. == Synopsis Declared in `<openssl/ocsp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OCSP_ONEREQ.adoc[OCSP_ONEREQ]* OCSP_request_onereq_get0( xref:OCSP_REQUEST.adoc[OCSP_REQUEST]* req, int i); ---- == Return Value Internal OCSP_ONEREQ pointer, or NULL if `i` is out of range. == Parameters [cols="1,4"] |=== | Name| Description | *req* | OCSP request to query. | *i* | Zero‐based index into the requestList. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#