Searched defs:pobj (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dobject.hpp161 pobj(D *d) { function in namespace:clover
/external/boringssl/src/crypto/x509/
H A Dx509_lu.c622 X509_OBJECT obj, *pobj; local
643 pobj = sk_X509_OBJECT_value(ctx->ctx->objs, i);
645 if (pobj->type != X509_LU_X509)
647 if (X509_NAME_cmp(xn, X509_get_subject_name(pobj->data.x509)))
649 if (ctx->check_issued(ctx, x, pobj->data.x509)) {
650 *issuer = pobj->data.x509;
651 X509_OBJECT_up_ref_count(pobj);
/external/libdrm/nouveau/
H A Dnouveau.c292 struct nouveau_object **pobj)
306 *pobj = obj;
311 nouveau_object_del(struct nouveau_object **pobj) argument
313 struct nouveau_object *obj = *pobj;
317 *pobj = NULL;
290 nouveau_object_new(struct nouveau_object *parent, uint64_t handle, uint32_t oclass, void *data, uint32_t length, struct nouveau_object **pobj) argument
/external/python/cpython2/Objects/
H A Dcomplexobject.c492 to_complex(PyObject **pobj, Py_complex *pc) argument
494 PyObject *obj = *pobj;
504 *pobj = NULL;
514 *pobj = Py_NotImplemented;
/external/python/cpython2/Modules/_ctypes/
H A D_ctypes_test.c657 static IUnknown *pobj; local
660 if (pobj)
661 pobj->lpVtbl->Release(pobj);
662 pobj = punk;
/external/python/cpython2/Modules/
H A Dsocketmodule.c4167 PyObject *pobj = (PyObject *)NULL; local
4179 &hobj, &pobj, &family, &socktype,
4197 if (PyInt_Check(pobj) || PyLong_Check(pobj)) {
4198 long value = PyLong_AsLong(pobj);
4203 } else if (PyString_Check(pobj)) {
4204 pptr = PyString_AsString(pobj);
4205 } else if (pobj == Py_None) {

Completed in 260 milliseconds