Searched defs:startstr (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/Modules/
H A Dsymtablemodule.c16 char *startstr; local
20 &startstr))
22 if (strcmp(startstr, "exec") == 0)
24 else if (strcmp(startstr, "eval") == 0)
26 else if (strcmp(startstr, "single") == 0)
/external/python/cpython3/Modules/
H A Dsymtablemodule.c15 char *startstr; local
19 &str, PyUnicode_FSDecoder, &filename, &startstr))
21 if (strcmp(startstr, "exec") == 0)
23 else if (strcmp(startstr, "eval") == 0)
25 else if (strcmp(startstr, "single") == 0)
/external/python/cpython2/Python/
H A Dbltinmodule.c471 char *startstr; local
484 kwlist, &cmd, &filename, &startstr,
503 if (strcmp(startstr, "exec") == 0)
505 else if (strcmp(startstr, "eval") == 0)
507 else if (strcmp(startstr, "single") == 0)
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h4235 * MySubClosure* startstr(MyClosure* c, const MyHandlerData* d,
6178 func *startstr; local
6183 startstr = (func*)upb_handlers_gethandler(s->handlers, sel);
6185 if (!startstr) return true;
6187 sub->closure = startstr(s->closure, hd, size_hint);
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h3539 * MySubClosure* startstr(MyClosure* c, const MyHandlerData* d,
5743 func *startstr; local
5748 startstr = (func*)upb_handlers_gethandler(s->handlers, sel);
5750 if (!startstr) return true;
5752 sub->closure = startstr(s->closure, hd, size_hint);

Completed in 2054 milliseconds