MCPcopy Create free account

hub / github.com/NerdLang/nerd / functions

Functions5,004 in github.com/NerdLang/nerd

↓ 5 callersFunctiontcp_seg_copy
* Returns a copy of the given TCP segment. * The pbuf and data are not copied, only the pointers * * @param seg the old tcp_seg * @return a copy o
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/tcp.c:906
↓ 5 callersMethodtruncated_hash
compiler/native/nerdcore/src/tsl/robin_hash.h:125
↓ 5 callersMethodtruncated_hash
self/compiler/native/nerdcore/src/tsl/robin_hash.h:125
↓ 5 callersMethoduncork
Uncork this socket and flush or buffer any corked and/or passed data. It is essential to remember doing this. */ It does NOT count bytes written from
nerd_modules/http/httplib/uWS/AsyncSocket.h:236
↓ 5 callersFunctionus_internal_ssl_socket_close
nerd_modules/http/httplib/uSockets/crypto/wolfssl.c:560
↓ 5 callersFunctionus_internal_ssl_socket_close
This one is a helper; it is entirely shared with non-SSL so can be removed */
nerd_modules/http/httplib/uSockets/crypto/openssl.c:176
↓ 5 callersFunctionus_loop_integrate
Integration only requires the timer to be set up */
nerd_modules/http/httplib/uSockets/loop.c:297
↓ 5 callersFunctionus_poll_events
nerd_modules/http/httplib/uSockets/eventing/gcd.c:139
↓ 5 callersFunctionus_poll_fd
nerd_modules/http/httplib/uSockets/eventing/epoll_kqueue.c:70
↓ 5 callersFunctionusart_init_rs232
external/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.c:289
↓ 5 callersFunctionusart_write_char
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.c:808
↓ 5 callersFunctionuv__getsockpeername
external/libuv/src/unix/core.c:1485
↓ 5 callersFunctionuv__kqueue_init
external/libuv/src/unix/kqueue.c:51
↓ 5 callersFunctionuv__path_is_a_directory
* Determine whether given pathname is a directory * Returns 0 if the path is a directory, -1 if not * * Note: Opportunity here for more detailed er
external/libuv/src/unix/aix.c:385
↓ 5 callersFunctionuv__signal_stop
external/libuv/src/unix/signal.c:518
↓ 5 callersFunctionuv_mutex_destroy
external/libuv/src/win/thread.c:218
↓ 5 callersFunctionuv_sem_post
external/libuv/src/unix/thread.c:448
↓ 5 callersFunctionuv_tcp_set_socket
external/libuv/src/win/tcp.c:81
↓ 5 callersFunctionuv_tty_update_virtual_window
external/libuv/src/win/tty.c:1139
↓ 5 callersFunctionverifyFlow
(_ast, _flow, _inst, _scope, _env, _main)
lib/verify.js:846
↓ 5 callersMethodwrite
Write in three levels of prioritization: cork-buffer, syscall, socket-buffer. Always drain if possible. * Returns pair of bytes written (anywhere
nerd_modules/http/httplib/uWS/AsyncSocket.h:145
↓ 4 callersFunctionDebugPulse
external/arduino/avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:61
↓ 4 callersFunctionInitControl
external/arduino/avr/cores/arduino/USBCore.cpp:389
↓ 4 callersFunctionReleaseTX
external/arduino/avr/cores/arduino/USBCore.cpp:178
↓ 4 callersFunctionSetEP
external/arduino/avr/cores/arduino/USBCore.cpp:133
↓ 4 callersFunctionStartSketch
StartSketch() is called to clean up our mess before passing execution to the sketch.
external/arduino/avr/bootloaders/caterina-Arduino_Robot/Caterina.c:98
↓ 4 callersFunctionStartSketch
StartSketch() is called to clean up our mess before passing execution to the sketch.
external/arduino/avr/bootloaders/caterina-LilyPadUSB/Caterina.c:98
↓ 4 callersFunction__NERD_Log_Console
compiler/native/nerdcore/src/operator.h:374
↓ 4 callersFunction__NERD_Log_Console
self/compiler/native/nerdcore/src/operator.h:374
↓ 4 callersMethod_rx_complete_irq
external/arduino/avr/cores/arduino/HardwareSerial_private.h:101
↓ 4 callersMethod_tx_udr_empty_irq
external/arduino/avr/cores/arduino/HardwareSerial.cpp:89
↓ 4 callersFunctionackAndFreeData
external/arduino/avr/firmwares/wifishield/wifiHD/src/ard_utils.c:249
↓ 4 callersFunctionard_tcp_destroy
* Clean up and free the ttcp structure */
external/arduino/avr/firmwares/wifishield/wifiHD/src/ard_tcp.c:49
↓ 4 callersFunctionautoip_start
* Start AutoIP client * * @param netif network interface on which start the AutoIP client */
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c:261
↓ 4 callersFunctionbsd_close_socket
nerd_modules/http/httplib/uSockets/bsd.c:81
↓ 4 callersFunctioncheckCalls
(_eq, _flow, _inst, _env)
lib/verify.js:700
↓ 4 callersMethodclose
Immediately close socket */
nerd_modules/http/httplib/uWS/AsyncSocket.h:68
↓ 4 callersMethodcork
Corks the response if possible. Leaves already corked socket be. */
nerd_modules/http/httplib/uWS/WebSocket.h:185
↓ 4 callersFunctiondelay
external/arduino/avr/cores/arduino/wiring.c:106
↓ 4 callersFunctiondns_getserver
* Obtain one of the currently configured DNS server. * * @param numdns the index of the DNS server * @return IP address of the indexed DNS server o
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dns.c:310
↓ 4 callersFunctiondump
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/debug.c:122
↓ 4 callersMethodemplace
compiler/native/nerdcore/src/tsl/robin_set.h:243
↓ 4 callersMethoderase
self/compiler/native/nerdcore/src/tsl/robin_set.h:259
↓ 4 callersMethodfind
compiler/native/nerdcore/src/tsl/robin_set.h:343
↓ 4 callersMethodfind
self/compiler/native/nerdcore/src/tsl/robin_set.h:343
↓ 4 callersFunctionflashc_write_gp_fuse_byte
external/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.c:511
↓ 4 callersFunctionflashc_write_gp_fuse_byte
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.c:511
↓ 4 callersFunctionforgeArray
(_var, _flow, _start, _inst, _env, _nested)
self/lib/verify.js:199
↓ 4 callersMethodgetUserData
Returns pointer to the per socket user data */
nerd_modules/http/httplib/uWS/WebSocket.h:44
↓ 4 callersFunctiongpio_enable_gpio_pin
external/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/GPIO/gpio.c:164
↓ 4 callersFunctioniconv_a2e
external/libuv/src/unix/ibmi.c:160
↓ 4 callersFunctioninsertBuf
external/arduino/avr/firmwares/wifishield/wifiHD/src/ard_utils.c:31
↓ 4 callersMethodinsert_hint
compiler/native/nerdcore/src/tsl/robin_hash.h:747
↓ 4 callersMethodinsert_hint
self/compiler/native/nerdcore/src/tsl/robin_hash.h:747
↓ 4 callersFunctionip_debug_print
Print an IP header by using LWIP_DEBUGF * @param p an IP packet, p->payload pointing to the IP header */
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/ip.c:684
↓ 4 callersFunctionip_output_hinted
Like ip_output, but takes and addr_hint pointer that is passed on to netif->addr_hint * before calling ip_output_if. * * @param p the packet to se
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/ip.c:659
↓ 4 callersFunctionisNumber
(_token)
lib/check/isNumber.js:24
↓ 4 callersFunctionisNumber
(_token)
self/lib/check/isNumber.js:24
↓ 4 callersFunctionkqueue_change
Helper function for setting or updating EVFILT_READ and EVFILT_WRITE */
nerd_modules/http/httplib/uSockets/eventing/epoll_kqueue.c:183
↓ 4 callersMethodlisten
Listen to port using this HttpContext */
nerd_modules/http/httplib/uWS/HttpContext.h:428
↓ 4 callersFunctionmaybe_new_socket
external/libuv/src/unix/tcp.c:67
↓ 4 callersFunctionmillis
external/arduino/avr/cores/arduino/wiring.c:65
↓ 4 callersFunctionparseInt
compiler/native/nerdcore/src/operator.h:360
↓ 4 callersFunctionpayloadLength
nerd_modules/http/httplib/uWS/WebSocketProtocol.h:271
↓ 4 callersFunctionpbuf_copy
* * Create PBUF_RAM copies of pbufs. * * Used to queue packets on behalf of the lwIP stack, such as * ARP based queueing. * * @note You MUST exp
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/pbuf.c:756
↓ 4 callersFunctionpbuf_ref
* Increment the reference count of the pbuf. * * @param p pbuf to increase reference counter of * */
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/pbuf.c:627
↓ 4 callersFunctionpcl_configure_synchronous_clocks
external/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/power_clocks_lib.c:266
↓ 4 callersFunctionpcl_configure_synchronous_clocks
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/power_clocks_lib.c:266
↓ 4 callersFunctionprints
external/arduino/avr/firmwares/wifishield/wifi_dnld/src/printf-stdarg.c:93
↓ 4 callersFunctionprints
external/arduino/avr/firmwares/wifishield/wifiHD/src/printf-stdarg.c:88
↓ 4 callersFunctionrecchar
* Read single byte from USART, block if no data available */
external/arduino/avr/bootloaders/stk500v2/stk500boot.c:485
↓ 4 callersMethodreserve
external/arduino/avr/cores/arduino/WString.cpp:145
↓ 4 callersFunctionspi_read
external/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/SPI/spi.c:405
↓ 4 callersFunctionssid2str
external/arduino/avr/firmwares/wifishield/wifiHD/src/util.c:210
↓ 4 callersFunctiontcp_recv
* Used to specify the function that should be called when a TCP * connection receives data. * * @param pcb tcp_pcb to set the recv callback * @par
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/tcp.c:1117
↓ 4 callersFunctiontcp_send_data_pcb
* Only used in TCP mode. * Will transmit a maximum of pbuf->tot_len bytes. * Called upon connect and when there's space available in the TCP send
external/arduino/avr/firmwares/wifishield/wifiHD/src/ard_tcp.c:108
↓ 4 callersFunctiontcp_sent
* Used to specify the function that should be called when TCP data * has been successfully delivered to the remote host. * * @param pcb tcp_pcb to
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/tcp.c:1131
↓ 4 callersFunctiontimer_heap
external/libuv/src/timer.c:29
↓ 4 callersFunctionudp_new
* Create a UDP PCB. * * @return The UDP PCB which was created. NULL if the PCB data structure * could not be allocated. * * @see udp_remove() */
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/udp.c:806
↓ 4 callersFunctionudp_recv
* Set a receive callback for a UDP PCB * * This callback will be called when receiving a datagram for the pcb. * * @param pcb the pcb for wich to
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/udp.c:757
↓ 4 callersFunctionudp_remove
* Remove an UDP PCB. * * @param pcb UDP PCB to be removed. The PCB is removed from the list of * UDP PCB's and the data structure is freed from mem
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/udp.c:776
↓ 4 callersFunctionus_internal_dispatch_ready_poll
nerd_modules/http/httplib/uSockets/loop.c:162
↓ 4 callersFunctionus_internal_poll_type
nerd_modules/http/httplib/uSockets/eventing/gcd.c:152
↓ 4 callersFunctionus_internal_socket_context_link
We always add in the top, so we don't modify any s.next */
nerd_modules/http/httplib/uSockets/context.c:72
↓ 4 callersFunctionus_internal_socket_context_unlink
nerd_modules/http/httplib/uSockets/context.c:51
↓ 4 callersFunctionus_internal_ssl_socket_is_shut_down
nerd_modules/http/httplib/uSockets/crypto/wolfssl.c:516
↓ 4 callersFunctionus_loop_iteration_number
nerd_modules/http/httplib/uSockets/loop.c:147
↓ 4 callersFunctionus_poll_events
nerd_modules/http/httplib/uSockets/eventing/epoll_kqueue.c:66
↓ 4 callersFunctionus_poll_free
Todo: this one should be us_internal_poll_free */
nerd_modules/http/httplib/uSockets/eventing/epoll_kqueue.c:51
↓ 4 callersFunctionus_poll_init
Polls */
nerd_modules/http/httplib/uSockets/eventing/gcd.c:69
↓ 4 callersFunctionus_poll_start
nerd_modules/http/httplib/uSockets/eventing/gcd.c:93
↓ 4 callersFunctionus_socket_context_free
nerd_modules/http/httplib/uSockets/context.c:161
↓ 4 callersFunctionus_socket_context_on_close
nerd_modules/http/httplib/uSockets/context.c:278
↓ 4 callersFunctionus_socket_context_on_data
nerd_modules/http/httplib/uSockets/context.c:289
↓ 4 callersFunctionus_socket_context_on_end
nerd_modules/http/httplib/uSockets/context.c:322
↓ 4 callersFunctionus_socket_context_on_timeout
nerd_modules/http/httplib/uSockets/context.c:311
↓ 4 callersFunctionus_socket_context_on_writable
nerd_modules/http/httplib/uSockets/context.c:300
↓ 4 callersFunctionus_socket_write
nerd_modules/http/httplib/uSockets/socket.c:126
↓ 4 callersFunctionusart_putchar
external/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.c:820
↓ 4 callersFunctionusart_putchar
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.c:820
← previousnext →301–400 of 5,004, ranked by callers