Searched refs:second (Results 1 – 14 of 14) sorted by relevance
/civetweb-2.7.6/examples/rest/cJSON/ |
D | cJSON_Utils.c | 463 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/ |
D | mg_strcasecmp.md | 20 …t string is less than the second in a lexical comparison, and greater than zero if the first strin…
|
D | mg_strncasecmp.md | 21 …t string is less than the second in a lexical comparison, and greater than zero if the first strin…
|
D | mg_get_ports.md | 24 …information if SSL is used on the ports. This information is stored in a second buffer which shoul…
|
D | mg_option.md | 15 …re contains three fields. One field contains the name of the option, the second contains the value…
|
D | mg_get_var2.md | 24 …e **`0`** is used for the first variable with the specified name, **`1`** for the second and so on.
|
/civetweb-2.7.6/docs/ |
D | UserManual.md | 662 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/ |
D | RELEASE_NOTES.md | 429 + This actually a second build variant for OSX.
|
D | mingw.cmd | 561 :: %3 - The second version to compare
|
/civetweb-2.7.6/src/ |
D | civetweb.c | 7767 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/ |
D | duk_config.h-modular-dll | 649 * one second resolution.
|
D | duk_config.h-modular-static | 649 * one second resolution.
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/ |
D | duk_config.h-modular-dll | 649 * one second resolution.
|
D | duk_config.h-modular-static | 649 * one second resolution.
|