| LOW | php_swoole.h | 21 | extern "C" { |
| LOW | tools/templates/version.tpl.h | 21 | #define SWOOLE_MAJOR_VERSION <?=$next->major."\n" ?> |
| LOW | include/swoole_atomic.h | 81 | #else // GCC/Clang |
| LOW | include/swoole_server.h | 21 | #include "swoole_timer.h" |
| LOW | include/swoole_util.h | 21 | #include <cstdarg> |
| LOW | include/swoole_socket.h | 21 | #include "swoole_ssl.h" |
| LOW | include/swoole_socket.h | 41 | #endif |
| LOW | include/swoole_asm_context.h | 41 | #endif |
| LOW | include/swoole_win32.h | 21 | |
| LOW | include/swoole_win32.h | 41 | // macros would be re-defined and corrupt Swoole's enum values. |
| LOW | include/swoole_win32.h | 61 | #undef SW_STACKOVERFLOW |
| LOW | include/swoole_win32.h | 81 | #include <process.h> |
| LOW | include/swoole_win32.h | 101 | #ifndef _SSIZE_T_DEFINED |
| LOW | include/swoole_win32.h | 121 | #ifndef PHP_H |
| LOW | include/swoole_win32.h | 181 | // ============================================================================ |
| LOW | include/swoole_win32.h | 201 | #endif |
| LOW | include/swoole_win32.h | 221 | #endif |
| LOW | include/swoole_win32.h | 241 | // ============================================================================ |
| LOW | include/swoole_win32.h | 261 | #endif |
| LOW | include/swoole_win32.h | 281 | #endif |
| LOW | include/swoole_win32.h | 301 | #endif |
| LOW | include/swoole_win32.h | 321 | #endif |
| LOW | include/swoole_win32.h | 341 | #define O_NOFOLLOW 0 |
| LOW | include/swoole_win32.h | 361 | #define FD_CLOEXEC 1 |
| LOW | include/swoole_win32.h | 381 | #define F_SETLKW 5 |
| LOW | include/swoole_win32.h | 401 | #ifndef S_IRGRP |
| LOW | include/swoole_win32.h | 421 | #ifndef S_IXOTH |
| LOW | include/swoole_win32.h | 461 | #ifndef LOCK_UN |
| LOW | include/swoole_win32.h | 481 | #ifndef X_OK |
| LOW | include/swoole_win32.h | 541 | ADDRESS_FAMILY sun_family; |
| LOW | include/swoole_win32.h | 601 | struct iovec *msg_iov; |
| LOW | include/swoole_win32.h | 621 | |
| LOW | include/swoole_win32.h | 641 | // ============================================================================ |
| LOW | include/swoole_win32.h | 661 | #endif |
| LOW | include/swoole_win32.h | 681 | |
| LOW | include/swoole_win32.h | 701 | |
| LOW | include/swoole_win32.h | 721 | #define EOPNOTSUPP WSAEOPNOTSUPP |
| LOW | include/swoole_win32.h | 741 | #define ENOBUFS WSAENOBUFS |
| LOW | include/swoole_win32.h | 761 | #ifndef S_ISLNK |
| LOW | include/swoole_win32.h | 861 | |
| LOW | include/swoole_win32.h | 921 | |
| LOW | include/swoole_file_hook.h | 21 | |
| LOW | include/swoole_file_hook.h | 41 | #endif |
| LOW | include/swoole_file_hook.h | 61 | #define fread(ptr, size, nmemb, stream) swoole_coroutine_fread(ptr, size, nmemb, stream) |
| LOW | include/swoole.h | 21 | #include "config.h" |
| LOW | include/swoole.h | 41 | #include "swoole_posix.h" |
| LOW | include/swoole.h | 61 | #include <list> |
| LOW | include/swoole.h | 81 | #else |
| LOW | include/swoole.h | 101 | #define SW_END_LINE "--------------------------END-----------------------------" |
| LOW | include/swoole.h | 121 | #define SW_COLOR_RED 1 |
| LOW | include/swoole.h | 141 | |
| LOW | include/swoole_coroutine_context.h | 21 | |
| LOW | include/swoole_process_pool.h | 21 | #include "swoole_lock.h" |
| LOW | include/swoole_protocol.h | 101 | }; |
| LOW | include/swoole_websocket.h | 21 | #define SW_WEBSOCKET_SEC_KEY_LEN 16 |
| LOW | include/swoole_config.h | 21 | #if defined(__GNUC__) && (__GNUC__ < 3 || (__GNUC__ == 4 && __GNUC_MINOR__ < 8)) |
| LOW | include/swoole_config.h | 41 | #define SW_MAX_SOCKETS_DEFAULT 1024 |
| LOW | include/swoole_config.h | 61 | #else |
| LOW | include/swoole_config.h | 81 | #define SW_BUFFER_SIZE_BIG 65536 |
| LOW | include/swoole_config.h | 121 | * max accept times for single time |
| 245 more matches not shown… |