Home
last modified time | relevance | path

Searched defs:callcount (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/
D_lsprof.c81 long callcount; member
92 long callcount; /* how many times this was called */ member
/external/curl/tests/server/
Dsws.c120 int callcount; /* times ProcessRequest() gets called */ member
/external/python/cpython2/Objects/
Dunicodeobject.c703 Py_ssize_t callcount = 0; in PyUnicode_FromFormatV() local