Searched refs:startstr (Results 1 - 6 of 6) 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/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/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);
H A Dupb.c2319 SETTER(startstr, upb_startstr_handlerfunc*, UPB_HANDLER_STARTSTR)
11219 /* We track the depth so that we know when to emit startstr/endstr on the
/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);
H A Dupb.c2472 SETTER(startstr, upb_startstr_handlerfunc*, UPB_HANDLER_STARTSTR)
12017 /* We track the depth so that we know when to emit startstr/endstr on the

Completed in 325 milliseconds