MCPcopy Create free account

hub / github.com/NerdLang/nerd / functions

Functions5,004 in github.com/NerdLang/nerd

↓ 7 callersFunctiongetOpCode
nerd_modules/http/httplib/uWS/WebSocketProtocol.h:270
↓ 7 callersFunctiongpio_enable_module
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/GPIO/gpio.c:61
↓ 7 callersFunctionisVariable
(_token)
self/lib/check/isVariable.js:24
↓ 7 callersFunctionnetif_is_up
* Ask if an interface is up */
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c:453
↓ 7 callersFunctionnetif_set_down
* Bring an interface down, disabling any traffic processing. * * @note: Enabling DHCP on a down interface will make it come * up once configured.
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c:436
↓ 7 callersFunctionnetif_set_gw
* Change the default gateway for a network interface * * @param netif the network interface to change * @param gw the new default gateway * * @no
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c:331
↓ 7 callersFunctionnetif_set_ipaddr
* Change the IP address of a network interface * * @param netif the network interface to change * @param ipaddr the new IP address * * @note call
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c:270
↓ 7 callersFunctionnetif_set_netmask
* Change the netmask of a network interface * * @param netif the network interface to change * @param netmask the new netmask * * @note call neti
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c:352
↓ 7 callersFunctionnothing_response
external/arduino/avr/bootloaders/atmega/ATmegaBOOT_168.c:1035
↓ 7 callersFunctionstr2ip
external/arduino/avr/firmwares/wifishield/wifiHD/src/util.c:62
↓ 7 callersFunctiontcp_rst
* Send a TCP RESET packet (empty segment with RST flag set) either to * abort a connection or to show that there is no matching local connection * f
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/tcp_out.c:786
↓ 7 callersFunctiontimer_sched_timeout_cb
external/arduino/avr/firmwares/wifishield/wifiHD/src/timer.c:187
↓ 7 callersFunctionus_poll_change
nerd_modules/http/httplib/uSockets/eventing/gcd.c:105
↓ 7 callersFunctionuv__convert_utf16_to_utf8
* Converts a UTF-16 string into a UTF-8 one. The resulting string is * null-terminated. * * If utf16 is null terminated, utf16len can be set to -1,
external/libuv/src/win/util.c:1277
↓ 7 callersFunctionuv__stream_open
external/libuv/src/unix/stream.c:406
↓ 7 callersFunctionuv_mutex_init
external/libuv/src/win/thread.c:207
↓ 7 callersFunctionuv_update_time
external/libuv/src/win/core.c:307
↓ 6 callersFunctionINTC_register_interrupt
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/intc.c:199
↓ 6 callersFunctionLEDs_TurnOffLEDs
external/arduino/avr/firmwares/atmegaxxu2/arduino-usbdfu/Board/LEDs.h:78
↓ 6 callersFunctionUSB_SendControl
Clipped by _cmark/_cend
external/arduino/avr/cores/arduino/USBCore.cpp:412
↓ 6 callersFunction__NERD_DOUBLE_TO_STRING
compiler/native/nerdcore/src/operator.h:295
↓ 6 callersFunction__NERD_DOUBLE_TO_STRING
self/compiler/native/nerdcore/src/operator.h:295
↓ 6 callersFunctionboard_putchar
external/arduino/avr/firmwares/wifishield/wifiHD/src/board_init.c:44
↓ 6 callersFunctionbyte_response
external/arduino/avr/bootloaders/atmega8/ATmegaBOOT.c:487
↓ 6 callersFunctioncalcAddrLen
external/libuv/src/unix/android-ifaddrs.c:271
↓ 6 callersFunctioncb
()
self/base/util/rmdir.js:44
↓ 6 callersMethodclear
* Modifiers */
compiler/native/nerdcore/src/tsl/robin_hash.h:728
↓ 6 callersMethodclear
* Modifiers */
self/compiler/native/nerdcore/src/tsl/robin_hash.h:728
↓ 6 callersFunctiondhcp_option_short
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dhcp.c:1266
↓ 6 callersFunctiondisableTimer
XXX: this function only works properly for timer 2 (the only one we use currently). for the others, it should end the tone, but won't restore proper
external/arduino/avr/cores/arduino/Tone.cpp:426
↓ 6 callersFunctionforgeObject
(_flow, _start, _inst, _env)
lib/verify.js:559
↓ 6 callersFunctiongetSock
external/arduino/avr/firmwares/wifishield/wifiHD/src/ard_spi.c:215
↓ 6 callersFunctionip_output
* Simple interface to ip_output_if. It finds the outgoing network * interface and calls upon ip_output_if to do the actual work. * * @param p the p
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/ip.c:625
↓ 6 callersFunctionip_output_if
* Sends an IP packet on a network interface. This function constructs * the IP header and calculates the IP header checksum. If the source * IP addr
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/ip.c:497
↓ 6 callersFunctionpbuf_cat
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/pbuf.c:649
↓ 6 callersFunctionpbuf_copy_partial
* Copy (part of) the contents of a packet buffer * to an application supplied buffer. * * @param buf the pbuf from which to copy data * @param dat
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/pbuf.c:822
↓ 6 callersFunctionpoll
* */
external/arduino/avr/firmwares/wifishield/wifiHD/src/main.c:246
↓ 6 callersMethodset_value_of_empty_bucket
compiler/native/nerdcore/src/tsl/robin_hash.h:282
↓ 6 callersMethodset_value_of_empty_bucket
self/compiler/native/nerdcore/src/tsl/robin_hash.h:282
↓ 6 callersMethodshutdown
Shutdown socket without any automatic drainage */
nerd_modules/http/httplib/uWS/AsyncSocket.h:63
↓ 6 callersFunctiontcp_debug_print_state
* Print a tcp state for debugging purposes. * * @param s enum tcp_state to print */
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/tcp.c:1373
↓ 6 callersFunctiontcp_pcb_purge
* Purges a TCP PCB. Removes any buffered data and frees the buffer memory * (pcb->ooseq, pcb->unsent and pcb->unacked are freed). * * @param pcb tc
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/tcp.c:1192
↓ 6 callersFunctiontcp_pcb_remove
* Purges the PCB and removes it from a PCB list. Any delayed ACKs are sent first. * * @param pcblist PCB list to purge. * @param pcb tcp_pcb to pur
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/tcp.c:1257
↓ 6 callersFunctiontcp_receive
* Called by tcp_process. Checks if the given segment is an ACK for outstanding * data, and if so frees the memory of the buffered data. Next, is plac
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/tcp_in.c:792
↓ 6 callersMethodtimeout
Socket timeout */
nerd_modules/http/httplib/uWS/AsyncSocket.h:58
↓ 6 callersFunctiontwi_stop
* Function twi_stop * Desc relinquishes bus master status * Input none * Output none */
external/arduino/avr/libraries/Wire/src/utility/twi.c:369
↓ 6 callersFunctionudp_bind
* Bind an UDP PCB. * * @param pcb UDP PCB to be bound with a local address ipaddr and port. * @param ipaddr local IP address to bind with. Use IP_A
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/udp.c:580
↓ 6 callersFunctionus_create_socket_context
Options is currently only applicable for SSL - this will change with time (prefer_low_memory is one example) */
nerd_modules/http/httplib/uSockets/context.c:134
↓ 6 callersFunctionusart_init_rs232
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.c:289
↓ 6 callersFunctionuv__io_feed
external/libuv/src/unix/core.c:940
↓ 6 callersFunctionuv__realloc
external/libuv/src/uv-common.c:96
↓ 6 callersFunctionuv__reallocf
external/libuv/src/uv-common.c:103
↓ 6 callersFunctionuv__socket
Open a socket in non-blocking close-on-exec mode, atomically if possible. */
external/libuv/src/unix/core.c:424
↓ 6 callersFunctionuv__work_submit
external/libuv/src/threadpool.c:256
↓ 6 callersFunctionuv_connection_init
external/libuv/src/win/stream-inl.h:49
↓ 6 callersFunctionuv_inet_pton
external/libuv/src/inet.c:150
↓ 6 callersFunctionuv_is_active
external/libuv/src/unix/core.c:418
↓ 6 callersFunctionuv_once
external/libuv/src/win/thread.c:67
↓ 6 callersFunctionuv_unref
external/libuv/src/uv-common.c:552
↓ 5 callersFunctionACCESS_ONCE
external/libuv/src/unix/spinlock.h:34
↓ 5 callersFunctionFifoByteCount
external/arduino/avr/cores/arduino/USBCore.cpp:138
↓ 5 callersFunctionSendControl
external/arduino/avr/cores/arduino/USBCore.cpp:396
↓ 5 callersFunctionat45dbx_read_open
external/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx.c:331
↓ 5 callersFunctionat45dbx_read_open
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx.c:312
↓ 5 callersFunctionat45dbx_write_open
external/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx.c:382
↓ 5 callersFunctionat45dbx_write_open
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx.c:363
↓ 5 callersMethodavailable
external/arduino/avr/cores/arduino/CDC.cpp:181
↓ 5 callersMethodbegin
* Iterators */
compiler/native/nerdcore/src/tsl/robin_map.h:213
↓ 5 callersMethodbegin
* Iterators */
self/compiler/native/nerdcore/src/tsl/robin_map.h:213
↓ 5 callersFunctiondns_setserver
* Initialize one of the DNS servers. * * @param numdns the index of the DNS server to set must be < DNS_MAX_SERVERS * @param dnsserver IP address o
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dns.c:294
↓ 5 callersMethodend
compiler/native/nerdcore/src/tsl/robin_map.h:217
↓ 5 callersMethodend
self/compiler/native/nerdcore/src/tsl/robin_map.h:217
↓ 5 callersFunctionflashc_read_all_gp_fuses
external/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.c:433
↓ 5 callersFunctionflashc_read_all_gp_fuses
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.c:433
↓ 5 callersFunctionflashc_set_wait_state
external/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.c:150
↓ 5 callersFunctionflashc_set_wait_state
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.c:150
↓ 5 callersFunctionforgeObject
(_var, _flow, _start, _inst, _env)
self/lib/verify.js:315
↓ 5 callersFunctionfprintf
external/arduino/avr/firmwares/wifishield/wifiHD/src/printf-stdarg.c:165
↓ 5 callersFunctionfreeResultList
external/libuv/src/unix/android-ifaddrs.c:207
↓ 5 callersFunctiongetCurrClientConnId
external/arduino/avr/firmwares/wifishield/wifiHD/src/ard_tcp.c:419
↓ 5 callersFunctionget_pBuf
external/arduino/avr/firmwares/wifishield/wifiHD/src/ard_utils.c:193
↓ 5 callersFunctiongethex
external/arduino/avr/bootloaders/bt/ATmegaBOOT_168.c:879
↓ 5 callersFunctiongethex
external/arduino/avr/bootloaders/lilypad/src/ATmegaBOOT.c:805
↓ 5 callersFunctiongethex
external/arduino/avr/bootloaders/atmega/ATmegaBOOT_168.c:896
↓ 5 callersFunctiongpio_set_gpio_pin
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/GPIO/gpio.c:284
↓ 5 callersFunctionigmp_lookfor_group
* Search for a group in the global igmp_group_list * * @param ifp the network interface for which to look * @param addr the group ip address to sea
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/igmp.c:246
↓ 5 callersMethodinsert
compiler/native/nerdcore/src/tsl/robin_set.h:210
↓ 5 callersMethodisCorked
Returns wheter we are corked or not */
nerd_modules/http/httplib/uWS/AsyncSocket.h:79
↓ 5 callersFunctionjoin_argv
external/arduino/avr/firmwares/wifishield/wifiHD/src/util.c:182
↓ 5 callersFunctionowl_spi_mdelay
external/arduino/avr/firmwares/wifishield/wifiHD/src/avr32_spi.c:360
↓ 5 callersFunctionprint
external/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/print_funcs.c:132
↓ 5 callersFunctionprintchar
external/arduino/avr/firmwares/wifishield/wifi_dnld/src/printf-stdarg.c:79
↓ 5 callersFunctionprintchar
external/arduino/avr/firmwares/wifishield/wifiHD/src/printf-stdarg.c:74
↓ 5 callersFunctionprinti
external/arduino/avr/firmwares/wifishield/wifi_dnld/src/printf-stdarg.c:126
↓ 5 callersFunctionprinti
external/arduino/avr/firmwares/wifishield/wifiHD/src/printf-stdarg.c:121
↓ 5 callersFunctionspi_read
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/SPI/spi.c:405
↓ 5 callersMethodsplit
self/compiler/native/nerdcore/src/class/string.h:435
↓ 5 callersFunctiontcp_arg
* Used to specify the argument that should be passed callback * functions. * * @param pcb tcp_pcb to set the callback argument * @param arg void p
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/tcp.c:1103
↓ 5 callersFunctiontcp_close
* Closes the connection held by the PCB. * * Listening pcbs are freed and may not be referenced any more. * Connection pcbs are freed if not yet co
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/tcp.c:128
↓ 5 callersFunctiontcp_enqueue
* Enqueue data and/or TCP options for transmission * * Called by tcp_connect(), tcp_listen_input(), tcp_send_ctrl() and tcp_write(). * * @param pc
external/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/tcp_out.c:156
← previousnext →201–300 of 5,004, ranked by callers