/vbox/src/VBox/Main/include/ |
H A D | objectslist.h | 195 void insert(iterator it, MyType &p) function in class:ObjectsList 197 m_ll.insert(it, p);
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl/ |
H A D | t_vertex.h | 72 tnl_insert_func insert[4]; member in struct:tnl_format_info
|
H A D | t_context.h | 309 const tnl_insert_func *insert; member in struct:tnl_clipspace_attr
|
/vbox/include/iprt/cpp/ |
H A D | list.h | 328 RTCListBase<T, ITYPE, MT> &insert(size_t i, const T &val) function in class:RTCListBase 358 RTCListBase<T, ITYPE, MT> &insert(size_t i, const RTCListBase<T, ITYPE, MT> &other) function in class:RTCListBase 393 return insert(0, val); 405 return insert(0, other); 442 insert(m_cElements, other);
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/ |
H A D | Misc.py | 330 ## insert support 332 def insert(self, Key, Newkey, Newvalue, Order): member in class:Sdict 335 self._key_list.insert(Index, Newkey) 338 self._key_list.insert(Index + 1, Newkey)
|
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/ |
H A D | mib_structs.c | 231 s8_t insert; local 236 insert = 0; 247 insert = 1; 251 insert = -1; 259 while ((n != NULL) && (insert == 0)) 266 insert = 2; 272 /* alloc and insert at the tail */ 282 insert = 1; 287 insert = -1; 300 /* alloc and insert betwee [all...] |
H A D | mib2.c | 1118 LWIP_DEBUGF(SNMP_MIB_DEBUG,("snmp_insert_arpidx_tree() insert failed, mem full")); 1334 LWIP_DEBUGF(SNMP_MIB_DEBUG,("snmp_insert_ipaddridx_tree() insert failed, mem full")); 1424 u8_t insert = 0; local 1431 insert = 1; 1438 if (dst.addr != 0) insert = 1; 1440 if (insert) 1473 LWIP_DEBUGF(SNMP_MIB_DEBUG,("snmp_insert_iprteidx_tree() insert failed, mem full")); 1808 LWIP_DEBUGF(SNMP_MIB_DEBUG,("snmp_insert_udpidx_tree() insert failed, mem full"));
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/ |
H A D | mib_structs.c | 219 s8_t insert; local 224 insert = 0; 235 insert = 1; 239 insert = -1; 247 while ((n != NULL) && (insert == 0)) 254 insert = 2; 260 /* alloc and insert at the tail */ 270 insert = 1; 275 insert = -1; 288 /* alloc and insert betwee [all...] |
H A D | mib2.c | 1141 LWIP_DEBUGF(SNMP_MIB_DEBUG,("snmp_insert_arpidx_tree() insert failed, mem full")); 1353 LWIP_DEBUGF(SNMP_MIB_DEBUG,("snmp_insert_ipaddridx_tree() insert failed, mem full")); 1441 u8_t insert = 0; local 1448 insert = 1; 1456 insert = 1; 1459 if (insert) 1492 LWIP_DEBUGF(SNMP_MIB_DEBUG,("snmp_insert_iprteidx_tree() insert failed, mem full")); 1827 LWIP_DEBUGF(SNMP_MIB_DEBUG,("snmp_insert_udpidx_tree() insert failed, mem full"));
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | dict.c | 566 xmlDictEntryPtr insert; local 581 insert = NULL; 583 for (insert = &(dict->dict[key]); insert->next != NULL; 584 insert = insert->next) { 586 if (insert->len == len) { 587 if (!memcmp(insert->name, name, len)) 588 return(insert->name); 591 if ((insert 684 xmlDictEntryPtr insert; local 777 xmlDictEntryPtr insert; local [all...] |
H A D | hash.c | 491 xmlHashEntryPtr insert; local 522 insert = NULL; 525 for (insert = &(table->table[key]); insert->next != NULL; 526 insert = insert->next) { 527 if ((insert->name == name) && 528 (insert->name2 == name2) && 529 (insert->name3 == name3)) 533 if ((insert 607 xmlHashEntryPtr insert; local [all...] |
H A D | xmllint.c | 158 static int insert = 0; variable 2344 if ((insert) && (!html)) { 2852 printf("\t--insert : ad-hoc test for valid insertions\n"); 3053 else if ((!strcmp(argv[i], "-insert")) || 3054 (!strcmp(argv[i], "--insert"))) 3055 insert++;
|
H A D | xmlregexp.c | 6520 xmlExpNodePtr insert; local 6664 for (insert = ctxt->table[key]; insert != NULL; 6665 insert = insert->next) { 6666 if ((insert->key == kbase) && 6667 (insert->type == type)) { 6669 if (name == insert->exp_str) { 6670 insert->ref++; 6671 return(insert); [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
H A D | prlayer.c | 538 PRFileDesc *insert = PR_GetIdentitiesLayer(stack, id); local 542 PR_ASSERT(insert != NULL); 544 if ((NULL == stack) || (NULL == fd) || (NULL == insert)) 550 if (stack == insert) 565 fd->lower = insert; 566 fd->higher = insert->higher; 568 insert->higher->lower = fd; 569 insert->higher = fd;
|
/vbox/src/libs/zlib-1.2.6/ |
H A D | deflate.h | 159 uInt strstart; /* start of string to insert */ 250 uInt insert; /* bytes at end of window left to insert */ member in struct:internal_state
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/ |
H A D | Misc.py | 894 ## insert support 895 def insert(self, key, newkey, newvalue, order): member in class:sdict 898 self._key_list.insert(index, newkey) 901 self._key_list.insert(index + 1, newkey)
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |