Home
last modified time | relevance | path

Searched refs:memstr (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/dports/devel/msbuild/msbuild-0.06/src/Framework.UnitTests/
H A DLoggerException_Tests.cs27 using (MemoryStream memstr = new MemoryStream()) in SerializeDeserialize()
31 frm.Serialize(memstr, e); in SerializeDeserialize()
32 memstr.Position = 0; in SerializeDeserialize()
34 LoggerException e2 = (LoggerException)frm.Deserialize(memstr); in SerializeDeserialize()
52 using (MemoryStream memstr = new MemoryStream()) in SerializeDeserialize2()
56 frm.Serialize(memstr, e); in SerializeDeserialize2()
57 memstr.Position = 0; in SerializeDeserialize2()
59 LoggerException e2 = (LoggerException)frm.Deserialize(memstr); in SerializeDeserialize2()
/dports/www/phalcon4/cphalcon-4.1.1/phalcon/Db/Adapter/Pdo/
H A DPostgresql.zep260 case memstr(columnType, "int"):
270 case memstr(columnType, "bit"):
279 case memstr(columnType, "enum"):
296 case memstr(columnType, "date"):
330 case memstr(columnType, "real"):
365 case memstr(columnType, "blob"):
381 case memstr(columnType, "time"):
397 case memstr(columnType, "json"):
429 case memstr(columnType, "text"):
447 case memstr(columnType, "char"):
[all …]
H A DSqlite.zep143 if memstr(columnType, "bigint") {
150 } elseif memstr(columnType, "int") || memstr(columnType, "INT") {
172 } elseif memstr(columnType, "enum") {
186 } elseif memstr(columnType, "date") {
195 } elseif memstr(columnType, "decimal") {
202 } elseif memstr(columnType, "float") {
222 } elseif memstr(columnType, "varchar") {
227 } elseif memstr(columnType, "char") {
232 } elseif memstr(columnType, "text") {
249 if memstr(columnType, "(") {
[all …]
/dports/www/phalcon/cphalcon-3.4.5/phalcon/db/adapter/pdo/
H A Dmysql.zep94 if memstr(columnType, "enum") {
99 } elseif memstr(columnType, "bigint") {
106 } elseif memstr(columnType, "int") {
123 } elseif memstr(columnType, "char") {
128 } elseif memstr(columnType, "date") {
138 } elseif memstr(columnType, "text") {
157 } elseif memstr(columnType, "float") {
164 } elseif memstr(columnType, "bit") {
185 } elseif memstr(columnType, "blob") {
200 if memstr(columnType, "(") {
[all …]
H A Dpostgresql.zep123 if memstr(columnType, "smallint(1)") {
129 } elseif memstr(columnType, "bigint") {
136 } elseif memstr(columnType, "int") {
166 } elseif memstr(columnType, "date") {
186 } elseif memstr(columnType, "char") {
192 } elseif memstr(columnType, "text") {
198 } elseif memstr(columnType, "float") {
206 } elseif memstr(columnType, "bool") {
213 } elseif memstr(columnType, "jsonb") {
218 } elseif memstr(columnType, "json") {
[all …]
H A Dsqlite.zep110 if memstr(columnType, "tinyint(1)") {
117 } elseif memstr(columnType, "bigint") {
124 } elseif memstr(columnType, "int") || memstr(columnType, "INT") {
135 } elseif memstr(columnType, "varchar") {
140 } elseif memstr(columnType, "date") {
157 } elseif memstr(columnType, "char") {
167 } elseif memstr(columnType, "text") {
172 } elseif memstr(columnType, "float") {
179 } elseif memstr(columnType, "enum") {
194 if memstr(columnType, "(") {
[all …]
/dports/net-mgmt/driftnet/driftnet-1.3.0/src/media/
H A Dhttp.c54 if (!(req = memstr(data, len, (unsigned char*)"GET ", HTTPGET_LEN)) && in find_http_req()
55 !(req = memstr(data, len, (unsigned char*)"POST ", HTTPPOST_LEN)) ) in find_http_req()
59 … if (!(le = memstr(req + HTTPGET_LEN, remaining(req + HTTPGET_LEN), (unsigned char*)"\r\n", 2))) { in find_http_req()
75 if (!(blankline = memstr(le + 2, remaining(le + 2), (unsigned char*)"\r\n\r\n", 4))) { in find_http_req()
88 if (!(hosthdr = memstr(le, blankline - le + 2, (unsigned char*)"\r\nHost: ", 8))) { in find_http_req()
H A Dimage.c35 gifhdr = memstr(data, len, (unsigned char*)"GIF89a", 6); in find_gif_image()
36 if (!gifhdr) gifhdr = memstr(data, len, (unsigned char*)"GIF87a", 6); in find_gif_image()
248 jpeghdr = memstr(data, len, (unsigned char*)"\xff\xd8", 2); in find_jpeg_image()
272 block = memstr(block, len - (block - data), (unsigned char*)"\xff\xd9", 2); in find_jpeg_image()
329 pnghdr = memstr(data, len, (unsigned char*)"\x89\x50\x4e\x47\x0d\x0a\x1a\x0a", PNG_SIG_LEN); in find_png_image()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/
H A Dmbmem.cpp139 static std::string memstr( unsigned long long val );
253 << std::right << std::setw(MEM_WIDTH) << memstr(occupied) << ' ' in print_memory_stats()
254 << std::right << std::setw(MEM_WIDTH) << memstr(allocated) << std::endl; in print_memory_stats()
263 …<< "memory: " << memstr(stats.total_storage) << "/" << memstr(stats.total_amortized) << std::en… in print_memory_stats()
264 …<< "entity: " << memstr(stats.entity_storage) << "/" << memstr(stats.entity_amortized) << std::… in print_memory_stats()
265 …<< "adjacency: " << memstr(stats.adjacency_storage) << "/" << memstr(stats.adjacency_amortized) <<… in print_memory_stats()
266 … << "tag: " << memstr(stats.tag_storage) << "/" << memstr(stats.tag_amortized) << std::endl in print_memory_stats()
305 << std::endl << "Virtual memory: " << memstr(vsize) in print_memory_stats()
307 << std::endl << "Resident set size: " << memstr(tmprss) in print_memory_stats()
321 << std::endl << "Resident set size: " << memstr(tmprss) in print_memory_stats()
[all …]
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzftpchk.c31 static char memstr[16]; in zzftpchk_() local
333 zzftpstr_(memstr, lftbkt, rgtbkt, delim, (ftnlen)16, (ftnlen)6, ( in zzftpchk_()
378 fsmidx = pos_(memstr, filstr, &c__1, (ftnlen)16, rtrim_(filstr, ( in zzftpchk_()
395 msfidx = pos_(filstr, memstr, &c__1, (ftnlen)48, rtrim_(memstr, ( in zzftpchk_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzftpchk.c31 static char memstr[16]; in zzftpchk_() local
333 zzftpstr_(memstr, lftbkt, rgtbkt, delim, (ftnlen)16, (ftnlen)6, ( in zzftpchk_()
378 fsmidx = pos_(memstr, filstr, &c__1, (ftnlen)16, rtrim_(filstr, ( in zzftpchk_()
395 msfidx = pos_(filstr, memstr, &c__1, (ftnlen)48, rtrim_(memstr, ( in zzftpchk_()
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/
H A DLoggerException_Tests.cs30 using (MemoryStream memstr = new MemoryStream()) in SerializeDeserialize()
34 frm.Serialize(memstr, e); in SerializeDeserialize()
35 memstr.Position = 0; in SerializeDeserialize()
37 InternalLoggerException e2 = (InternalLoggerException)frm.Deserialize(memstr); in SerializeDeserialize()
H A DInvalidProjectFileException_Tests.cs29 using (MemoryStream memstr = new MemoryStream()) in SerializeDeserialize()
33 frm.Serialize(memstr, e); in SerializeDeserialize()
34 memstr.Position = 0; in SerializeDeserialize()
36 … InvalidProjectFileException e2 = (InvalidProjectFileException)frm.Deserialize(memstr); in SerializeDeserialize()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine.UnitTests/
H A DLoggerException_Tests.cs35 using (MemoryStream memstr = new MemoryStream()) in SerializeDeserialize()
39 frm.Serialize(memstr, e); in SerializeDeserialize()
40 memstr.Position = 0; in SerializeDeserialize()
42 InternalLoggerException e2 = (InternalLoggerException) frm.Deserialize(memstr); in SerializeDeserialize()
H A DInvalidProjectFileException_Tests.cs36 using (MemoryStream memstr = new MemoryStream()) in SerializeDeserialize()
40 frm.Serialize(memstr, e); in SerializeDeserialize()
41 memstr.Position = 0; in SerializeDeserialize()
43 … InvalidProjectFileException e2 = (InvalidProjectFileException)frm.Deserialize(memstr); in SerializeDeserialize()
/dports/emulators/x16-rom/x16-rom-r38/kernal/cbm/
H A Dmemory.s17 memstr .res 2 ; start of memory label
73 ldx memstr
74 ldy memstr+1
78 setbot stx memstr
79 sty memstr+1
/dports/www/phalcon4/cphalcon-4.1.1/phalcon/Cli/Router/
H A DRoute.zep87 if memstr(pattern, ":") {
93 if memstr(pattern, ":delimiter") {
103 if memstr(pattern, part) {
109 if memstr(pattern, part) {
115 if memstr(pattern, part) {
121 if memstr(pattern, part) {
127 if memstr(pattern, part) {
137 if memstr(pattern, part) {
150 if memstr(pattern, "(") || memstr(pattern, "[") {
443 if memstr(taskName, "\\") {
[all …]
/dports/www/phalcon/cphalcon-3.4.5/phalcon/cli/router/
H A Droute.zep94 if memstr(pattern, ":") {
106 if memstr(pattern, part) {
112 if memstr(pattern, part) {
118 if memstr(pattern, part) {
124 if memstr(pattern, part) {
130 if memstr(pattern, part) {
136 if memstr(pattern, part) {
142 if memstr(pattern, "(") {
147 if memstr(pattern, "[") {
344 if memstr(taskName, "\\") {
[all …]
/dports/audio/osd-lyrics/osdlyrics-0.4.3/src/
H A Dol_lrc_fetch_utils.c301 struct memo *memstr = (struct memo *)data;
304 memstr->mem_base = myrealloc(memstr->mem_base, memstr->mem_len+need);
305 if(memstr->mem_base) {
306 memcpy(&memstr->mem_base[memstr->mem_len], ptr, need);
307 memstr->mem_len += need;
/dports/www/phalcon4/cphalcon-4.1.1/phalcon/Mvc/Router/
H A DRoute.zep94 if memstr(pattern, ":") {
99 if memstr(pattern, "/:module") {
104 if memstr(pattern, "/:controller") {
109 if memstr(pattern, "/:namespace") {
114 if memstr(pattern, "/:action") {
119 if memstr(pattern, "/:params") {
124 if memstr(pattern, "/:int") {
135 if memstr(pattern, "(") || memstr(pattern, "[") {
437 if memstr(controllerName, "\\") {
505 if memstr(pattern, "{") {
/dports/archivers/xmill/xmill/XMill/
H A DNoZip.cpp44 static char *memstr(char *mem, int len, char *str) in memstr() function
115 if ((headerptr = memstr(nextin, len, "Cheer"))) { in doCompress()
174 if ((headerptr = memstr(nextin+off, len, XMILL_HEADER_NOZIP))) { in doUncompress()
187 if ((header = memstr(nextin+off, len, "Cheer"))) { in doUncompress()
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/libbento4/Core/
H A DAp4PsshAtom.cpp133 AP4_MemoryByteStream* memstr = new AP4_MemoryByteStream(m_Data); in SetData() local
134 if (!memstr) { in SetData()
137 AP4_Result result = atom.Write(*memstr); in SetData()
138 memstr->Release(); in SetData()
/dports/www/phalcon/cphalcon-3.4.5/phalcon/mvc/router/
H A Droute.zep89 if memstr(pattern, ":") {
95 if memstr(pattern, "/:module") {
100 if memstr(pattern, "/:controller") {
105 if memstr(pattern, "/:namespace") {
110 if memstr(pattern, "/:action") {
115 if memstr(pattern, "/:params") {
120 if memstr(pattern, "/:int") {
126 if memstr(pattern, "(") {
131 if memstr(pattern, "[") {
309 if memstr(pattern, "{") {
[all …]
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymond/client/
H A Dzos.c167 void *hinfo, char *fromline, char *timestr, char *memstr) in zos_memory_report() argument
180 if (!memstr) return; in zos_memory_report()
185 p = strstr(memstr, "CSA ") + 4; in zos_memory_report()
190 p = strstr(memstr, "ECSA ") + 5; in zos_memory_report()
195 p = strstr(memstr, "SQA ") + 4; in zos_memory_report()
200 p = strstr(memstr, "ESQA ") + 5; in zos_memory_report()
632 char *memstr; /* z/OS Memory Utilization */ in handle_zos_client() local
650 memstr = getdata("memory"); in handle_zos_client()
659 zos_memory_report(hostname, clienttype, os, hinfo, fromline, timestr, memstr); in handle_zos_client()
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymond/client/
H A Dzos.c167 void *hinfo, char *fromline, char *timestr, char *memstr) in zos_memory_report() argument
180 if (!memstr) return; in zos_memory_report()
185 p = strstr(memstr, "CSA ") + 4; in zos_memory_report()
190 p = strstr(memstr, "ECSA ") + 5; in zos_memory_report()
195 p = strstr(memstr, "SQA ") + 4; in zos_memory_report()
200 p = strstr(memstr, "ESQA ") + 5; in zos_memory_report()
632 char *memstr; /* z/OS Memory Utilization */ in handle_zos_client() local
650 memstr = getdata("memory"); in handle_zos_client()
659 zos_memory_report(hostname, clienttype, os, hinfo, fromline, timestr, memstr); in handle_zos_client()

12345678910>>...13