Home
last modified time | relevance | path

Searched refs:pspace (Results 1 – 3 of 3) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-auth-manager.c565 GSList *pspace, *p; in record_auth_for_uri() local
577 pspace = soup_auth_get_protection_space (auth, uri); in record_auth_for_uri()
578 for (p = pspace; p; p = p->next) { in record_auth_for_uri()
590 soup_auth_free_protection_space (auth, pspace); in record_auth_for_uri()
/third_party/python/Modules/_ctypes/
Dctypes.h359 PyObject *_ctypes_get_errobj(int **pspace);
Dcallproc.c140 _ctypes_get_errobj(int **pspace) in _ctypes_get_errobj() argument
182 *pspace = (int *)PyCapsule_GetPointer(errobj, CTYPES_CAPSULE_NAME_PYMEM); in _ctypes_get_errobj()