Home
last modified time | relevance | path

Searched refs:WFILE (Results 1 – 25 of 41) sorted by relevance

12

/dports/www/mod_webkit/w4py-1.2.3/WebKit/Adapters/common/
H A Dmarshal.h4 typedef struct WFILE{ struct
10 } WFILE; argument
29 void insert_data(WFILE* dest, WFILE* src);
30 void w_byte(char c, WFILE* p);
32 void w_string(char* s, int n, WFILE* p);
33 void w_short(int x, WFILE* p);
34 void w_long(long x, WFILE* p);
35 void write_string(char* s, long len, WFILE* p);
36 void write_integer(int number, WFILE* wf);
H A Dmarshal.c15 char* expand_memory(WFILE* p, long add) { in expand_memory()
36 void insert_data(WFILE* dest, WFILE* src) { in insert_data()
49 void w_more(char c, WFILE* p) { in w_more()
56 void w_byte(char c, WFILE* p) { in w_byte()
62 void w_string(char* s, int n, WFILE* p) { in w_string()
70 void w_short(int x, WFILE* p) { in w_short()
75 void w_long(long x, WFILE* p) { in w_long()
83 void w_long64(long x, WFILE *p) in w_long64()
90 void write_string(char* s, long len, WFILE* p) { in write_string()
97 void write_integer(int number, WFILE* wf) { in write_integer()
H A Dwkcommon.h33 WFILE* int_dict;
34 WFILE* whole_dict;
48 struct WFILE* setup_WFILE();
49 int freeWFILE(struct WFILE* wf);
H A Dwkcommon.c14 WFILE* int_dict = NULL; in createDicts()
15 WFILE* env_dict= NULL; in createDicts()
16 WFILE* whole_dict=NULL; in createDicts()
171 struct WFILE* setup_WFILE() { in setup_WFILE()
172 struct WFILE* wf = NULL; in setup_WFILE()
173 wf = calloc(sizeof(WFILE),1); in setup_WFILE()
191 int freeWFILE(struct WFILE* wf) { in freeWFILE()
/dports/www/mod_webkit/w4py-1.2.3/WebKit/Adapters/mod_webkit2/
H A Dmod_webkit.h28 } WFILE; typedef
30 void insert_data(WFILE* dest, WFILE* src);
31 void w_more(int c, WFILE *p);
34 void w_string(const char *s, int n, WFILE *p);
35 void w_short(int x, WFILE *p);
36 void w_long(long x, WFILE *p);
38 void w_long64(long x, WFILE *p);
40 void write_string(const char* s, WFILE* p);
41 void write_integer(int number, WFILE* wf);
H A Dmarshal.c12 static char* expand_memory(WFILE* p, long add) in expand_memory()
39 void insert_data(WFILE* dest, WFILE* src) in insert_data()
57 void w_more(int c, WFILE *p) in w_more()
66 void w_string(const char *s, int n, WFILE *p) in w_string()
75 void w_short(int x, WFILE *p) in w_short()
81 void w_long(long x, WFILE *p) in w_long()
90 void w_long64(long x, WFILE *p) in w_long64()
97 void write_string(const char* s, WFILE* p) in write_string()
106 void write_integer(int number, WFILE* wf) in write_integer()
H A Dmod_webkit.c204 static WFILE* setup_WFILE(request_rec* r) in setup_WFILE()
206 WFILE* wf = NULL; in setup_WFILE()
207 wf = (WFILE*)apr_pcalloc(r->pool, sizeof(WFILE)); in setup_WFILE()
310 static int transact_with_app_server(request_rec *r, wkcfg* cfg, WFILE* whole_dict, WFILE* int_dict,… in transact_with_app_server()
472 WFILE* env_dict = NULL; in webkit_handler()
476 WFILE* whole_dict = NULL; in webkit_handler()
477 WFILE* int_dict = NULL; in webkit_handler()
/dports/www/mod_webkit/w4py-1.2.3/WebKit/Adapters/mod_webkit1/
H A Dmod_webkit.h28 } WFILE; typedef
30 void insert_data(WFILE* dest, WFILE* src);
31 void w_more(int c, WFILE *p);
34 void w_string(const char *s, int n, WFILE *p);
35 void w_short(int x, WFILE *p);
36 void w_long(long x, WFILE *p);
38 void w_long64(long x, WFILE *p);
40 void write_string(const char* s, WFILE* p);
41 void write_integer(int number, WFILE* wf);
H A Dmarshal.c12 static char* expand_memory(WFILE* p, long add) in expand_memory()
39 void insert_data(WFILE* dest, WFILE* src) in insert_data()
57 void w_more(int c, WFILE *p) in w_more()
66 void w_string(const char *s, int n, WFILE *p) in w_string()
75 void w_short(int x, WFILE *p) in w_short()
81 void w_long(long x, WFILE *p) in w_long()
90 void w_long64(long x, WFILE *p) in w_long64()
97 void write_string(const char* s, WFILE* p) in write_string()
106 void write_integer(int number, WFILE* wf) in write_integer()
H A Dmod_webkit.c210 static WFILE* setup_WFILE(request_rec* r) in setup_WFILE()
212 WFILE* wf = NULL; in setup_WFILE()
213 wf = ap_pcalloc(r->pool, sizeof(WFILE)); in setup_WFILE()
291 static int transact_with_app_server(request_rec *r, wkcfg* cfg, WFILE* whole_dict, WFILE* int_dict,… in transact_with_app_server()
413 WFILE* env_dict = NULL; in content_handler()
417 WFILE* whole_dict = NULL; in content_handler()
418 WFILE* int_dict = NULL; in content_handler()
/dports/multimedia/assimp/assimp-5.1.3/contrib/zip/test/
H A Dtest.c26 #define WFILE "6.txt\0" macro
293 const char *filename = WFILE; in test_fwrite()
311 assert(0 == zip_entry_open(zip, WFILE)); in test_fwrite()
312 assert(0 == zip_entry_fwrite(zip, WFILE)); in test_fwrite()
317 remove(WFILE); in test_fwrite()
380 const char *filenames[] = {WFILE}; in test_write_permissions()
381 FILE *f = fopen(WFILE, "w"); in test_write_permissions()
383 chmod(WFILE, WMODE); in test_write_permissions()
389 remove(WFILE); in test_write_permissions()
396 remove(WFILE); in test_write_permissions()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dmarshal.c90 } WFILE; typedef
98 w_flush(WFILE *p) in w_flush()
166 w_short(int x, WFILE *p) in w_short()
173 w_long(long x, WFILE *p) in w_long()
270 w_float_bin(double v, WFILE *p) in w_float_bin()
281 w_float_str(double v, WFILE *p) in w_float_str()
342 w_object(PyObject *v, WFILE *p) in w_object()
595 w_clear_refs(WFILE *wf) in w_clear_refs()
608 WFILE wf; in PyMarshal_WriteLongToFile()
623 WFILE wf; in PyMarshal_WriteObjectToFile()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dmarshal.c90 } WFILE; typedef
98 w_flush(WFILE *p) in w_flush()
166 w_short(int x, WFILE *p) in w_short()
173 w_long(long x, WFILE *p) in w_long()
270 w_float_bin(double v, WFILE *p) in w_float_bin()
281 w_float_str(double v, WFILE *p) in w_float_str()
342 w_object(PyObject *v, WFILE *p) in w_object()
595 w_clear_refs(WFILE *wf) in w_clear_refs()
608 WFILE wf; in PyMarshal_WriteLongToFile()
623 WFILE wf; in PyMarshal_WriteObjectToFile()
[all …]
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dmarshal.c90 } WFILE; typedef
98 w_flush(WFILE *p) in w_flush()
166 w_short(int x, WFILE *p) in w_short()
173 w_long(long x, WFILE *p) in w_long()
270 w_float_bin(double v, WFILE *p) in w_float_bin()
281 w_float_str(double v, WFILE *p) in w_float_str()
342 w_object(PyObject *v, WFILE *p) in w_object()
595 w_clear_refs(WFILE *wf) in w_clear_refs()
608 WFILE wf; in PyMarshal_WriteLongToFile()
623 WFILE wf; in PyMarshal_WriteObjectToFile()
[all …]
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dmarshal.c92 } WFILE; typedef
100 w_flush(WFILE *p) in w_flush()
168 w_short(int x, WFILE *p) in w_short()
175 w_long(long x, WFILE *p) in w_long()
272 w_float_bin(double v, WFILE *p) in w_float_bin()
283 w_float_str(double v, WFILE *p) in w_float_str()
341 w_object(PyObject *v, WFILE *p) in w_object()
610 w_clear_refs(WFILE *wf) in w_clear_refs()
622 WFILE wf; in PyMarshal_WriteLongToFile()
637 WFILE wf; in PyMarshal_WriteObjectToFile()
[all …]
/dports/lang/python38/Python-3.8.12/Python/
H A Dmarshal.c90 } WFILE; typedef
98 w_flush(WFILE *p) in w_flush()
166 w_short(int x, WFILE *p) in w_short()
173 w_long(long x, WFILE *p) in w_long()
270 w_float_bin(double v, WFILE *p) in w_float_bin()
281 w_float_str(double v, WFILE *p) in w_float_str()
342 w_object(PyObject *v, WFILE *p) in w_object()
595 w_clear_refs(WFILE *wf) in w_clear_refs()
608 WFILE wf; in PyMarshal_WriteLongToFile()
623 WFILE wf; in PyMarshal_WriteObjectToFile()
[all …]
/dports/lang/python39/Python-3.9.9/Python/
H A Dmarshal.c90 } WFILE; typedef
98 w_flush(WFILE *p) in w_flush()
166 w_short(int x, WFILE *p) in w_short()
173 w_long(long x, WFILE *p) in w_long()
270 w_float_bin(double v, WFILE *p) in w_float_bin()
281 w_float_str(double v, WFILE *p) in w_float_str()
339 w_object(PyObject *v, WFILE *p) in w_object()
571 w_clear_refs(WFILE *wf) in w_clear_refs()
583 WFILE wf; in PyMarshal_WriteLongToFile()
598 WFILE wf; in PyMarshal_WriteObjectToFile()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dmarshal.c90 } WFILE; typedef
98 w_flush(WFILE *p) in w_flush()
166 w_short(int x, WFILE *p) in w_short()
173 w_long(long x, WFILE *p) in w_long()
270 w_float_bin(double v, WFILE *p) in w_float_bin()
281 w_float_str(double v, WFILE *p) in w_float_str()
342 w_object(PyObject *v, WFILE *p) in w_object()
595 w_clear_refs(WFILE *wf) in w_clear_refs()
608 WFILE wf; in PyMarshal_WriteLongToFile()
623 WFILE wf; in PyMarshal_WriteObjectToFile()
[all …]
/dports/lang/python310/Python-3.10.1/Python/
H A Dmarshal.c90 } WFILE; typedef
98 w_flush(WFILE *p) in w_flush()
166 w_short(int x, WFILE *p) in w_short()
173 w_long(long x, WFILE *p) in w_long()
270 w_float_bin(double v, WFILE *p) in w_float_bin()
281 w_float_str(double v, WFILE *p) in w_float_str()
339 w_object(PyObject *v, WFILE *p) in w_object()
571 w_clear_refs(WFILE *wf) in w_clear_refs()
583 WFILE wf; in PyMarshal_WriteLongToFile()
598 WFILE wf; in PyMarshal_WriteObjectToFile()
[all …]
/dports/lang/python37/Python-3.7.12/Python/
H A Dmarshal.c90 } WFILE; typedef
98 w_flush(WFILE *p) in w_flush()
106 w_reserve(WFILE *p, Py_ssize_t needed) in w_reserve()
166 w_short(int x, WFILE *p) in w_short()
173 w_long(long x, WFILE *p) in w_long()
316 w_object(PyObject *v, WFILE *p) in w_object()
587 w_init_refs(WFILE *wf, int version) in w_init_refs()
613 w_clear_refs(WFILE *wf) in w_clear_refs()
626 WFILE wf; in PyMarshal_WriteLongToFile()
641 WFILE wf; in PyMarshal_WriteObjectToFile()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dmarshal.c67 } WFILE; typedef
74 w_more(int c, WFILE *p) in w_more()
110 w_short(int x, WFILE *p) in w_short()
117 w_long(long x, WFILE *p) in w_long()
127 w_long64(long x, WFILE *p) in w_long64()
169 w_PyLong(const PyLongObject *ob, WFILE *p) in w_PyLong()
212 w_object(PyObject *v, WFILE *p) in w_object()
466 WFILE wf; in PyMarshal_WriteLongToFile()
481 WFILE wf; in PyMarshal_WriteObjectToFile()
1220 WFILE wf; in PyMarshal_WriteObjectToString()
[all …]
/dports/lang/python27/Python-2.7.18/Python/
H A Dmarshal.c67 } WFILE; typedef
74 w_more(int c, WFILE *p) in w_more()
110 w_short(int x, WFILE *p) in w_short()
117 w_long(long x, WFILE *p) in w_long()
127 w_long64(long x, WFILE *p) in w_long64()
169 w_PyLong(const PyLongObject *ob, WFILE *p) in w_PyLong()
212 w_object(PyObject *v, WFILE *p) in w_object()
466 WFILE wf; in PyMarshal_WriteLongToFile()
481 WFILE wf; in PyMarshal_WriteObjectToFile()
1220 WFILE wf; in PyMarshal_WriteObjectToString()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/PyMod-2.7.2/Python/
H A Dmarshal.c74 } WFILE; typedef
81 w_more(int c, WFILE *p) in w_more()
103 w_string(char *s, int n, WFILE *p) in w_string()
117 w_short(int x, WFILE *p) in w_short()
124 w_long(long x, WFILE *p) in w_long()
134 w_long64(long x, WFILE *p) in w_long64()
192 w_object(PyObject *v, WFILE *p) in w_object()
467 WFILE wf; in PyMarshal_WriteLongToFile()
479 WFILE wf; in PyMarshal_WriteObjectToFile()
1219 WFILE wf; in PyMarshal_WriteObjectToString()
[all …]
/dports/security/wolfssh/wolfssh-1.4.8/wolfssh/
H A Dport.h83 #define WFILE int
84 WOLFSSH_API int wfopen(WFILE**, const char*, const char*);
153 #define WFILE MQX_FILE
161 WOLFSSH_API int wfopen(WFILE**, const char*, const char*);
218 #define WFILE FIL
230 static inline int ff_fopen(WFILE** f, const char* filename,
283 static inline int ff_seek(WFILE *fp, long off, int whence)
310 #define WFILE FILE
311 WOLFSSH_API int wfopen(WFILE**, const char*, const char*);
505 WFILE* fOld; in wRename()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dmarshal.c74 } WFILE; typedef
81 w_more(int c, WFILE *p) in w_more()
103 w_string(char *s, int n, WFILE *p) in w_string()
117 w_short(int x, WFILE *p) in w_short()
124 w_long(long x, WFILE *p) in w_long()
134 w_long64(long x, WFILE *p) in w_long64()
192 w_object(PyObject *v, WFILE *p) in w_object()
467 WFILE wf; in PyMarshal_WriteLongToFile()
479 WFILE wf; in PyMarshal_WriteObjectToFile()
1219 WFILE wf; in PyMarshal_WriteObjectToString()
[all …]

12