Home
last modified time | relevance | path

Searched refs:second (Results 1 – 14 of 14) sorted by relevance

/civetweb-2.7.6/examples/rest/cJSON/
DcJSON_Utils.c463 cJSON *second = list; in sort_list() local
490 second = second->next; in sort_list()
498 if ((second != NULL) && (second->prev != NULL)) in sort_list()
501 second->prev->next = NULL; in sort_list()
506 second = sort_list(second, case_sensitive); in sort_list()
510 while ((first != NULL) && (second != NULL)) in sort_list()
513 … if (compare_strings((unsigned char*)first->string, (unsigned char*)second->string, false) < 0) in sort_list()
519 smaller = second; in sort_list()
542 second = second->next; in sort_list()
556 if (second != NULL) in sort_list()
[all …]
/civetweb-2.7.6/docs/api/
Dmg_strcasecmp.md20 …t string is less than the second in a lexical comparison, and greater than zero if the first strin…
Dmg_strncasecmp.md21 …t string is less than the second in a lexical comparison, and greater than zero if the first strin…
Dmg_get_ports.md24 …information if SSL is used on the ports. This information is stored in a second buffer which shoul…
Dmg_option.md15 …re contains three fields. One field contains the name of the option, the second contains the value…
Dmg_get_var2.md24 …e **`0`** is used for the first variable with the specified name, **`1`** for the second and so on.
/civetweb-2.7.6/docs/
DUserManual.md662 The value is a floating-point number of bytes per second, optionally
667 *=1k,10.0.0.0/8=0 limit all accesses to 1 kilobyte per second,
672 5 kilobytes per second. All other accesses are unlimited
/civetweb-2.7.6/
DRELEASE_NOTES.md429 + This actually a second build variant for OSX.
Dmingw.cmd561 :: %3 - The second version to compare
/civetweb-2.7.6/src/
Dcivetweb.c7767 int second, minute, hour, day, month, year; local
7778 &second)
7787 &second)
7796 &second)
7805 &second)
7815 tm.tm_sec = second;
/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/
Dduk_config.h-modular-dll649 * one second resolution.
Dduk_config.h-modular-static649 * one second resolution.
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/
Dduk_config.h-modular-dll649 * one second resolution.
Dduk_config.h-modular-static649 * one second resolution.