Searched refs:prc (Results 1 - 10 of 10) sorted by relevance
/third_party/glfw/src/ |
H A D | wgl_context.c | 409 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 D | cmp_server.c | 392 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 D | cmp_client.c | 268 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 D | cmp_msg.c | 979 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 D | cmp_local.h | 901 ossl_cmp_pollrepcontent_get0_pollrep(const OSSL_CMP_POLLREPCONTENT *prc,
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_server.c | 392 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 D | cmp_client.c | 271 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 D | cmp_msg.c | 979 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 D | cmp_local.h | 901 ossl_cmp_pollrepcontent_get0_pollrep(const OSSL_CMP_POLLREPCONTENT *prc,
|
/third_party/python/Modules/_ctypes/ |
H A D | _ctypes_test.c | 718 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