Home
last modified time | relevance | path

Searched refs:parse_offset (Results 1 – 25 of 205) sorted by relevance

123456789

/dports/databases/timescaledb/timescaledb-2.5.1/src/net/
H A Dhttp_response.c39 off_t parse_offset; member
168 char *raw_buf = palloc(state->parse_offset + 1); in http_parse_status()
181 raw_buf[state->parse_offset] = '\0'; in http_parse_status()
342 while (state->parse_offset < state->offset) in ts_http_response_state_parse()
344 char next = state->raw_buffer[state->parse_offset]; in ts_http_response_state_parse()
350 state->parse_offset++; in ts_http_response_state_parse()
354 state->parse_offset++; in ts_http_response_state_parse()
359 state->parse_offset++; in ts_http_response_state_parse()
363 state->parse_offset++; in ts_http_response_state_parse()
367 state->parse_offset++; in ts_http_response_state_parse()
[all …]
/dports/devel/elixir-timex/timex-3.3.0/lib/parse/datetime/parsers/
H A Diso8601_extended.ex68 parse_offset(rest, [{:hour24, hour}|acc], count+2)
87 parse_offset(rest, [{:min, minute}|acc], count+2)
109parse_offset(rest, [{:sec_fractional, {fractional, precision}}, {:sec, seconds}|acc], count+2)
123 parse_offset(rest, [{:sec, second}|acc], count+2)
142 …def parse_offset(<<"Z",rest::binary>>, acc, count), do: {:ok, [{:zname, "Etc/UTC"}|acc], count+1, … function
143 def parse_offset(<<dir::utf8,rest::binary>>, acc, count) when dir in [?+,?-] do function
144 parse_offset(dir, rest, acc, count+1)
146 def parse_offset("", acc, count), do: {:ok, acc, count, ""} function
159 def parse_offset(dir, <<h1::utf8,h2::utf8,":",m1::utf8,m2::utf8,rest::binary>>, acc, count) when function
167 def parse_offset(dir, <<h1::utf8,h2::utf8,m1::utf8,m2::utf8,rest::binary>>, acc, count) when function
[all …]
/dports/devel/re2c/re2c-2.2/lib/
H A Dtest_helper.re4 static inline regoff_t parse_offset(const char *s, const char *e)
43 v->push_back(parse_offset(n1, n2));
44 v->push_back(parse_offset(m1, m2));
H A Dtest_helper.cc6 static inline regoff_t parse_offset(const char *s, const char *e) in parse_offset() function
148 v->push_back(parse_offset(n1, n2)); in parse_submatch()
149 v->push_back(parse_offset(m1, m2)); in parse_submatch()
/dports/devel/re2c/re2c-2.2/bootstrap/lib/
H A Dtest_helper.cc6 static inline regoff_t parse_offset(const char *s, const char *e) in parse_offset() function
148 v->push_back(parse_offset(n1, n2)); in parse_submatch()
149 v->push_back(parse_offset(m1, m2)); in parse_submatch()
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/kamadak-exif-0.5.4/src/
H A Dtiff.rs350 pub fn parse_offset(&mut self, data: &[u8]) -> Result<(), Error> { in parse_offset() method
599 dt.parse_offset(b"+00:00").unwrap(); in date_time()
601 dt.parse_offset(b"+01:23").unwrap(); in date_time()
603 dt.parse_offset(b"+99:99").unwrap(); in date_time()
605 dt.parse_offset(b"-01:23").unwrap(); in date_time()
607 dt.parse_offset(b"-99:99").unwrap(); in date_time()
609 assert_err_pat!(dt.parse_offset(b" : "), Error::BlankValue(_)); in date_time()
610 assert_err_pat!(dt.parse_offset(b" "), Error::BlankValue(_)); in date_time()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ltp.c366 int parse_offset = 0; in dissect_data_segment() local
368 while(parse_offset < parse_length) in dissect_data_segment()
379 sdnv_status = evaluate_sdnv64(tvb, frame_offset+parse_offset, &sdnv_length, &sda_client_id); in dissect_data_segment()
380 …mat_value(ltp_data_data_tree, hf_ltp_data_sda_clid, tvb, frame_offset+parse_offset, sdnv_length, s… in dissect_data_segment()
390 parse_offset += sdnv_length; in dissect_data_segment()
391 if (parse_offset == parse_length) { in dissect_data_segment()
397 …datatvb = tvb_new_subset_length_caplen(new_tvb, parse_offset, (int)parse_length - parse_offset, tv… in dissect_data_segment()
407 parse_offset += bundle_size; in dissect_data_segment()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ltp.c366 int parse_offset = 0; in dissect_data_segment() local
368 while(parse_offset < parse_length) in dissect_data_segment()
379 sdnv_status = evaluate_sdnv64(tvb, frame_offset+parse_offset, &sdnv_length, &sda_client_id); in dissect_data_segment()
380 …mat_value(ltp_data_data_tree, hf_ltp_data_sda_clid, tvb, frame_offset+parse_offset, sdnv_length, s… in dissect_data_segment()
390 parse_offset += sdnv_length; in dissect_data_segment()
391 if (parse_offset == parse_length) { in dissect_data_segment()
397 …datatvb = tvb_new_subset_length_caplen(new_tvb, parse_offset, (int)parse_length - parse_offset, tv… in dissect_data_segment()
407 parse_offset += bundle_size; in dissect_data_segment()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ltp.c366 int parse_offset = 0;
368 while(parse_offset < parse_length)
379 sdnv_status = evaluate_sdnv64(tvb, frame_offset+parse_offset, &sdnv_length, &sda_client_id);
380 …mat_value(ltp_data_data_tree, hf_ltp_data_sda_clid, tvb, frame_offset+parse_offset, sdnv_length, s…
390 parse_offset += sdnv_length;
391 if (parse_offset == parse_length) {
397 …datatvb = tvb_new_subset_length_caplen(new_tvb, parse_offset, (int)parse_length - parse_offset, tv…
407 parse_offset += bundle_size;
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ltp.c366 int parse_offset = 0; in dissect_data_segment() local
368 while(parse_offset < parse_length) in dissect_data_segment()
379 sdnv_status = evaluate_sdnv64(tvb, frame_offset+parse_offset, &sdnv_length, &sda_client_id); in dissect_data_segment()
380 …mat_value(ltp_data_data_tree, hf_ltp_data_sda_clid, tvb, frame_offset+parse_offset, sdnv_length, s… in dissect_data_segment()
390 parse_offset += sdnv_length; in dissect_data_segment()
391 if (parse_offset == parse_length) { in dissect_data_segment()
397 …datatvb = tvb_new_subset_length_caplen(new_tvb, parse_offset, (int)parse_length - parse_offset, tv… in dissect_data_segment()
407 parse_offset += bundle_size; in dissect_data_segment()
/dports/devel/elixir-timex/timex-3.3.0/lib/timezone/
H A Dtimezone.ex193 {suffix, offset_secs} = parse_offset(offset)
204 {suffix, offset_secs} = parse_offset(offset)
232 defp parse_offset(<<?0, h2::utf8, ?:, m1::utf8, m2::utf8, ?:, s1::utf8, s2::utf8>>) do function
244 defp parse_offset(<<?0, h2::utf8, ?:, m1::utf8, m2::utf8>>) do function
249 defp parse_offset(<<h1::utf8, h2::utf8, ?:, m1::utf8, m2::utf8>> = suffix) do function
254 defp parse_offset(<<?0, h2::utf8>>) do function
258 defp parse_offset(<<h1::utf8, h2::utf8>> = suffix) do function
262 defp parse_offset(<<h1::utf8, h2::utf8, ?., rest::binary>>) do function
277 defp parse_offset(<<h2::utf8, ?., rest::binary>>) do function
278 parse_offset(<<?0, h2::utf8, ?., rest::binary>>)
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/lib/calendar/
H A Diso.ex320 {_offset, ""} <- parse_offset(rest) do
1449 defp parse_offset(""), do: {nil, ""} function
1450 defp parse_offset("Z"), do: {0, ""} function
1451 defp parse_offset("-00:00"), do: :error function
1454 do: parse_offset(1, hour, min, rest)
1457 do: parse_offset(-1, hour, min, rest)
1460 do: parse_offset(1, hour, min, rest)
1463 do: parse_offset(-1, hour, min, rest)
1465 defp parse_offset(<<?+, hour::2-bytes, rest::binary>>), do: parse_offset(1, hour, "00", rest) function
1466 defp parse_offset(<<?-, hour::2-bytes, rest::binary>>), do: parse_offset(-1, hour, "00", rest) function
[all …]
/dports/lang/elixir/elixir-1.12.3/lib/elixir/lib/calendar/
H A Diso.ex569 {offset, ""} <- parse_offset(rest) do
1392 defp parse_offset(""), do: {nil, ""} function
1393 defp parse_offset("Z"), do: {0, ""} function
1394 defp parse_offset("-00:00"), do: :error function
1397 do: parse_offset(1, hour, min, rest)
1400 do: parse_offset(-1, hour, min, rest)
1403 do: parse_offset(1, hour, min, rest)
1406 do: parse_offset(-1, hour, min, rest)
1408 defp parse_offset(<<?+, hour::2-bytes, rest::binary>>), do: parse_offset(1, hour, "00", rest) function
1409 defp parse_offset(<<?-, hour::2-bytes, rest::binary>>), do: parse_offset(-1, hour, "00", rest) function
[all …]
/dports/graphics/cptutils/cptutils-1.74/src/common/
H A Dsvgread.c233 static int parse_offset(const char*, double*);
280 if (parse_offset((char*)offset, &z) != 0) in svg_read_lingrad()
345 static int parse_offset(const char *po, double *z) in parse_offset() function
/dports/x11/wmfocus/wmfocus-1.2.0/src/
H A Dargs.rs70 fn parse_offset(c: &str) -> Result<Offset, String> { in parse_offset() function
166 …hort, long, allow_hyphen_values = true, default_value = "0,0", parse(try_from_str = parse_offset))]
/dports/comms/owfs/owfs-3.2p4/module/owftpd/src/c/
H A Dftp_command.c61 static const char *parse_offset(off_t * ofs, const char *s);
244 input = parse_offset(&cmd->arg[0].offset, input); in ftp_command_parse()
572 static const char *parse_offset(off_t * ofs, const char *s) in parse_offset() function
/dports/ftp/oftpd/oftpd-0.3.7/src/
H A Dftp_command.c69 static const char *parse_offset(off_t *ofs, const char *s);
281 input = parse_offset(&tmp.arg[0].offset, input); in ftp_command_parse()
616 static const char *parse_offset(off_t *ofs, const char *s) in parse_offset() function
/dports/devel/orc/orc-0.4.31/orc/
H A Dorcbytecode.c302 int parse_offset; member
311 value = parse->bytecode[parse->parse_offset]; in orc_bytecode_parse_get_byte()
312 parse->parse_offset++; in orc_bytecode_parse_get_byte()
/dports/audio/cdparanoia/cdparanoia-III-alpha9.8/
H A Dmain.c68 static long parse_offset(cdrom_drive *d, char *offset, int begin){ in parse_offset() function
972 first_sector=parse_offset(d,span,-1); in main()
974 last_sector=parse_offset(d,span2,cdda_disc_firstsector(d)); in main()
976 last_sector=parse_offset(d,span2,first_sector); in main()
/dports/sysutils/cdrkit/cdrkit-1.1.11/wodim/
H A Dcue.c255 static void parse_offset(long *lp);
605 parse_offset(&l); in parse_index()
681 parse_offset(&l); in parse_postgap()
697 parse_offset(&l); in parse_pregap()
844 parse_offset(long *lp) in parse_offset() function
/dports/sysutils/genisoimage/cdrkit-1.1.11/wodim/
H A Dcue.c255 static void parse_offset(long *lp);
605 parse_offset(&l); in parse_index()
681 parse_offset(&l); in parse_postgap()
697 parse_offset(&l); in parse_pregap()
844 parse_offset(long *lp) in parse_offset() function
/dports/dns/knot3/knot-3.1.5/src/contrib/
H A Dtime.c167 static void parse_offset(time_ctx_t *ctx) in parse_offset() function
286 parse_offset(&ctx); in knot_time_parse()
/dports/dns/knot3-lib/knot-3.1.5/src/contrib/
H A Dtime.c167 static void parse_offset(time_ctx_t *ctx) in parse_offset() function
286 parse_offset(&ctx); in knot_time_parse()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/epub/cfi/
H A Dparse.py110 remaining_raw = self.parse_offset(raw, ans['steps'][-1])
113 def parse_offset(self, raw, ans): member in Parser
/dports/sysutils/rw/rw-portable-1.0/
H A Drw.c118 static off_t parse_offset(const char* string, in parse_offset() function
486 input_offset = parse_offset(input_offset_str, in main()
493 output_offset = parse_offset(output_offset_str, in main()
509 count = parse_offset(count_str, input_blksize, output_blksize, left); in main()

123456789