Home
last modified time | relevance | path

Searched refs:prc (Results 1 - 10 of 10) sorted by relevance

/third_party/glfw/src/
H A Dwgl_context.c409 HGLRC prc, rc; in _glfwInitWGL() local
468 prc = wglGetCurrentContext(); in _glfwInitWGL()
474 wglMakeCurrent(pdc, prc); in _glfwInitWGL()
519 wglMakeCurrent(pdc, prc); in _glfwInitWGL()
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_server.c392 OSSL_CMP_POLLREQCONTENT *prc; in process_pollReq() local
402 prc = req->body->value.pollReq; in process_pollReq()
403 if (sk_OSSL_CMP_POLLREQ_num(prc) != 1) { in process_pollReq()
408 pr = sk_OSSL_CMP_POLLREQ_value(prc, OSSL_CMP_CERTREQID); in process_pollReq()
H A Dcmp_client.c268 OSSL_CMP_POLLREPCONTENT *prc = prep->body->value.pollRep; in poll_for_response() local
274 if (sk_OSSL_CMP_POLLREP_num(prc) > 1) { in poll_for_response()
278 pollRep = ossl_cmp_pollrepcontent_get0_pollrep(prc, rid); in poll_for_response()
H A Dcmp_msg.c979 ossl_cmp_pollrepcontent_get0_pollrep(const OSSL_CMP_POLLREPCONTENT *prc, in ossl_cmp_pollrepcontent_get0_pollrep() argument
985 if (!ossl_assert(prc != NULL)) in ossl_cmp_pollrepcontent_get0_pollrep()
988 for (i = 0; i < sk_OSSL_CMP_POLLREP_num(prc); i++) { in ossl_cmp_pollrepcontent_get0_pollrep()
989 pollRep = sk_OSSL_CMP_POLLREP_value(prc, i); in ossl_cmp_pollrepcontent_get0_pollrep()
H A Dcmp_local.h901 ossl_cmp_pollrepcontent_get0_pollrep(const OSSL_CMP_POLLREPCONTENT *prc,
/third_party/openssl/crypto/cmp/
H A Dcmp_server.c392 OSSL_CMP_POLLREQCONTENT *prc; in process_pollReq() local
402 prc = req->body->value.pollReq; in process_pollReq()
403 if (sk_OSSL_CMP_POLLREQ_num(prc) != 1) { in process_pollReq()
408 pr = sk_OSSL_CMP_POLLREQ_value(prc, OSSL_CMP_CERTREQID); in process_pollReq()
H A Dcmp_client.c271 OSSL_CMP_POLLREPCONTENT *prc = prep->body->value.pollRep; in poll_for_response() local
277 if (sk_OSSL_CMP_POLLREP_num(prc) > 1) { in poll_for_response()
281 pollRep = ossl_cmp_pollrepcontent_get0_pollrep(prc, rid); in poll_for_response()
H A Dcmp_msg.c979 ossl_cmp_pollrepcontent_get0_pollrep(const OSSL_CMP_POLLREPCONTENT *prc, in ossl_cmp_pollrepcontent_get0_pollrep() argument
985 if (!ossl_assert(prc != NULL)) in ossl_cmp_pollrepcontent_get0_pollrep()
988 for (i = 0; i < sk_OSSL_CMP_POLLREP_num(prc); i++) { in ossl_cmp_pollrepcontent_get0_pollrep()
989 pollRep = sk_OSSL_CMP_POLLREP_value(prc, i); in ossl_cmp_pollrepcontent_get0_pollrep()
H A Dcmp_local.h901 ossl_cmp_pollrepcontent_get0_pollrep(const OSSL_CMP_POLLREPCONTENT *prc,
/third_party/python/Modules/_ctypes/
H A D_ctypes_test.c718 EXPORT(int) PointInRect(RECT *prc, POINT pt) in PointInRect() argument
720 if (pt.x < prc->left) in PointInRect()
722 if (pt.x > prc->right) in PointInRect()
724 if (pt.y < prc->top) in PointInRect()
726 if (pt.y > prc->bottom) in PointInRect()

Completed in 14 milliseconds