Searched refs:duplicate (Results 1 - 15 of 15) sorted by relevance

/haiku/src/add-ons/tracker/openterminal/
H A DOpenTerminal.cpp55 bool duplicate = false; local
60 duplicate = true;
65 // This is a duplicate. Continue to next ref.
66 if (duplicate)
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp34 /*! Simple array used for the duplicate handling in the B+Tree. This is an
1152 /*! This will find a free duplicate fragment in the given bplustree_node.
1164 // does the value link to a duplicate fragment?
1171 FATAL(("Could not get duplicate fragment at %" B_PRIdOFF ", inode %"
1208 // If it's a duplicate fragment, try to insert it into that, or if it
1209 // doesn't fit anymore, create a new duplicate node
1213 bplustree_node* duplicate = cachedDuplicate.SetToWritable( local
1215 if (duplicate == NULL)
1218 duplicate_array* array = duplicate->FragmentAt(
1235 if (duplicate
1288 const bplustree_node* duplicate; local
1837 bplustree_node* duplicate = cachedDuplicate.SetToWritable(transaction, local
2640 Traverse(int8 direction, void* key, uint16* keyLength, uint16 maxLength, off_t* value, uint16* duplicate) argument
[all...]
H A DBPlusTree.h403 off_t* value, uint16* duplicate = NULL);
409 uint16* duplicate = NULL);
412 uint16* duplicate = NULL);
532 off_t* value, uint16* duplicate)
535 duplicate);
541 off_t* value, uint16* duplicate)
544 duplicate);
531 GetNextEntry(void* key, uint16* keyLength, uint16 maxLength, off_t* value, uint16* duplicate) argument
540 GetPreviousEntry(void* key, uint16* keyLength, uint16 maxLength, off_t* value, uint16* duplicate) argument
H A DQuery.cpp586 uint16 duplicate;
590 (uint16)sizeof(indexValue), &offset, &duplicate);
596 if (fHasIndex && duplicate < 2
607 if (duplicate > 0)
/haiku/src/servers/registrar/
H A DRecentEntries.cpp206 bool duplicate = false; local
210 duplicate = true;
214 if (duplicate)
/haiku/src/add-ons/kernel/network/stack/
H A Dsimple_net_buffer.cpp131 /*! Creates a duplicate of the \a buffer. The new buffer does not share internal
139 net_buffer* duplicate = create_buffer(0); local
140 if (duplicate == NULL)
143 if (append_data(duplicate, buffer->data, buffer->size) != B_OK) {
144 free_buffer(duplicate);
148 copy_metadata(duplicate, buffer);
150 return duplicate;
H A Dnet_buffer.cpp1170 /*! Creates a duplicate of the \a buffer. The new buffer does not share internal
1185 net_buffer* duplicate = create_buffer(DATA_NODE_SIZE); local
1186 if (duplicate == NULL)
1189 TRACE(("%d: duplicate: %p)\n", find_thread(NULL), duplicate));
1195 if (append_data(duplicate, node->start, node->used) < B_OK) {
1196 free_buffer(duplicate);
1204 copy_metadata(duplicate, buffer);
1206 ASSERT(duplicate->size == buffer->size);
1208 CHECK_BUFFER(duplicate);
[all...]
/haiku/headers/private/net/
H A Dnet_buffer.h48 net_buffer* (*duplicate)(net_buffer* from); member in struct:net_buffer_module_info
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLCP.cpp251 net_buffer *copy = gBufferModule->duplicate(packet);
307 // We must duplicate the packet in order to ask all handlers.
/haiku/src/add-ons/kernel/network/protocols/icmp6/
H A Dicmp6.cpp258 net_buffer *reply = gBufferModule->duplicate(buffer);
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dtest.cpp331 uint16 duplicate; local
335 &value, &duplicate)) == B_OK) {
/haiku/src/build/libgnuregex/
H A Dregex.c286 /* Match a duplicate of something remembered. Followed by one
288 duplicate,
561 case duplicate:
562 printf ("/duplicate/%d", *p++);
1978 BUF_PUSH_2 (duplicate, c1);
2598 case duplicate:
3792 /* \<digit> has been turned into a `duplicate' command which is
3794 case duplicate:
3798 DEBUG_PRINT2 ("EXECUTING duplicate %d.\n", regno);
4580 case duplicate
285 duplicate, enumerator in enum:__anon1
[all...]
/haiku/src/add-ons/kernel/network/protocols/icmp/
H A Dicmp.cpp456 net_buffer* reply = gBufferModule->duplicate(buffer);
/haiku/src/add-ons/kernel/network/devices/ethernet/
H A Dethernet.cpp307 allocated = gBufferModule->duplicate(original);
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp1568 net_buffer *loopbackBuffer = gBufferModule->duplicate(buffer);

Completed in 173 milliseconds