Home
last modified time | relevance | path

Searched refs:pmod (Results 1 – 5 of 5) sorted by relevance

/external/curl/lib/vtls/
Dnss.c1321 static CURLcode nss_load_module(SECMODModule **pmod, const char *library, in nss_load_module() argument
1325 SECMODModule *module = *pmod; in nss_load_module()
1339 *pmod = module; in nss_load_module()
1349 static void nss_unload_module(SECMODModule **pmod) in nss_unload_module() argument
1351 SECMODModule *module = *pmod; in nss_unload_module()
1361 *pmod = NULL; in nss_unload_module()
/external/python/cpython2/Lib/
Dtrace.py285 for ((pfile, pmod, pfunc), (cfile, cmod, cfunc)) in calls:
294 print " %s.%s -> %s.%s" % (pmod, pfunc, cmod, cfunc)
/external/python/cpython3/Lib/
Dtrace.py226 for ((pfile, pmod, pfunc), (cfile, cmod, cfunc)) \
236 print(" %s.%s -> %s.%s" % (pmod, pfunc, cmod, cfunc))
/external/python/cpython3/Objects/
Dlongobject.c3623 PyLongObject **pdiv, PyLongObject **pmod) in l_divmod() argument
3636 if (pmod != NULL) { in l_divmod()
3642 *pmod = mod; in l_divmod()
3677 if (pmod != NULL) in l_divmod()
3678 *pmod = mod; in l_divmod()
/external/python/cpython2/Objects/
Dlongobject.c3015 PyLongObject **pdiv, PyLongObject **pmod) in l_divmod() argument
3049 if (pmod != NULL) in l_divmod()
3050 *pmod = mod; in l_divmod()