Searched refs:Py_CLEAR (Results 1 - 25 of 86) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
H A Dsqlitecompat.h42 /* define Py_CLEAR for pre-2.4 versions of Python */
43 #ifndef Py_CLEAR
44 #define Py_CLEAR(op) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dpystate.c106 Py_CLEAR(interp->codec_search_path);
107 Py_CLEAR(interp->codec_search_cache);
108 Py_CLEAR(interp->codec_error_registry);
109 Py_CLEAR(interp->modules);
110 Py_CLEAR(interp->modules_reloading);
111 Py_CLEAR(interp->sysdict);
112 Py_CLEAR(interp->builtins);
237 Py_CLEAR(tstate->frame);
239 Py_CLEAR(tstate->dict);
240 Py_CLEAR(tstat
[all...]
H A Dtraceback.c44 Py_CLEAR(tb->tb_next);
45 Py_CLEAR(tb->tb_frame);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dpystate.c107 Py_CLEAR(interp->codec_search_path);
108 Py_CLEAR(interp->codec_search_cache);
109 Py_CLEAR(interp->codec_error_registry);
110 Py_CLEAR(interp->modules);
111 Py_CLEAR(interp->modules_reloading);
112 Py_CLEAR(interp->sysdict);
113 Py_CLEAR(interp->builtins);
235 Py_CLEAR(tstate->frame);
237 Py_CLEAR(tstate->dict);
238 Py_CLEAR(tstat
[all...]
H A Dtraceback.c44 Py_CLEAR(tb->tb_next);
45 Py_CLEAR(tb->tb_frame);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Diterobject.c187 Py_CLEAR(it->it_callable);
188 Py_CLEAR(it->it_sentinel);
193 Py_CLEAR(it->it_callable);
194 Py_CLEAR(it->it_sentinel);
H A Dexceptions.c66 Py_CLEAR(self->message);
76 Py_CLEAR(self->dict);
77 Py_CLEAR(self->args);
78 Py_CLEAR(self->message);
283 Py_CLEAR(self->dict);
311 Py_CLEAR(self->args);
352 Py_CLEAR(self->message);
524 Py_CLEAR(self->code);
536 Py_CLEAR(self->code);
612 Py_CLEAR(sel
[all...]
H A Dframeobject.c40 Py_CLEAR(f->NAME); \
460 Py_CLEAR(*p);
471 Py_CLEAR(f->f_locals);
472 Py_CLEAR(f->f_trace);
473 Py_CLEAR(f->f_exc_type);
474 Py_CLEAR(f->f_exc_value);
475 Py_CLEAR(f->f_exc_traceback);
536 Py_CLEAR(f->f_exc_type);
537 Py_CLEAR(f->f_exc_value);
538 Py_CLEAR(
[all...]
H A Dcellobject.c93 Py_CLEAR(op->ob_ref);
H A Dgenobject.c38 Py_CLEAR(gen->gi_frame);
39 Py_CLEAR(gen->gi_code);
92 Py_CLEAR(f->f_back);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Diterobject.c187 Py_CLEAR(it->it_callable);
188 Py_CLEAR(it->it_sentinel);
193 Py_CLEAR(it->it_callable);
194 Py_CLEAR(it->it_sentinel);
H A Dexceptions.c66 Py_CLEAR(self->message);
76 Py_CLEAR(self->dict);
77 Py_CLEAR(self->args);
78 Py_CLEAR(self->message);
283 Py_CLEAR(self->dict);
310 Py_CLEAR(self->args);
524 Py_CLEAR(self->code);
536 Py_CLEAR(self->code);
612 Py_CLEAR(self->myerrno); /* replacing */
616 Py_CLEAR(sel
[all...]
H A Dframeobject.c40 Py_CLEAR(f->NAME); \
458 Py_CLEAR(*p);
469 Py_CLEAR(f->f_locals);
470 Py_CLEAR(f->f_trace);
471 Py_CLEAR(f->f_exc_type);
472 Py_CLEAR(f->f_exc_value);
473 Py_CLEAR(f->f_exc_traceback);
534 Py_CLEAR(f->f_exc_type);
535 Py_CLEAR(f->f_exc_value);
536 Py_CLEAR(
[all...]
H A Dcellobject.c93 Py_CLEAR(op->ob_ref);
H A Dgenobject.c38 Py_CLEAR(gen->gi_frame);
39 Py_CLEAR(gen->gi_code);
91 Py_CLEAR(f->f_back);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
H A Dstringio.c493 Py_CLEAR(self->readnl);
494 Py_CLEAR(self->writenl);
495 Py_CLEAR(self->decoder);
509 Py_CLEAR(self->dict);
522 Py_CLEAR(self->readnl);
523 Py_CLEAR(self->writenl);
524 Py_CLEAR(self->decoder);
525 Py_CLEAR(self->dict);
581 Py_CLEAR(self->readnl);
582 Py_CLEAR(sel
[all...]
H A Dtextio.c234 Py_CLEAR(self->decoder);
235 Py_CLEAR(self->errors);
854 Py_CLEAR(self->buffer);
855 Py_CLEAR(self->encoding);
856 Py_CLEAR(self->encoder);
857 Py_CLEAR(self->decoder);
858 Py_CLEAR(self->readnl);
859 Py_CLEAR(self->decoded_chars);
860 Py_CLEAR(self->pending_bytes);
861 Py_CLEAR(sel
[all...]
H A Dbufferedio.c374 Py_CLEAR(self->raw);
385 Py_CLEAR(self->dict);
414 Py_CLEAR(self->raw);
415 Py_CLEAR(self->dict);
487 Py_CLEAR(res);
807 Py_CLEAR(res);
973 Py_CLEAR(res);
976 Py_CLEAR(res);
1018 Py_CLEAR(res);
1021 Py_CLEAR(re
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
H A Dstringio.c493 Py_CLEAR(self->readnl);
494 Py_CLEAR(self->writenl);
495 Py_CLEAR(self->decoder);
509 Py_CLEAR(self->dict);
522 Py_CLEAR(self->readnl);
523 Py_CLEAR(self->writenl);
524 Py_CLEAR(self->decoder);
525 Py_CLEAR(self->dict);
581 Py_CLEAR(self->readnl);
582 Py_CLEAR(sel
[all...]
H A Dtextio.c234 Py_CLEAR(self->decoder);
235 Py_CLEAR(self->errors);
838 Py_CLEAR(self->buffer);
839 Py_CLEAR(self->encoding);
840 Py_CLEAR(self->encoder);
841 Py_CLEAR(self->decoder);
842 Py_CLEAR(self->readnl);
843 Py_CLEAR(self->decoded_chars);
844 Py_CLEAR(self->pending_bytes);
845 Py_CLEAR(sel
[all...]
H A Dbufferedio.c374 Py_CLEAR(self->raw);
385 Py_CLEAR(self->dict);
403 Py_CLEAR(self->raw);
404 Py_CLEAR(self->dict);
740 Py_CLEAR(res);
766 Py_CLEAR(res);
840 Py_CLEAR(res);
943 Py_CLEAR(res);
953 Py_CLEAR(res);
956 Py_CLEAR(re
[all...]
H A D_iomodule.c500 Py_CLEAR(raw);
517 Py_CLEAR(buffer);
769 Py_CLEAR(_PyIO_os_module);
770 Py_CLEAR(_PyIO_unsupported_operation);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A D_json.c573 Py_CLEAR(chunks);
847 Py_CLEAR(s->encoding);
848 Py_CLEAR(s->strict);
849 Py_CLEAR(s->object_hook);
850 Py_CLEAR(s->pairs_hook);
851 Py_CLEAR(s->parse_float);
852 Py_CLEAR(s->parse_int);
853 Py_CLEAR(s->parse_constant);
914 Py_CLEAR(key);
915 Py_CLEAR(va
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A D_json.c584 Py_CLEAR(chunks);
870 Py_CLEAR(s->encoding);
871 Py_CLEAR(s->strict);
872 Py_CLEAR(s->object_hook);
873 Py_CLEAR(s->pairs_hook);
874 Py_CLEAR(s->parse_float);
875 Py_CLEAR(s->parse_int);
876 Py_CLEAR(s->parse_constant);
937 Py_CLEAR(key);
938 Py_CLEAR(va
[all...]
H A Dthreadmodule.c311 Py_CLEAR(wr);
315 Py_CLEAR(dummy);
393 Py_CLEAR(self->args);
394 Py_CLEAR(self->kw);
395 Py_CLEAR(self->dummies);
396 Py_CLEAR(self->wr_callback);

Completed in 177 milliseconds

1234