Home
last modified time | relevance | path

Searched refs:p_end (Results 1 – 25 of 1917) sorted by relevance

12345678910>>...77

/dports/databases/spatialite/libspatialite-5.0.1/src/gaiaaux/
H A Dgg_sqlaux.c821 *p_end = p; in consume_blank()
911 *p_end = p; in consume_int()
952 *p_end = p; in consume_float()
995 p = p_end; in gaiaParseDMS()
1002 p = p_end; in gaiaParseDMS()
1009 p = p_end; in gaiaParseDMS()
1026 p = p_end; in gaiaParseDMS()
1043 p = p_end; in gaiaParseDMS()
1087 p = p_end; in gaiaParseDMS()
1104 p = p_end; in gaiaParseDMS()
[all …]
/dports/mail/libspf2/libspf2-1.2.10/src/libspf2/
H A Dspf_id2str.c45 char **p_p, char *p_end, in SPF_record_stringify_data() argument
57 if (p_end - p <= 0) in SPF_record_stringify_data()
86 if (p_end - (p + data->ds.len) <= 0) in SPF_record_stringify_data()
112 if (p_end - p <= 0) in SPF_record_stringify_data()
120 len = snprintf( p, p_end - p, "%%{" ); in SPF_record_stringify_data()
255 char *p, *p_end; in SPF_record_stringify() local
291 p_end = *bufp + *buflenp; in SPF_record_stringify()
302 if (p_end - p <= 0) in SPF_record_stringify()
353 len = snprintf( p, p_end - p, "a" ); in SPF_record_stringify()
431 &p, p_end, in SPF_record_stringify()
[all …]
/dports/net/serveez/serveez-0.2.2/src/libserveez/coserver/
H A Dident.c58 char *p_end; in ident_handle_request() local
130 p_end = p + strlen (p); in ident_handle_request()
139 while (p < p_end && *p == ' ') in ident_handle_request()
141 if (p >= p_end || *p != ',') in ident_handle_request()
144 while (p < p_end && *p == ' ') in ident_handle_request()
154 while (p < p_end && *p == ' ') in ident_handle_request()
156 if (p >= p_end || *p != ':') in ident_handle_request()
159 while (p < p_end && *p == ' ') in ident_handle_request()
171 if (p >= p_end || *p != ':') in ident_handle_request()
176 if (p >= p_end) in ident_handle_request()
[all …]
/dports/databases/xapian-core/xapian-core-1.4.18/net/
H A Dserialise.cc80 decode_length(&p, p_end, dummy); in unserialise_stats()
85 decode_length(&p, p_end, n); in unserialise_stats()
92 decode_length(&p, p_end, termfreq); in unserialise_stats()
100 decode_length(&p, p_end, collfreq); in unserialise_stats()
181 decode_length(&p, p_end, did); in unserialise_mset()
196 if (p != p_end) { in unserialise_mset()
240 while (p != p_end) { in unserialise_rset()
242 decode_length(&p, p_end, inc); in unserialise_rset()
305 decode_length(&p, p_end, slot); in unserialise_document()
322 decode_length(&p, p_end, wdf); in unserialise_document()
[all …]
H A Dremoteserver.cc273 decode_length(&p, p_end, did); in msg_termlist()
300 decode_length(&p, p_end, did); in msg_positionlist()
301 string term(p, p_end - p); in msg_positionlist()
349 if (p != p_end) { in msg_writeaccess()
353 if (p != p_end) { in msg_writeaccess()
475 while (p != p_end) { in msg_query()
501 p_end = p + message.size(); in msg_query()
535 decode_length(&p, p_end, did); in msg_document()
589 while (p != p_end) { in msg_valuestats()
591 decode_length(&p, p_end, slot); in msg_valuestats()
[all …]
/dports/databases/xapian-core12/xapian-core-1.2.25/net/
H A Dserialise.cc134 decode_length(&p, p_end, n); in unserialise_stats()
141 decode_length(&p, p_end, termfreq); in unserialise_stats()
267 decode_length(&p, p_end, did); in unserialise_mset()
278 while (p != p_end) { in unserialise_mset()
330 decode_length(&p, p_end, did); in unserialise_mset_new()
345 while (p != p_end) { in unserialise_mset_new()
392 while (p != p_end) { in unserialise_rset()
394 decode_length(&p, p_end, inc); in unserialise_rset()
457 decode_length(&p, p_end, slot); in unserialise_document()
474 decode_length(&p, p_end, wdf); in unserialise_document()
[all …]
H A Dremoteserver.cc261 decode_length(&p, p_end, did); in msg_termlist()
281 decode_length(&p, p_end, did); in msg_positionlist()
282 string term(p, p_end - p); in msg_positionlist()
451 while (p != p_end) { in msg_query()
477 p_end = p + message.size(); in msg_query()
582 while (p != p_end) { in msg_query_new()
608 p_end = p + message.size(); in msg_query_new()
642 decode_length(&p, p_end, did); in msg_document()
688 while (p != p_end) { in msg_valuestats()
690 decode_length(&p, p_end, slot); in msg_valuestats()
[all …]
/dports/devel/sunpromake/schily-2021-09-18/patch/
H A Dpch.c535 p_end--; in another_hunk()
585 p_end++; in another_hunk()
619 p_end--; in another_hunk()
695 p_end--; in another_hunk()
757 p_end--; in another_hunk()
770 p_end--; in another_hunk()
792 p_end--; in another_hunk()
806 p_len[p_end] = strlen(p_line[p_end]); in another_hunk()
819 for (p_end--; p_end > repl_beginning; p_end--) in another_hunk()
845 p_end--; in another_hunk()
[all …]
/dports/devel/smake/schily-2021-09-18/patch/
H A Dpch.c535 p_end--; in another_hunk()
585 p_end++; in another_hunk()
619 p_end--; in another_hunk()
695 p_end--; in another_hunk()
757 p_end--; in another_hunk()
770 p_end--; in another_hunk()
792 p_end--; in another_hunk()
806 p_len[p_end] = strlen(p_line[p_end]); in another_hunk()
819 for (p_end--; p_end > repl_beginning; p_end--) in another_hunk()
845 p_end--; in another_hunk()
[all …]
/dports/devel/sccs/schily-2021-09-18/patch/
H A Dpch.c535 p_end--; in another_hunk()
585 p_end++; in another_hunk()
619 p_end--; in another_hunk()
695 p_end--; in another_hunk()
757 p_end--; in another_hunk()
770 p_end--; in another_hunk()
792 p_end--; in another_hunk()
806 p_len[p_end] = strlen(p_line[p_end]); in another_hunk()
819 for (p_end--; p_end > repl_beginning; p_end--) in another_hunk()
845 p_end--; in another_hunk()
[all …]
/dports/devel/schilybase/schily-2021-09-18/patch/
H A Dpch.c535 p_end--; in another_hunk()
585 p_end++; in another_hunk()
619 p_end--; in another_hunk()
695 p_end--; in another_hunk()
757 p_end--; in another_hunk()
770 p_end--; in another_hunk()
792 p_end--; in another_hunk()
806 p_len[p_end] = strlen(p_line[p_end]); in another_hunk()
819 for (p_end--; p_end > repl_beginning; p_end--) in another_hunk()
845 p_end--; in another_hunk()
[all …]
/dports/net/rscsi/schily-2021-09-18/patch/
H A Dpch.c535 p_end--; in another_hunk()
585 p_end++; in another_hunk()
619 p_end--; in another_hunk()
695 p_end--; in another_hunk()
757 p_end--; in another_hunk()
770 p_end--; in another_hunk()
792 p_end--; in another_hunk()
806 p_len[p_end] = strlen(p_line[p_end]); in another_hunk()
819 for (p_end--; p_end > repl_beginning; p_end--) in another_hunk()
845 p_end--; in another_hunk()
[all …]
/dports/archivers/star/schily-2021-09-18/patch/
H A Dpch.c535 p_end--; in another_hunk()
585 p_end++; in another_hunk()
619 p_end--; in another_hunk()
695 p_end--; in another_hunk()
757 p_end--; in another_hunk()
770 p_end--; in another_hunk()
792 p_end--; in another_hunk()
806 p_len[p_end] = strlen(p_line[p_end]); in another_hunk()
819 for (p_end--; p_end > repl_beginning; p_end--) in another_hunk()
845 p_end--; in another_hunk()
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/patch/
H A Dpch.c535 p_end--; in another_hunk()
585 p_end++; in another_hunk()
619 p_end--; in another_hunk()
695 p_end--; in another_hunk()
757 p_end--; in another_hunk()
770 p_end--; in another_hunk()
792 p_end--; in another_hunk()
806 p_len[p_end] = strlen(p_line[p_end]); in another_hunk()
819 for (p_end--; p_end > repl_beginning; p_end--) in another_hunk()
845 p_end--; in another_hunk()
[all …]
/dports/editors/ved/schily-2021-09-18/patch/
H A Dpch.c535 p_end--; in another_hunk()
585 p_end++; in another_hunk()
619 p_end--; in another_hunk()
695 p_end--; in another_hunk()
757 p_end--; in another_hunk()
770 p_end--; in another_hunk()
792 p_end--; in another_hunk()
806 p_len[p_end] = strlen(p_line[p_end]); in another_hunk()
819 for (p_end--; p_end > repl_beginning; p_end--) in another_hunk()
845 p_end--; in another_hunk()
[all …]
/dports/sysutils/schilyutils/schily-2021-09-18/patch/
H A Dpch.c535 p_end--; in another_hunk()
585 p_end++; in another_hunk()
619 p_end--; in another_hunk()
695 p_end--; in another_hunk()
757 p_end--; in another_hunk()
770 p_end--; in another_hunk()
792 p_end--; in another_hunk()
806 p_len[p_end] = strlen(p_line[p_end]); in another_hunk()
819 for (p_end--; p_end > repl_beginning; p_end--) in another_hunk()
845 p_end--; in another_hunk()
[all …]
/dports/devel/liborcus/liborcus-0.16.1/src/parser/
H A Dparser_global.cpp97 if (p != p_end) in parse_integer()
113 for (; p != p_end; ++p) in parse_integer()
167 if (p == p_end) in parse_string_with_escaped_char()
177 for (; p != p_end; ++p, ++len) in parse_string_with_escaped_char()
239 for (; p != p_end; ++p) in parse_single_quoted_string_buffered()
303 if (p == p_end) in parse_single_quoted_string()
358 if (p == p_end) in parse_to_closing_single_quote()
362 for (; p != p_end; ++p) in parse_to_closing_single_quote()
407 if (p == p_end) in parse_double_quoted_string()
475 if (p == p_end) in parse_to_closing_double_quote()
[all …]
H A Dpstring.cpp92 const char* p_end = p + m_size; in trim() local
94 for ( ;p != p_end; ++p) in trim()
101 if (p == p_end) in trim()
108 for (--p_end; p_end != p; --p_end) in trim()
110 if (is_blank(*p_end)) in trim()
115 ++p_end; in trim()
116 return pstring(p, p_end-p); in trim()
130 const char* p_end = p + right.size(); in operator +() local
131 for (; p != p_end; ++p) in operator +()
142 const char* p_end = p + right.size(); in operator +=() local
[all …]
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/remote/
H A Dremote-database.cc124 apply_stats_update(p, p_end); in RemoteDatabase()
188 if (p != p_end) { in open_term_list()
202 p_end = p + message.size(); in open_term_list()
205 item.tname.assign(p, p_end); in open_term_list()
236 item.tname.assign(p, p_end); in open_allterms()
291 decode_length(&p, p_end, inc); in open_position_list()
373 if (p == p_end) { in apply_stats_update()
378 uuid.assign(p, p_end); in apply_stats_update()
463 if (p != p_end) { in read_value_stats()
523 if (p != p_end) { in get_doclength()
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dspvw_walk.d59 while (p != p_end) { in map_heap_objects()
68 var aint p_end = heap->heap_end; in map_heap_objects()
69 while (p != p_end) { in map_heap_objects()
83 while (p != p_end) { in map_heap_objects()
92 while (p != p_end) { in map_heap_objects()
104 while (p != p_end) { in map_heap_objects()
113 while (p != p_end) { in map_heap_objects()
125 var aint p_end = page->page_end; in map_heap_objects()
127 while (p != p_end) { in map_heap_objects()
137 var aint p_end = page->page_end; in map_heap_objects()
[all …]
/dports/databases/xapian-core/xapian-core-1.4.18/backends/remote/
H A Dremote-database.cc176 if (p != p_end) { in open_term_list()
190 p_end = p + message.size(); in open_term_list()
194 term.append(p, p_end); in open_term_list()
224 term.append(p, p_end); in open_allterms()
395 if (p == p_end) { in update_stats()
400 uuid.assign(p, p_end); in update_stats()
446 const char * p_end; in get_freqs() local
487 if (p != p_end) { in read_value_stats()
547 if (p != p_end) { in get_doclength()
564 if (p != p_end) { in get_unique_terms()
[all …]
/dports/databases/xapian-core12/xapian-core-1.2.25/tests/
H A Dinternaltest.cc270 const char *p_end = p + s.size(); in test_serialiselength1() local
272 decode_length(&p, p_end, decoded_n); in test_serialiselength1()
275 TEST_EQUAL(p_end - p, 0); in test_serialiselength1()
294 const char *p_end = p + s.size(); in test_serialiselength2() local
298 TEST(p == p_end); in test_serialiselength2()
303 const char *p_end = p + s.size(); in test_serialiselength2() local
307 TEST_EQUAL(p_end - p, 1); in test_serialiselength2()
315 const char *p_end = p + s.size(); in test_serialiselength2()
323 const char *p_end = p + s.size(); in test_serialiselength2() local
327 TEST_EQUAL(p_end - p, 1); in test_serialiselength2()
[all …]
/dports/devel/liborcus/liborcus-0.16.1/include/orcus/
H A Dyaml_parser.hpp437 const char* p_end = p + len; in parse_value() local
439 if (p == p_end) in parse_value()
491 if (p == p_end) in parse_line()
504 if (p == p_end) in parse_line()
517 if (p != p_end) in parse_line()
534 if (p == p_end) in parse_line()
574 if (p == p_end) in parse_map_key()
593 if (p == p_end) in parse_map_key()
604 if (p == p_end) in parse_map_key()
623 if (p == p_end) in parse_map_key()
[all …]
/dports/devel/patch/patch-2.7.6/src/
H A Dpch.c104 p_end = -1; in re_patch()
1187 p_end--; in another_hunk()
1261 p_end++; in another_hunk()
1292 p_end--; in another_hunk()
1370 p_end--; in another_hunk()
1444 p_end--; in another_hunk()
1467 p_end--; in another_hunk()
1508 p_end--; in another_hunk()
1531 for (p_end--; p_end > repl_beginning; p_end--) in another_hunk()
1557 p_end--; in another_hunk()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dmemblock.h174 p_start, p_end, p_nid) \ argument
176 p_start, p_end, p_nid); \
179 p_start, p_end, p_nid))
194 p_start, p_end, p_nid) \ argument
197 p_start, p_end, p_nid); \
200 p_start, p_end, p_nid))
210 MEMBLOCK_NONE, p_start, p_end, NULL)
221 MEMBLOCK_NONE, p_start, p_end, NULL)
234 MEMBLOCK_NONE, p_start, p_end, NULL)
328 nid, flags, p_start, p_end, p_nid)
[all …]

12345678910>>...77