Home
last modified time | relevance | path

Searched refs:key_start (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/dports/net/tinyfugue/tf-50b8/src/
H A Dkeyboard.c109 static int key_start = 0; in handle_keyboard_input() local
166 key_start++; in handle_keyboard_input()
174 if (s[key_start] == '\n' || s[key_start] == '\r') { in handle_keyboard_input()
179 } else if (s[key_start] == '\b' || s[key_start] == '\177') { in handle_keyboard_input()
185 key_start == input_start) in handle_keyboard_input()
189 Stringadd(scratch, s[key_start]); in handle_keyboard_input()
190 place = input_start = ++key_start; in handle_keyboard_input()
197 place = ++key_start; in handle_keyboard_input()
220 if (key_start >= current_input->len) { in handle_keyboard_input()
222 place = key_start = 0; in handle_keyboard_input()
[all …]
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Dkeyboard.c108 static int key_start = 0; in handle_keyboard_input() local
167 key_start++; in handle_keyboard_input()
175 if (s[key_start] == '\n' || s[key_start] == '\r') { in handle_keyboard_input()
180 } else if (s[key_start] == '\b' || s[key_start] == '\177') { in handle_keyboard_input()
186 key_start == input_start) in handle_keyboard_input()
190 Stringadd(scratch, s[key_start]); in handle_keyboard_input()
191 place = input_start = ++key_start; in handle_keyboard_input()
198 place = ++key_start; in handle_keyboard_input()
221 if (key_start >= current_input->len) { in handle_keyboard_input()
223 place = key_start = 0; in handle_keyboard_input()
[all …]
/dports/graphics/pqiv/pqiv-2.12/lib/
H A Dconfig_parser.c85 …while(key_end > key_start && (*key_end == ' ' || *key_end == '\n' || *key_end == '\r' || *key_end … in _config_parser_parse_data_invoke_callback()
117 callback(section_start, key_start, &value); in _config_parser_parse_data_invoke_callback()
141 if(*fp == '[' && key_start == NULL) { in config_parser_parse_data()
149 key_start = NULL; in config_parser_parse_data()
156 else if(*fp == '=' && key_start != NULL) { in config_parser_parse_data()
162 key_start = NULL; in config_parser_parse_data()
168 if(key_start == NULL) { in config_parser_parse_data()
169 key_start = fp; in config_parser_parse_data()
198 …_config_parser_parse_data_invoke_callback(callback, section_start, section_end, key_start, key_end… in config_parser_parse_data()
199 key_start = NULL; in config_parser_parse_data()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dpassthrough_program_cache_unittest.cc102 for (uint8_t key_start = 0; key_start < 5; ++key_start) { in TEST_F() local
103 std::string binary_key = MakeKey(kKeyLength, key_start); in TEST_F()
104 std::string binary_blob = MakeBlob(kBlobLength, key_start + 10); in TEST_F()
122 EXPECT_EQ("", Get(MakeKey(i, key_start))); in TEST_F()
132 for (uint8_t key_start = 0; key_start < 5; ++key_start) { in TEST_F() local
133 std::string binary_key = MakeKey(kKeyLength, key_start); in TEST_F()
134 std::string binary_blob = MakeBlob(kBlobLength, key_start + 25); in TEST_F()
146 EXPECT_EQ("", Get(MakeKey(i, key_start))); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dpassthrough_program_cache_unittest.cc102 for (uint8_t key_start = 0; key_start < 5; ++key_start) { in TEST_F() local
103 std::string binary_key = MakeKey(kKeyLength, key_start); in TEST_F()
104 std::string binary_blob = MakeBlob(kBlobLength, key_start + 10); in TEST_F()
122 EXPECT_EQ("", Get(MakeKey(i, key_start))); in TEST_F()
132 for (uint8_t key_start = 0; key_start < 5; ++key_start) { in TEST_F() local
133 std::string binary_key = MakeKey(kKeyLength, key_start); in TEST_F()
134 std::string binary_blob = MakeBlob(kBlobLength, key_start + 25); in TEST_F()
146 EXPECT_EQ("", Get(MakeKey(i, key_start))); in TEST_F()
/dports/databases/mariadb104-server/mariadb-10.4.24/unittest/strings/
H A Djson-t.c63 const char *key_start, *key_end; in do_json_locate() local
67 key, &key_start, &key_end, &comma_pos); in do_json_locate()
68 if (key_start) in do_json_locate()
69 ok(res == 0 && key_start - json == from && key_end - json == to && in do_json_locate()
70 comma_pos == cp, "%s: [%d,%d,%d] %.*s%s", key, (int)(key_start-json), in do_json_locate()
71 (int)(key_end-json), comma_pos, (int)(key_start - json), json, key_end); in do_json_locate()
/dports/databases/mariadb104-client/mariadb-10.4.24/unittest/strings/
H A Djson-t.c63 const char *key_start, *key_end; in do_json_locate() local
67 key, &key_start, &key_end, &comma_pos); in do_json_locate()
68 if (key_start) in do_json_locate()
69 ok(res == 0 && key_start - json == from && key_end - json == to && in do_json_locate()
70 comma_pos == cp, "%s: [%d,%d,%d] %.*s%s", key, (int)(key_start-json), in do_json_locate()
71 (int)(key_end-json), comma_pos, (int)(key_start - json), json, key_end); in do_json_locate()
/dports/databases/mariadb105-client/mariadb-10.5.15/unittest/strings/
H A Djson-t.c63 const char *key_start, *key_end; in do_json_locate() local
67 key, &key_start, &key_end, &comma_pos); in do_json_locate()
68 if (key_start) in do_json_locate()
69 ok(res == 0 && key_start - json == from && key_end - json == to && in do_json_locate()
70 comma_pos == cp, "%s: [%d,%d,%d] %.*s%s", key, (int)(key_start-json), in do_json_locate()
71 (int)(key_end-json), comma_pos, (int)(key_start - json), json, key_end); in do_json_locate()
/dports/databases/mariadb105-server/mariadb-10.5.15/unittest/strings/
H A Djson-t.c63 const char *key_start, *key_end; in do_json_locate() local
67 key, &key_start, &key_end, &comma_pos); in do_json_locate()
68 if (key_start) in do_json_locate()
69 ok(res == 0 && key_start - json == from && key_end - json == to && in do_json_locate()
70 comma_pos == cp, "%s: [%d,%d,%d] %.*s%s", key, (int)(key_start-json), in do_json_locate()
71 (int)(key_end-json), comma_pos, (int)(key_start - json), json, key_end); in do_json_locate()
/dports/games/openclonk/openclonk-release-8.1-src/masterserver/web/server/include/
H A DParseINI.php42 $key_start = strpos($string, $key."=") + strlen($key) + 1;
43 $key_end = strpos($string, "\n", $key_start);
45 $value = substr($string, $key_start);
48 $value = substr($string, $key_start, $key_end - $key_start);
/dports/security/nettle/nettle-3.7.3/
H A Drsa2openpgp.c74 unsigned key_start; in rsa_keypair_to_openpgp() local
81 key_start = buffer->size; in rsa_keypair_to_openpgp()
94 userid_start - key_start, in rsa_keypair_to_openpgp()
95 buffer->contents + key_start); in rsa_keypair_to_openpgp()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/
H A Drsa2openpgp.c74 unsigned key_start; in rsa_keypair_to_openpgp() local
81 key_start = buffer->size; in rsa_keypair_to_openpgp()
94 userid_start - key_start, in rsa_keypair_to_openpgp()
95 buffer->contents + key_start); in rsa_keypair_to_openpgp()
/dports/misc/hashdb/hashdb-3.1.0-8-g1da1b9f/src_libhashdb/
H A Dlmdb_source_data_manager.hpp112 uint8_t key_start[10]; in insert() local
113 uint8_t* key_p = key_start; in insert()
115 context.key.mv_size = key_p - key_start; in insert()
116 context.key.mv_data = key_start; in insert()
219 uint8_t key_start[10]; in find() local
220 uint8_t* key_p = key_start; in find()
222 context.key.mv_size = key_p - key_start; in find()
223 context.key.mv_data = key_start; in find()
H A Dlmdb_source_name_manager.hpp169 uint8_t key_start[10]; in find() local
170 uint8_t* key_p = key_start; in find()
172 const size_t key_size = key_p - key_start; in find()
174 context.key.mv_data = key_start; in find()
192 memcmp(context.key.mv_data, key_start, key_size) == 0) { in find()
/dports/games/uqm/uqm-0.8.0/src/libs/resource/
H A Dpropfile.c34 int key_start, key_end, value_start, value_end; in PropFile_from_string() local
44 key_start = i; in PropFile_from_string()
61 while ((key_end > key_start) && isspace (d[key_end-1])) in PropFile_from_string()
89 snprintf(buf, 255, "%s%s", prefix, d+key_start); in PropFile_from_string()
93 handler (d+key_start, d+value_start); in PropFile_from_string()
/dports/benchmarks/filebench/filebench-1.5-alpha3-27-g22620e6/cvars/
H A Dcvar_tokens.c24 char *key_start, *key_end; in tokenize() local
56 key_start = param_start; in tokenize()
66 if (key_start == key_end) { in tokenize()
68 "\"%s\"", (key_start - param)/sizeof(char) + 1, in tokenize()
82 curr->key = strdup(key_start); in tokenize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dpath_service.cc49 int key_start; member
298 void PathService::RegisterProvider(ProviderFunc func, int key_start, in RegisterProvider() argument
302 DCHECK_GT(key_end, key_start); in RegisterProvider()
310 p->key_start = key_start; in RegisterProvider()
319 DCHECK(key_start >= iter->key_end || key_end <= iter->key_start) << in RegisterProvider()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dpath_service.cc50 int key_start; member
306 void PathService::RegisterProvider(ProviderFunc func, int key_start, in RegisterProvider() argument
310 DCHECK_GT(key_end, key_start); in RegisterProvider()
318 p->key_start = key_start; in RegisterProvider()
327 DCHECK(key_start >= iter->key_end || key_end <= iter->key_start) << in RegisterProvider()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/maria/
H A Dma_rt_key.c83 uchar *key_start; in maria_rtree_delete_key() local
85 key_start= key - page->node; in maria_rtree_delete_key()
89 memmove(key_start, key + key_length, page->size - key_length - in maria_rtree_delete_key()
95 _ma_log_delete(page, key_start, 0, key_length_with_nod_flag, in maria_rtree_delete_key()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/maria/
H A Dma_rt_key.c83 uchar *key_start; in maria_rtree_delete_key() local
85 key_start= key - page->node; in maria_rtree_delete_key()
89 memmove(key_start, key + key_length, page->size - key_length - in maria_rtree_delete_key()
95 _ma_log_delete(page, key_start, 0, key_length_with_nod_flag, in maria_rtree_delete_key()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/maria/
H A Dma_rt_key.c83 uchar *key_start; in maria_rtree_delete_key() local
85 key_start= key - page->node; in maria_rtree_delete_key()
89 memmove(key_start, key + key_length, page->size - key_length - in maria_rtree_delete_key()
95 _ma_log_delete(page, key_start, 0, key_length_with_nod_flag, in maria_rtree_delete_key()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/maria/
H A Dma_rt_key.c83 uchar *key_start; in maria_rtree_delete_key() local
85 key_start= key - page->node; in maria_rtree_delete_key()
89 memmove(key_start, key + key_length, page->size - key_length - in maria_rtree_delete_key()
95 _ma_log_delete(page, key_start, 0, key_length_with_nod_flag, in maria_rtree_delete_key()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/maria/
H A Dma_rt_key.c83 uchar *key_start; in maria_rtree_delete_key() local
85 key_start= key - page->node; in maria_rtree_delete_key()
89 memmove(key_start, key + key_length, page->size - key_length - in maria_rtree_delete_key()
95 _ma_log_delete(page, key_start, 0, key_length_with_nod_flag, in maria_rtree_delete_key()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/maria/
H A Dma_rt_key.c83 uchar *key_start; in maria_rtree_delete_key() local
85 key_start= key - page->node; in maria_rtree_delete_key()
89 memmove(key_start, key + key_length, page->size - key_length - in maria_rtree_delete_key()
95 _ma_log_delete(page, key_start, 0, key_length_with_nod_flag, in maria_rtree_delete_key()
/dports/net/olsrd/olsrd-0.9.8/lib/httpinfo/src/
H A Dadmin_interface.c333 int val_start, key_start; in process_set_values() local
338 key_start = 0; in process_set_values()
349 if (!process_param(&data[key_start], &data[val_start])) { in process_set_values()
351 …[size], bufsize - size, "<h2>FAILED PROCESSING!</h2><br>Key: %s Value: %s<br>\n", &data[key_start], in process_set_values()
356 key_start = i + 1; in process_set_values()
360 if (!process_param(&data[key_start], &data[val_start])) { in process_set_values()
362 …uf[size], bufsize - size, "<b>FAILED PROCESSING!</b><br>Key: %s Value: %s<br>\n", &data[key_start], in process_set_values()

12345678910>>...18