⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cpickle_c.h

📁 minimal python variant for small footprint apps like embedded apps
💻 H
字号:
#ifndef CPICKLE_C_H#define CPICKLE_C_Hstatic void Pdata_dealloc(Pdata *self) SEG_CPICKLE_C;static PyObject *Pdata_New() SEG_CPICKLE_C;static int stackUnderflow() SEG_CPICKLE_C;static intPdata_clear(Pdata *self, int clearto) SEG_CPICKLE_C;static int Pdata_grow(Pdata *self) SEG_CPICKLE_C;static PyObject *Pdata_popTuple(Pdata *self, int start) SEG_CPICKLE_C;static PyObject *Pdata_popList(Pdata *self, int start) SEG_CPICKLE_C;staticPyObject *#ifdef HAVE_STDARG_PROTOTYPES/* VARARGS 2 */cPickle_ErrFormat(PyObject *ErrType, char *stringformat, char *format, ...) SEG_CPICKLE_C;#else/* VARARGS */cPickle_ErrFormat(va_alist) va_dcl SEG_CPICKLE_C;#endifstatic int write_file(Picklerobject *self, char *s, int  n) SEG_CPICKLE_C;static int write_cStringIO(Picklerobject *self, char *s, int  n) SEG_CPICKLE_C;static int write_none(Picklerobject *self, char *s, int  n) SEG_CPICKLE_C;static int write_other(Picklerobject *self, char *s, int  n) SEG_CPICKLE_C;static int read_file(Unpicklerobject *self, char **s, int  n) SEG_CPICKLE_C;static int readline_file(Unpicklerobject *self, char **s) SEG_CPICKLE_C;static int read_cStringIO(Unpicklerobject *self, char **s, int  n) SEG_CPICKLE_C;static int readline_cStringIO(Unpicklerobject *self, char **s) SEG_CPICKLE_C;static int read_other(Unpicklerobject *self, char **s, int  n) SEG_CPICKLE_C;static int readline_other(Unpicklerobject *self, char **s) SEG_CPICKLE_C;static char *pystrndup(char *s, int l) SEG_CPICKLE_C;static intget(Picklerobject *self, PyObject *id) SEG_CPICKLE_C;static intput(Picklerobject *self, PyObject *ob) SEG_CPICKLE_C;static intput2(Picklerobject *self, PyObject *ob) SEG_CPICKLE_C;static PyObject *whichmodule(PyObject *global, PyObject *global_name) SEG_CPICKLE_C;static intsave_none(Picklerobject *self, PyObject *args) SEG_CPICKLE_C;static intsave_int(Picklerobject *self, PyObject *args) SEG_CPICKLE_C;static intsave_long(Picklerobject *self, PyObject *args) SEG_CPICKLE_C;static intsave_float(Picklerobject *self, PyObject *args) SEG_CPICKLE_C;static intsave_float(Picklerobject *self, PyObject *args) SEG_CPICKLE_C;static intsave_string(Picklerobject *self, PyObject *args, int doput) SEG_CPICKLE_C;static intsave_tuple(Picklerobject *self, PyObject *args) SEG_CPICKLE_C;static intsave_empty_tuple(Picklerobject *self, PyObject *args) SEG_CPICKLE_C;static intsave_list(Picklerobject *self, PyObject *args) SEG_CPICKLE_C;static intsave_dict(Picklerobject *self, PyObject *args) SEG_CPICKLE_C;static int  save_inst(Picklerobject *self, PyObject *args) SEG_CPICKLE_C;static intsave_global(Picklerobject *self, PyObject *args, PyObject *name) SEG_CPICKLE_C;static intsave_pers(Picklerobject *self, PyObject *args, PyObject *f) SEG_CPICKLE_C;static int save_reduce(Picklerobject *self, PyObject *callable,            PyObject *tup, PyObject *state, PyObject *ob) SEG_CPICKLE_C;static intsave(Picklerobject *self, PyObject *args, int  pers_save) SEG_CPICKLE_C;static intdump(Picklerobject *self, PyObject *args) SEG_CPICKLE_C;static PyObject *Pickle_clear_memo(Picklerobject *self, PyObject *args) SEG_CPICKLE_C;static PyObject *Pickle_getvalue(Picklerobject *self, PyObject *args) SEG_CPICKLE_C;static PyObject *Pickler_dump(Picklerobject *self, PyObject *args) SEG_CPICKLE_C;static Picklerobject *newPicklerobject(PyObject *file, int bin) SEG_CPICKLE_C;static PyObject *get_Pickler(PyObject *self, PyObject *args) SEG_CPICKLE_C;static voidPickler_dealloc(Picklerobject *self) SEG_CPICKLE_C;static PyObject *Pickler_getattr(Picklerobject *self, char *name) SEG_CPICKLE_C;static PyObject *find_class(PyObject *py_module_name, PyObject *py_global_name, PyObject *fc) SEG_CPICKLE_C;static intmarker(Unpicklerobject *self) SEG_CPICKLE_C;static intload_none(Unpicklerobject *self) SEG_CPICKLE_C;static intbad_readline() SEG_CPICKLE_C;static intload_int(Unpicklerobject *self) SEG_CPICKLE_C;static long calc_binint(char *s, int  x) SEG_CPICKLE_C;static intload_binintx(Unpicklerobject *self, char *s, int  x) SEG_CPICKLE_C;static intload_binint(Unpicklerobject *self) SEG_CPICKLE_C;static intload_binint1(Unpicklerobject *self) SEG_CPICKLE_C;static intload_binint2(Unpicklerobject *self) SEG_CPICKLE_C;static intload_long(Unpicklerobject *self) SEG_CPICKLE_C;static intload_float(Unpicklerobject *self) SEG_CPICKLE_C;static intload_binfloat(Unpicklerobject *self) SEG_CPICKLE_C;static intload_float(Unpicklerobject *self) SEG_CPICKLE_C;static intload_binfloat(Unpicklerobject *self) SEG_CPICKLE_C;static intload_string(Unpicklerobject *self) SEG_CPICKLE_C;static intload_binstring(Unpicklerobject *self) SEG_CPICKLE_C;static intload_short_binstring(Unpicklerobject *self) SEG_CPICKLE_C;static intload_tuple(Unpicklerobject *self) SEG_CPICKLE_C;static intload_empty_tuple(Unpicklerobject *self) SEG_CPICKLE_C;static intload_empty_list(Unpicklerobject *self) SEG_CPICKLE_C;static intload_empty_dict(Unpicklerobject *self) SEG_CPICKLE_C;static intload_list(Unpicklerobject *self) SEG_CPICKLE_C;static intload_dict(Unpicklerobject *self) SEG_CPICKLE_C;static PyObject *Instance_New(PyObject *cls, PyObject *args) SEG_CPICKLE_C;static intload_obj(Unpicklerobject *self) SEG_CPICKLE_C;static intload_inst(Unpicklerobject *self) SEG_CPICKLE_C;static intload_global(Unpicklerobject *self) SEG_CPICKLE_C;static intload_persid(Unpicklerobject *self) SEG_CPICKLE_C;static intload_binpersid(Unpicklerobject *self) SEG_CPICKLE_C;static intload_pop(Unpicklerobject *self) SEG_CPICKLE_C;static intload_pop_mark(Unpicklerobject *self) SEG_CPICKLE_C;static intload_dup(Unpicklerobject *self) SEG_CPICKLE_C;static intload_get(Unpicklerobject *self) SEG_CPICKLE_C;static intload_binget(Unpicklerobject *self) SEG_CPICKLE_C;static intload_long_binget(Unpicklerobject *self) SEG_CPICKLE_C;static intload_put(Unpicklerobject *self) SEG_CPICKLE_C;static intload_binput(Unpicklerobject *self) SEG_CPICKLE_C;static intload_long_binput(Unpicklerobject *self) SEG_CPICKLE_C;static int do_append(Unpicklerobject *self, int  x) SEG_CPICKLE_C;static intload_append(Unpicklerobject *self) SEG_CPICKLE_C;static intload_appends(Unpicklerobject *self) SEG_CPICKLE_C;static intdo_setitems(Unpicklerobject *self, int  x) SEG_CPICKLE_C;static intload_setitem(Unpicklerobject *self) SEG_CPICKLE_C;static intload_setitems(Unpicklerobject *self) SEG_CPICKLE_C;static intload_build(Unpicklerobject *self) SEG_CPICKLE_C;static intload_mark(Unpicklerobject *self) SEG_CPICKLE_C;static intload_reduce(Unpicklerobject *self) SEG_CPICKLE_C;static PyObject *load(Unpicklerobject *self) SEG_CPICKLE_C;static intnoload_obj(Unpicklerobject *self) SEG_CPICKLE_C;static intnoload_inst(Unpicklerobject *self) SEG_CPICKLE_C;static intnoload_global(Unpicklerobject *self) SEG_CPICKLE_C;static intnoload_reduce(Unpicklerobject *self) SEG_CPICKLE_C;static intnoload_build(Unpicklerobject *self) SEG_CPICKLE_C;static PyObject *noload(Unpicklerobject *self) SEG_CPICKLE_C;static PyObject *Unpickler_load(Unpicklerobject *self, PyObject *args) SEG_CPICKLE_C;static PyObject *Unpickler_noload(Unpicklerobject *self, PyObject *args) SEG_CPICKLE_C;static Unpicklerobject *newUnpicklerobject(PyObject *f) SEG_CPICKLE_C;static PyObject *get_Unpickler(PyObject *self, PyObject *args) SEG_CPICKLE_C;static voidUnpickler_dealloc(Unpicklerobject *self) SEG_CPICKLE_C;static PyObject *Unpickler_getattr(Unpicklerobject *self, char *name) SEG_CPICKLE_C;static intUnpickler_setattr(Unpicklerobject *self, char *name, PyObject *value) SEG_CPICKLE_C;static PyObject *cpm_dump(PyObject *self, PyObject *args) SEG_CPICKLE_C;static PyObject *cpm_dumps(PyObject *self, PyObject *args) SEG_CPICKLE_C;static PyObject *cpm_load(PyObject *self, PyObject *args) SEG_CPICKLE_C;static PyObject *cpm_loads(PyObject *self, PyObject *args) SEG_CPICKLE_C;static intinit_stuff(PyObject *module, PyObject *module_dict) SEG_CPICKLE_C;static int cPickle_PyMapping_HasKey(PyObject *o, PyObject *key) SEG_CPICKLE_C;static int Pickler_setattr(Picklerobject *self, char *name, PyObject *value) SEG_CPICKLE_C;#endif /* CPICKLE_C_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -