Home
last modified time | relevance | path

Searched refs:NCbytes (Results 1 – 25 of 108) sorted by relevance

12345

/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/include/
H A Dncbytes.h9 typedef struct NCbytes { struct
14 } NCbytes; typedef
22 EXTERNL NCbytes* ncbytesnew(void);
23 EXTERNL void ncbytesfree(NCbytes*);
24 EXTERNL int ncbytessetalloc(NCbytes*,unsigned long);
26 EXTERNL int ncbytesfill(NCbytes*, char fill);
29 EXTERNL char* ncbytesdup(NCbytes*);
31 EXTERNL char* ncbytesextract(NCbytes*);
34 EXTERNL int ncbytesget(NCbytes*,unsigned long);
44 EXTERNL int ncbytesnull(NCbytes*);
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/include/
H A Dncbytes.h9 typedef struct NCbytes { struct
14 } NCbytes; typedef
20 EXTERNL NCbytes* ncbytesnew(void);
21 EXTERNL void ncbytesfree(NCbytes*);
22 EXTERNL int ncbytessetalloc(NCbytes*,unsigned long);
24 EXTERNL int ncbytesfill(NCbytes*, char fill);
27 EXTERNL char* ncbytesdup(NCbytes*);
29 EXTERNL char* ncbytesextract(NCbytes*);
32 EXTERNL int ncbytesget(NCbytes*,unsigned long);
42 EXTERNL int ncbytesnull(NCbytes*);
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/include/
H A Dncbytes.h10 typedef struct NCbytes { struct
15 } NCbytes; argument
21 EXTERNL NCbytes* ncbytesnew(void);
22 EXTERNL void ncbytesfree(NCbytes*);
23 EXTERNL int ncbytessetalloc(NCbytes*,unsigned long);
25 EXTERNL int ncbytesfill(NCbytes*, char fill);
28 EXTERNL char* ncbytesdup(NCbytes*);
30 EXTERNL char* ncbytesextract(NCbytes*);
33 EXTERNL int ncbytesget(NCbytes*,unsigned long);
43 EXTERNL int ncbytesnull(NCbytes*);
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/include/
H A Dncbytes.h9 typedef struct NCbytes { struct
14 } NCbytes; argument
20 EXTERNL NCbytes* ncbytesnew(void);
21 EXTERNL void ncbytesfree(NCbytes*);
22 EXTERNL int ncbytessetalloc(NCbytes*,unsigned long);
24 EXTERNL int ncbytesfill(NCbytes*, char fill);
27 EXTERNL char* ncbytesdup(NCbytes*);
29 EXTERNL char* ncbytesextract(NCbytes*);
32 EXTERNL int ncbytesget(NCbytes*,unsigned long);
42 EXTERNL int ncbytesnull(NCbytes*);
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/netcdf/vtknetcdf/libdispatch/
H A Dncbytes.h9 typedef struct NCbytes { struct
14 } NCbytes; argument
22 EXTERNC NCbytes* ncbytesnew(void);
23 EXTERNC void ncbytesfree(NCbytes*);
24 EXTERNC int ncbytessetalloc(NCbytes*,unsigned int);
26 EXTERNC int ncbytesfill(NCbytes*, char fill);
29 EXTERNC char* ncbytesdup(NCbytes*);
31 EXTERNC char* ncbytesextract(NCbytes*);
34 EXTERNC int ncbytesget(NCbytes*,unsigned int);
44 EXTERNC int ncbytesnull(NCbytes*);
[all …]
H A Dncbytes.c32 NCbytes*
35 NCbytes* bb = (NCbytes*)malloc(sizeof(NCbytes)); in ncbytesnew()
45 ncbytessetalloc(NCbytes* bb, unsigned int sz) in ncbytessetalloc()
63 ncbytesfree(NCbytes* bb) in ncbytesfree()
80 ncbytesfill(NCbytes* bb, char fill) in ncbytesfill()
106 ncbytesappend(NCbytes* bb, char elem) in ncbytesappend()
117 ncbytescat(NCbytes* bb, char* s) in ncbytescat()
138 ncbytesprepend(NCbytes* bb, char elem) in ncbytesprepend()
151 ncbytesdup(NCbytes* bb) in ncbytesdup()
160 ncbytesextract(NCbytes* bb) in ncbytesextract()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/libdispatch/
H A Dncbytes.c34 NCbytes*
37 NCbytes* bb = (NCbytes*)malloc(sizeof(NCbytes)); in ncbytesnew()
47 ncbytessetalloc(NCbytes* bb, unsigned long sz) in ncbytessetalloc()
66 ncbytesfree(NCbytes* bb) in ncbytesfree()
85 ncbytesfill(NCbytes* bb, char fill) in ncbytesfill()
111 ncbytesappend(NCbytes* bb, char elem) in ncbytesappend()
123 ncbytescat(NCbytes* bb, const char* s) in ncbytescat()
148 ncbytesprepend(NCbytes* bb, char elem) in ncbytesprepend()
161 ncbytesdup(NCbytes* bb) in ncbytesdup()
170 ncbytesextract(NCbytes* bb) in ncbytesextract()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libdispatch/
H A Dncbytes.c32 NCbytes*
35 NCbytes* bb = (NCbytes*)malloc(sizeof(NCbytes)); in ncbytesnew()
45 ncbytessetalloc(NCbytes* bb, unsigned long sz) in ncbytessetalloc()
64 ncbytesfree(NCbytes* bb) in ncbytesfree()
83 ncbytesfill(NCbytes* bb, char fill) in ncbytesfill()
109 ncbytesappend(NCbytes* bb, char elem) in ncbytesappend()
122 ncbytescat(NCbytes* bb, const char* s) in ncbytescat()
149 ncbytesprepend(NCbytes* bb, char elem) in ncbytesprepend()
162 ncbytesdup(NCbytes* bb) in ncbytesdup()
171 ncbytesextract(NCbytes* bb) in ncbytesextract()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/libdispatch/
H A Dncbytes.c32 NCbytes*
35 NCbytes* bb = (NCbytes*)malloc(sizeof(NCbytes)); in ncbytesnew()
45 ncbytessetalloc(NCbytes* bb, unsigned long sz) in ncbytessetalloc()
64 ncbytesfree(NCbytes* bb) in ncbytesfree()
83 ncbytesfill(NCbytes* bb, char fill) in ncbytesfill()
109 ncbytesappend(NCbytes* bb, char elem) in ncbytesappend()
124 ncbytescat(NCbytes* bb, const char* s) in ncbytescat()
151 ncbytesprepend(NCbytes* bb, char elem) in ncbytesprepend()
164 ncbytesdup(NCbytes* bb) in ncbytesdup()
173 ncbytesextract(NCbytes* bb) in ncbytesextract()
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/libdispatch/
H A Dncbytes.c34 NCbytes*
37 NCbytes* bb = (NCbytes*)malloc(sizeof(NCbytes)); in ncbytesnew()
47 ncbytessetalloc(NCbytes* bb, unsigned long sz) in ncbytessetalloc()
66 ncbytesfree(NCbytes* bb) in ncbytesfree()
85 ncbytesfill(NCbytes* bb, char fill) in ncbytesfill()
111 ncbytesappend(NCbytes* bb, char elem) in ncbytesappend()
124 ncbytescat(NCbytes* bb, const char* s) in ncbytescat()
151 ncbytesprepend(NCbytes* bb, char elem) in ncbytesprepend()
164 ncbytesdup(NCbytes* bb) in ncbytesdup()
173 ncbytesextract(NCbytes* bb) in ncbytesextract()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/oc2/
H A Docdump.h16 extern void ocdumpdata(OCstate*,OCdata*,NCbytes*,int);
18 extern void ocdumpdatatree(OCstate*, struct OCdata*, NCbytes* buffer, int depth);
19 extern void ocdumpdatapath(OCstate*, struct OCdata*, NCbytes* buffer);
H A Docread.c29 static int readpacket(OCstate* state, NCURI*, NCbytes*, OCdxd, long*);
30 static int readfile(const char* path, const char* suffix, NCbytes* packet);
67 readversion(OCstate* state, NCURI* url, NCbytes* packet)
86 readpacket(OCstate* state, NCURI* url,NCbytes* packet,OCdxd dxd,long* lastmodified) in readpacket()
174 NCbytes* packet = ncbytesnew(); in readfiletofile()
204 readfile(const char* path, const char* suffix, NCbytes* packet) in readfile()
H A Dochttp.c86 ocfetchurl(CURL* curl, const char* url, NCbytes* buf, long* filetime) in ocfetchurl()
175 NCbytes* buf = (NCbytes*) data; in WriteMemoryCallback()
192 assembleurl(DAPURL* durl, NCbytes* buf, int what)
212 encodeurltext(char* text, NCbytes* buf)
301 NCbytes* buf = NULL; in ocping()
/dports/science/netcdf/netcdf-c-4.7.4/oc2/
H A Docdump.h16 extern void ocdumpdata(OCstate*,OCdata*,NCbytes*,int);
18 extern void ocdumpdatatree(OCstate*, struct OCdata*, NCbytes* buffer, int depth);
19 extern void ocdumpdatapath(OCstate*, struct OCdata*, NCbytes* buffer);
H A Docread.c29 static int readpacket(OCstate* state, NCURI*, NCbytes*, OCdxd, long*);
30 static int readfile(const char* path, const char* suffix, NCbytes* packet);
67 readversion(OCstate* state, NCURI* url, NCbytes* packet)
86 readpacket(OCstate* state, NCURI* url,NCbytes* packet,OCdxd dxd,long* lastmodified) in readpacket()
174 NCbytes* packet = ncbytesnew(); in readfiletofile()
204 readfile(const char* path, const char* suffix, NCbytes* packet) in readfile()
H A Dochttp.c86 ocfetchurl(CURL* curl, const char* url, NCbytes* buf, long* filetime) in ocfetchurl()
176 NCbytes* buf = (NCbytes*) data; in WriteMemoryCallback()
193 assembleurl(DAPURL* durl, NCbytes* buf, int what)
213 encodeurltext(char* text, NCbytes* buf)
302 NCbytes* buf = NULL; in ocping()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libdap4/
H A Dd4read.c11 static int readpacket(NCD4INFO* state, NCURI*, NCbytes*, NCD4mode, long*);
12 static int readfile(NCD4INFO* state, const NCURI*, const char* suffix, NCbytes* packet);
92 readpacket(NCD4INFO* state, NCURI* url, NCbytes* packet, NCD4mode dxx, long* lastmodified) in readpacket()
144 NCbytes* packet = ncbytesnew(); in readfiletofile()
172 readfile(NCD4INFO* state, const NCURI* uri, const char* suffix, NCbytes* packet) in readfile()
175 NCbytes* tmp = ncbytesnew(); in readfile()
/dports/science/netcdf/netcdf-c-4.7.4/libdap4/
H A Dd4read.c22 static int readpacket(NCD4INFO* state, NCURI*, NCbytes*, NCD4mode, long*);
23 static int readfile(NCD4INFO* state, const NCURI*, const char* suffix, NCbytes* packet);
100 readpacket(NCD4INFO* state, NCURI* url, NCbytes* packet, NCD4mode dxx, long* lastmodified) in readpacket()
156 NCbytes* packet = ncbytesnew(); in readfiletofile()
184 readfile(NCD4INFO* state, const NCURI* uri, const char* suffix, NCbytes* packet) in readfile()
187 NCbytes* tmp = ncbytesnew(); in readfile()
/dports/science/netcdf/netcdf-c-4.7.4/ncdump/
H A Docprint.c113 NCbytes* userparams; /* -U */
129 static OCerror printdata_indices(OClink, OCdatanode, NCbytes*,int);
130 static OCerror printdata_container(OClink, OCdatanode, NCbytes*,int);
131 static OCerror printdata_leaf(OClink, OCdatanode, NCbytes*,int);
138 static OCerror generatedds(OClink, OCddsnode, NCbytes*, int depth);
140 static OCerror generatedasr(OClink, OCddsnode, NCbytes*, int depth);
471 NCbytes* buffer = ncbytesnew(); in processdata()
515 NCbytes* buffer; in printdata()
771 printdims(OClink link, OCddsnode node, NCbytes* buffer) in printdims()
849 NCbytes* buffer = ncbytesnew(); in generatedas()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libsrc4/
H A Dnc4printer.c39 NCbytes* out;
43 NCbytes* tmp1;
44 NCbytes* tmp2;
91 static void entityEscape(NCbytes* buf, const char* s);
94 static void fqnWalk(NCID* grp, NCbytes* path);
100 static void makeFQN(NCID* id, NCbytes* path);
117 NC4print(NCbytes* buf, int ncid) in NC4print()
629 makeFQN(NCID* id, NCbytes* path) in makeFQN()
644 fqnWalk(NCID* grp, NCbytes* path) in fqnWalk()
693 entityEscape(NCbytes* escaped, const char* s) in entityEscape()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/libsrc4/
H A Dnc4printer.c39 NCbytes* out;
43 NCbytes* tmp1;
44 NCbytes* tmp2;
91 static void entityEscape(NCbytes* buf, const char* s);
94 static void fqnWalk(NCID* grp, NCbytes* path);
100 static void makeFQN(NCID* id, NCbytes* path);
117 NC4print(NCbytes* buf, int ncid) in NC4print()
629 makeFQN(NCID* id, NCbytes* path) in makeFQN()
644 fqnWalk(NCID* grp, NCbytes* path) in fqnWalk()
693 entityEscape(NCbytes* escaped, const char* s) in entityEscape()
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/libsrc4/
H A Dnc4printer.c39 NCbytes* out;
43 NCbytes* tmp1;
44 NCbytes* tmp2;
91 static void entityEscape(NCbytes* buf, const char* s);
94 static void fqnWalk(NCID* grp, NCbytes* path);
100 static void makeFQN(NCID* id, NCbytes* path);
117 NC4print(NCbytes* buf, int ncid) in NC4print()
629 makeFQN(NCID* id, NCbytes* path) in makeFQN()
644 fqnWalk(NCID* grp, NCbytes* path) in fqnWalk()
693 entityEscape(NCbytes* escaped, const char* s) in entityEscape()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdump/
H A Docprint.c117 NCbytes* userparams; /* -U */
133 static OCerror printdata_indices(OClink, OCdatanode, NCbytes*,int);
134 static OCerror printdata_container(OClink, OCdatanode, NCbytes*,int);
135 static OCerror printdata_leaf(OClink, OCdatanode, NCbytes*,int);
142 static OCerror generatedds(OClink, OCddsnode, NCbytes*, int depth);
144 static OCerror generatedasr(OClink, OCddsnode, NCbytes*, int depth);
475 NCbytes* buffer = ncbytesnew(); in processdata()
519 NCbytes* buffer; in printdata()
775 printdims(OClink link, OCddsnode node, NCbytes* buffer) in printdims()
853 NCbytes* buffer = ncbytesnew(); in generatedas()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libdap2/
H A Ddapdump.c16 static void dumptreer(CDFnode* root, NCbytes* buf, int indent, int visible);
254 NCbytes* buf = ncbytesnew(); in dumppath()
272 dumpindent(int indent, NCbytes* buf) in dumpindent()
280 dumptreer1(CDFnode* root, NCbytes* buf, int indent, char* tag, int visible) in dumptreer1()
308 dumptreer(CDFnode* root, NCbytes* buf, int indent, int visible) in dumptreer()
374 NCbytes* buf = ncbytesnew(); in dumptree()
385 NCbytes* buf = ncbytesnew(); in dumpvisible()
397 NCbytes* buf = ncbytesnew(); in dumpnode()
508 NCbytes* buf; in dumpcachenode()
538 NCbytes* buf; in dumpcache()
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/libdap2/
H A Ddapdump.c19 static void dumptreer(CDFnode* root, NCbytes* buf, int indent, int visible);
248 NCbytes* buf = ncbytesnew(); in dumppath()
266 dumpindent(int indent, NCbytes* buf) in dumpindent()
273 dumptreer1(CDFnode* root, NCbytes* buf, int indent, char* tag, int visible) in dumptreer1()
301 dumptreer(CDFnode* root, NCbytes* buf, int indent, int visible) in dumptreer()
367 NCbytes* buf = ncbytesnew(); in dumptree()
378 NCbytes* buf = ncbytesnew(); in dumpvisible()
390 NCbytes* buf = ncbytesnew(); in dumpnode()
501 NCbytes* buf; in dumpcachenode()
531 NCbytes* buf; in dumpcache()
[all …]

12345