Searched +defs:c +defs:cleanup +defs:list (Results 1 – 6 of 6) sorted by relevance
/external/curl/lib/ |
D | cookie.c | 339 struct curl_slist *list = data->change.cookielist; in Curl_cookie_loadfiles() local 431 struct CookieInfo *c, in Curl_cookie_add() 1132 struct CookieInfo *c; in Curl_cookie_init() local 1297 struct Cookie *Curl_cookie_getlist(struct CookieInfo *c, in Curl_cookie_getlist() 1482 void Curl_cookie_cleanup(struct CookieInfo *c) in Curl_cookie_cleanup() 1531 static int cookie_output(struct CookieInfo *c, const char *dumphere) in cookie_output() 1607 struct curl_slist *list = NULL; in cookie_list() local 1609 struct Cookie *c; in cookie_list() local 1641 struct curl_slist *list; in Curl_cookie_list() local 1648 void Curl_flush_cookies(struct Curl_easy *data, int cleanup) in Curl_flush_cookies()
|
/external/icu/icu4c/source/i18n/ |
D | tridpars.cpp | 65 TransliteratorIDParser::SingleID::SingleID(const UnicodeString& c, const UnicodeString& b, in SingleID() 72 TransliteratorIDParser::SingleID::SingleID(const UnicodeString& c, const UnicodeString& b) { in SingleID() 359 UVector& list, in parseCompoundID() 472 void TransliteratorIDParser::instantiateList(UVector& list, in instantiateList() 741 UChar c = id.charAt(pos); in parseFilterID() local 922 void TransliteratorIDParser::cleanup() { in cleanup() function in TransliteratorIDParser
|
/external/python/cpython2/Python/ |
D | compile.c | 242 compiler_init(struct compiler *c) in compiler_init() 257 struct compiler c; in PyAST_Compile() local 316 compiler_free(struct compiler *c) in compiler_free() 326 list2dict(PyObject *list) in list2dict() 464 compiler_enter_scope(struct compiler *c, identifier name, void *key, in compiler_enter_scope() 538 compiler_exit_scope(struct compiler *c) in compiler_exit_scope() 566 compiler_new_block(struct compiler *c) in compiler_new_block() 585 compiler_use_new_block(struct compiler *c) in compiler_use_new_block() 595 compiler_next_block(struct compiler *c) in compiler_next_block() 606 compiler_use_next_block(struct compiler *c, basicblock *block) in compiler_use_next_block() [all …]
|
/external/python/cpython3/Python/ |
D | compile.c | 289 compiler_init(struct compiler *c) in compiler_init() 304 struct compiler c; in PyAST_CompileObject() local 388 compiler_free(struct compiler *c) in compiler_free() 399 list2dict(PyObject *list) in list2dict() 540 compiler_enter_scope(struct compiler *c, identifier name, in compiler_enter_scope() 650 compiler_exit_scope(struct compiler *c) in compiler_exit_scope() 674 compiler_set_qualname(struct compiler *c) in compiler_set_qualname() 755 compiler_new_block(struct compiler *c) in compiler_new_block() 774 compiler_next_block(struct compiler *c) in compiler_next_block() 785 compiler_use_next_block(struct compiler *c, basicblock *block) in compiler_use_next_block() [all …]
|
/external/ltp/testcases/kernel/sched/process_stress/ |
D | process.c | 98 int *list; /* pointer to list of parent and sibling slot locations */ member 331 void cleanup(int sig, int code, struct sigcontext *scp) in cleanup() function 1006 char *c; /* character pointer */ local
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_ra.cpp | 1035 for (int c = 0; split ? insn->defExists(c) : insn->srcExists(c); ++c) { in makeCompound() local 1055 int c, n; in doCoalesce() local 1179 GCRA::insertOrderedTail(std::list<RIG_Node *>& list, RIG_Node *node) in insertOrderedTail() 1516 GCRA::cleanup(const bool success) in cleanup() function in nv50_ir::GCRA 1939 int c, k, d; in textureMask() local 1972 for (int c = s + 1; cst->srcExists(c); ++c) in detectConflict() local 2215 int c; in texConstraintNV50() local
|