MCPcopy Create free account

hub / github.com/cotestatnt/esp-fs-webserver / functions

Functions518 in github.com/cotestatnt/esp-fs-webserver

↓ 85 callersFunctioncJSON_GetObjectItemCaseSensitive
src/json/cJSON.c:1973
↓ 58 callersMethodsend
* send text data to client * @param num uint8_t client id * @param type socketIOmessageType_t * @param payload uint8_t * * @param length size_t *
src/websocket/SocketIOclient.cpp:109
↓ 46 callersMethodsetString
src/Json.cpp:232
↓ 45 callersFunctioncJSON_Delete
Delete a cJSON structure. */
src/json/cJSON.c:253
↓ 38 callersMethodclose
src/websocket/WebSocketsServer.cpp:92
↓ 36 callersFunctioncJSON_IsString
src/json/cJSON.c:3017
↓ 27 callersFunctioncJSON_AddStringToObject
src/json/cJSON.c:2195
↓ 27 callersFunctioncJSON_IsArray
src/json/cJSON.c:3027
↓ 21 callersFunctioncJSON_AddItemToObject
src/json/cJSON.c:2104
↓ 20 callersFunctioncJSON_CreateObject
src/json/cJSON.c:2594
↓ 20 callersFunctioncJSON_GetObjectItem
src/json/cJSON.c:1968
↓ 18 callersMethodwrite
* write x byte to tcp or get timeout * @param client WSclient_t * * @param out uint8_t * data buffer * @param n size_t byte count * @return bytes
src/websocket/WebSockets.cpp:644
↓ 17 callersMethodbegin
src/FSWebServer.cpp:24
↓ 17 callersFunctioncJSON_New_Item
Internal constructor. */
src/json/cJSON.c:241
↓ 17 callersMethodgetRoot
Low-level accessor: expose underlying cJSON root for advanced operations (e.g. iterating arrays/objects in higher-level helpers). Caller must NOT free
src/Json.h:53
↓ 15 callersFunctionensure
realloc printbuffer if necessary to have at least "needed" bytes more */
src/json/cJSON.c:485
↓ 15 callersMethodsendHeader
* send the WebSocket header to Server * @param client WSclient_t * ptr to the client struct */
src/websocket/WebSocketsClient.cpp:583
↓ 13 callersMethodsetNumber
src/Json.cpp:240
↓ 12 callersMethodadd
src/Json.cpp:161
↓ 12 callersFunctionadd_item_to_object
src/json/cJSON.c:2067
↓ 12 callersFunctioncJSON_DeleteItemFromObjectCaseSensitive
src/json/cJSON.c:2313
↓ 12 callersMethodcreateObject
--------- Construction helpers for nested structures ---------
src/Json.cpp:147
↓ 11 callersFunctioncJSON_CreateArray
src/json/cJSON.c:2583
↓ 10 callersFunctionbuffer_skip_whitespace
Utility to jump whitespace and cr/lf */
src/json/cJSON.c:1085
↓ 10 callersFunctioncJSON_IsNumber
src/json/cJSON.c:3007
↓ 10 callersMethodgetOptionValue
src/FSWebServer.h:608
↓ 9 callersFunctioncJSON_CreateString
src/json/cJSON.c:2516
↓ 9 callersMethodcreateArray
src/Json.cpp:154
↓ 9 callersMethodensureObject
src/Json.cpp:199
↓ 9 callersFunctionqueryExecute
Variadic function that will execute the query selected with passed parameters
examples/mysqlRFID/mysql_impl.h:68
↓ 9 callersFunctionserializeJsonDocument
src/FSWebServer.cpp:8
↓ 8 callersFunctioncJSON_IsObject
src/json/cJSON.c:3037
↓ 8 callersMethodsetArray
src/Json.cpp:256
↓ 7 callersMethodaddOption
boolean option overload with per-option grouping control
src/FSWebServer.h:584
↓ 7 callersFunctioncJSON_CreateNumber
src/json/cJSON.c:2490
↓ 7 callersFunctioncJSON_IsBool
src/json/cJSON.c:2988
↓ 7 callersFunctioncJSON_IsTrue
src/json/cJSON.c:2977
↓ 7 callersFunctioncJSON_Parse
Default options for cJSON_Parse */
src/json/cJSON.c:1222
↓ 7 callersFunctioncJSON_strdup
src/json/cJSON.c:188
↓ 7 callersMethodredirect
src/FSWebServer.cpp:1000
↓ 7 callersMethodserialize
src/Json.cpp:136
↓ 6 callersFunctionbase64_encode_value
src/websocket/libb64/cencode.c:28
↓ 6 callersFunctioncJSON_AddBoolToObject
src/json/cJSON.c:2171
↓ 6 callersFunctioncJSON_AddItemToArray
Add item to array/object. */
src/json/cJSON.c:2046
↓ 5 callersMethodgetConfigFileName
* Get complete path of config.json file */
src/FSWebServer.h:549
↓ 5 callersFunctionget_object_item
src/json/cJSON.c:1936
↓ 5 callersFunctionprint_value
Render a value to text. */
src/json/cJSON.c:1418
↓ 5 callersFunctionsuffix_object
Utility for array list handling. */
src/json/cJSON.c:1984
↓ 4 callersFunctionSHA1Update
src/websocket/libsha1/libsha1.c:132
↓ 4 callersFunctionaddIndent
src/Json.cpp:48
↓ 4 callersFunctionadd_item_to_array
src/json/cJSON.c:2012
↓ 4 callersFunctionbase64_decode_value
src/websocket/libb64/cdecode.c:19
↓ 4 callersFunctioncJSON_CreateBool
src/json/cJSON.c:2479
↓ 4 callersFunctioncast_away_const
helper function to cast away const */
src/json/cJSON.c:2058
↓ 4 callersMethoddisconnect
src/websocket/SocketIOclient.cpp:96
↓ 4 callersMethodgetPassword
src/CredentialManager.cpp:205
↓ 4 callersFunctionget_array_item
src/json/cJSON.c:1907
↓ 4 callersFunctionmbedtls_aes_free
src/compat/mbedtls_aes.h:29
↓ 4 callersMethodonEvent
* set callback function * @param cbEvent SocketIOclientEvent */
src/websocket/SocketIOclient.cpp:80
↓ 4 callersFunctionsaveTable
(filename, text)
examples/csvLogger/data/assets/js/csv.js:69
↓ 4 callersMethodsendTXT
* send text data to client * @param num uint8_t client id * @param payload uint8_t * * @param length size_t * @param headerToPayload bool (see se
src/websocket/WebSocketsServer.cpp:142
↓ 4 callersMethodset
src/Json.cpp:176
↓ 4 callersMethodsetBool
src/Json.cpp:248
↓ 4 callersFunctionupdate_offset
calculate the new length of the string in a printbuffer and update the offset */
src/json/cJSON.c:571
↓ 3 callersFunctioncJSON_CreateNull
Create basic types: */
src/json/cJSON.c:2446
↓ 3 callersFunctioncJSON_DetachItemViaPointer
src/json/cJSON.c:2243
↓ 3 callersFunctioncJSON_ParseWithLengthOpts
Parse an object - create a new root, and populate. */
src/json/cJSON.c:1142
↓ 3 callersMethodcloseConfiguration
src/SetupConfig.hpp:358
↓ 3 callersMethodenableFsCodeEditor
src/FSWebServer.cpp:648
↓ 3 callersMethodgetServerIP
Get the webserver IP address */
src/FSWebServer.h:348
↓ 3 callersFunctionlistFiles
()
examples/csvLogger/data/assets/js/index.js:6
↓ 3 callersFunctionlistFiles
()
examples/csvLoggerSD/data/assets/js/index.js:6
↓ 3 callersFunctionloadFile
(filename)
examples/esp32-cam/data/www/app.js:26
↓ 3 callersFunctionlogCurrentStaNetworkConfig
Helper: log the actual station network configuration as seen by the core (independent from WiFiConnectParams / CredentialManager values).
src/WiFiService.cpp:28
↓ 3 callersMethodparse
src/Json.cpp:14
↓ 3 callersFunctionparse_value
Parser core - when encountering text, process appropriately. */
src/json/cJSON.c:1363
↓ 3 callersFunctionresetTaskWdtIfSubscribed
src/WiFiService.cpp:44
↓ 3 callersMethodsaveToFS
Save credentials to FS in a simple binary format: [uint8_t count][char hostname[33]] then for each credential: [char ssid[33]][uint16_t pwd_len][uint8
src/CredentialManager.cpp:422
↓ 3 callersMethodsaveToNVS
Save credentials to ESP32 NVS in a key/value layout. Global: host -> hostname (null-terminated string) count -> number of stored credentials (uint8_t
src/CredentialManager.cpp:567
↓ 3 callersMethodsendOK
src/FSWebServer.cpp:711
↓ 3 callersFunctionserializeNode
src/Json.cpp:118
↓ 3 callersMethodsetHostname
src/CredentialManager.cpp:71
↓ 3 callersMethodstartCaptivePortal
src/FSWebServer.cpp:1010
↓ 3 callersMethodstartWiFi
src/FSWebServer.cpp:959
↓ 2 callersFunction$
(el)
examples/csvLogger/data/assets/js/csv.js:6
↓ 2 callersFunction$
(el)
examples/csvLoggerSD/data/assets/js/csv.js:6
↓ 2 callersFunctionSHA1Transform
src/websocket/libsha1/libsha1.c:57
↓ 2 callersFunctionaddEntry
(entryName)
examples/esp32-cam/data/www/app.js:85
↓ 2 callersMethodaddOptionBox
src/FSWebServer.h:570
↓ 2 callersFunctioncJSON_AddNumberToObject
src/json/cJSON.c:2183
↓ 2 callersFunctioncJSON_Duplicate
src/json/cJSON.c:2769
↓ 2 callersFunctioncJSON_PrintUnformatted
src/json/cJSON.c:1307
↓ 2 callersFunctioncJSON_ReplaceItemViaPointer
src/json/cJSON.c:2353
↓ 2 callersFunctioncJSON_free
src/json/cJSON.c:3187
↓ 2 callersMethodclientIsConnected
* see if one client is connected * @param num uint8_t client id */
src/websocket/WebSocketsServer.cpp:383
↓ 2 callersMethodcloseSetupConfiguration
src/FSWebServer.h:624
↓ 2 callersFunctioncompare_double
securely comparison of floating-point variables */
src/json/cJSON.c:584
↓ 2 callersMethodconnectedClients
* count the connected clients (optional ping them) * @param ping bool ping the connected clients */
src/websocket/WebSocketsServer.cpp:365
↓ 2 callersFunctioncreate_reference
Utility for handling references. */
src/json/cJSON.c:1991
↓ 2 callersFunctiondeleteFile
(filename)
examples/csvLogger/data/assets/js/index.js:28
next →1–100 of 518, ranked by callers