Searched refs:pointer (Results 1 – 19 of 19) sorted by relevance
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | icmp6.h | 62 void icmp6_param_problem(struct pbuf *p, enum icmp6_pp_code c, const void *pointer);
|
/btstack/tool/misc/ |
H A D | fix_null_pointer_checks.cocci | 1 // Replace pointer null checks with boolen operations
|
/btstack/3rd-party/lwip/core/src/core/ipv6/ |
H A D | icmp6.c | 292 icmp6_param_problem(struct pbuf *p, enum icmp6_pp_code c, const void *pointer) in icmp6_param_problem() argument 294 u32_t pointer_u32 = (u32_t)((const u8_t *)pointer - (const u8_t *)ip6_current_header()); in icmp6_param_problem()
|
/btstack/port/renesas-ek-ra6m4a-da14531/ |
H A D | ozone.jdebug.in | 72 // // Set up initial stack pointer 333 // Set up initial stack pointer
|
/btstack/port/stm32-l476rg-nucleo-sx1280/ |
H A D | ozone.jdebug | 71 // // Set up initial stack pointer 320 // Set up initial stack pointer
|
/btstack/3rd-party/micro-ecc/ |
H A D | README.md | 38 … to `uECC_asm_small` or `uECC_asm_fast`), you must use the `-fomit-frame-pointer` GCC option (this… 39 …uECC_ASM` is defined to `uECC_asm_fast`), you must use the `-fomit-frame-pointer` GCC option (this…
|
H A D | asm_avr.inc | 21638 "sbiw r30, 1 \n\t" /* fix stack pointer */ 21961 "sbiw r30, 1 \n\t" /* fix stack pointer */
|
/btstack/test/classic-oob-pairing/ |
H A D | Makefile | 72 CFLAGS += -fsanitize=address -fno-omit-frame-pointer
|
/btstack/doc/manual/docs-template/appendix/ |
H A D | migration.md | 32 … Most callbacks are now of type *btstack_packet_handler_t* and receive a pointer to an HCI Event p… 58 …stom run loop implementations, *run_loop_init(...)* is now called with a pointer to a *run_loop_t*…
|
/btstack/3rd-party/lwip/core/ |
H A D | UPGRADING | 163 err_t, not a pointer to new data/netconn. 240 LWIP_RAM_HEAP_POINTER as a void pointer to that memory's address
|
H A D | CHANGELOG | 29 * snmp_scalar.c: Avoid NULL pointer dereference (bug #54886) 49 * tcp.c: Update prev pointer when skipping entries in tcp_slowtmr (patch #9694) 544 * *.*: Changed nearly all functions taking 'ip(X)_addr_t' pointer to take 762 * sntp.h/.c: Fix return value of sntp_getserver() call to return a pointer 1142 * api_msg.c: patch #8008 Fix a potential null pointer dereference in assert 1338 * pbuf.c: fixed bug #35291: NULL pointer in pbuf_copy 1428 * timers.c: fixed bug #34337 (possible NULL pointer in sys_check_timeouts) 1493 unaligned pointer. 1706 LWIP_RAM_HEAP_POINTER as a void pointer to that memory's address 2584 by moving accept callback function pointer to TCP_PCB_COMMON [all …]
|
/btstack/doc/manual/docs-template/ |
H A D | protocols.md | 613 with *rfcomm_get_max_frame_size* and get a pointer to BTstack's buffer with 632 *spp_create_sdp_record* from with a pointer to a buffer to store the 645 a sub-DES. The returned pointer is used to add elements to this sub-DES. 649 To register an SDP record, you call *sdp_register_service* with a pointer to it. 650 The SDP record can be stored in FLASH since BTstack only stores the pointer.
|
H A D | porting.md | 73 *btstack_chipset_cc256x_in-stance* function returns a pointer to a control
|
H A D | how_to.md | 359 at least a linked list node and a pointer to a callback function. All active timers 514 and then getting a pointer to HCI Transport implementation. 551 As an example, the *bstack_chipset_cc256x_instance* function returns a pointer to a chipset struct
|
/btstack/platform/corefoundation/ |
H A D | btstack_run_loop_corefoundation.m | 187 // hack: store CFRunLoopTimerRef in next pointer of linked_item
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/_htmresc/ |
H A D | mini-st.css | 801 cursor: pointer; 1032 cursor: pointer; 1350 cursor: pointer; 1399 cursor: pointer;
|
/btstack/3rd-party/lwip/core/src/netif/ppp/ |
H A D | PPPD_FOLLOWUP | 293 2014-01-02 - pppd: Don't crash if NULL pointer passed to vslprintf for %q or %v
|
/btstack/src/ |
H A D | btstack_memory.c | 71 void * pointer; member
|
/btstack/ |
H A D | CHANGELOG.md | 962 …se-after-free on immediate disconnect (lookup connection via con handle instead of storing pointer) 1250 - ATT DB Util: update pointer to database in case of realloc
|