Home
last modified time | relevance | path

Searched defs:s (Results 251 – 275 of 302) sorted by path

1...<<111213

/PHP-7.2/ext/zip/lib/
H A Dzip_get_file_comment.c43 const char *s; in zip_get_file_comment() local
H A Dzip_io_util.c112 zip_string_t *s; in _zip_read_string() local
H A Dzip_string.c42 _zip_string_crc32(const zip_string_t *s) in _zip_string_crc32()
71 _zip_string_free(zip_string_t *s) in _zip_string_free()
119 _zip_string_length(const zip_string_t *s) in _zip_string_length()
131 zip_string_t *s; in _zip_string_new() local
182 _zip_string_write(zip_t *za, const zip_string_t *s) in _zip_string_write()
H A Dzipint.h117 #define fseeko(s, o, w) (fseek((s), (long int)(o), (w))) argument
121 #define ftello(s) ((long)ftell((s))) argument
/PHP-7.2/ext/zip/
H A Dphp_zip.c137 # define CWD_STATE_FREE(s) efree(s) argument
596 zend_stat_t s; in php_zip_glob() local
668 zend_stat_t s; in php_zip_pcre() local
1622 char *s; in ZIPARCHIVE_METHOD() local
/PHP-7.2/main/
H A Dfastcgi.c655 char *s; in fcgi_listen() local
H A Dfopen_wrappers.c364 char *s = strchr(path_info + 2, '/'); local
H A Dmain.c200 char *s = NULL, *e; in php_disable_functions() local
238 char *s = NULL, *e; in php_disable_classes() local
291 zend_stat_t s; in php_binary_init() local
1058 char *s = PG(last_error_message); in php_error_cb() local
1063 char *s = PG(last_error_file); in php_error_cb() local
H A Dmergesort.c268 u_char *f1, *f2, *s, *l2, *last, *p2, tmp; in setup() local
338 u_char *ai, *s, *t, *u, tmp; in insertionsort() local
H A Dnetwork.c190 int s; in php_network_getaddresses() local
H A Dphp.h253 # define memcpy(d, s, n) bcopy((s), (d), (n)) argument
256 # define memmove(d, s, n) bcopy ((s), (d), (n)) argument
H A Dphp_network.h36 #define shutdown(s,n) /* nothing */ argument
H A Dphp_open_temporary_file.c254 char* s = getenv("TMPDIR"); in php_get_temporary_directory() local
H A Dphp_output.h85 #define PHP_OUTPUT_HANDLER_INITBUF_SIZE(s) \ argument
H A Dphp_sprintf.c31 php_sprintf (char*s, const char* format, ...) in php_sprintf()
H A Dphp_variables.c356 php_stream *s = SG(request_info).request_body; in SAPI_POST_HANDLER_FUNC() local
561 PHPAPI void php_build_argv(char *s, zval *track_vars_array) in php_build_argv()
H A Dreentrancy.c380 php_strtok_r(char *s, const char *delim, char **last) in php_strtok_r()
H A Drfc1867.c39 # define atoll(s) _atoi64(s) argument
97 char *s = varname, *index = NULL, *indexend = NULL, *p; in normalize_protected_variable() local
572 char *s = strrchr(path, '\\'); in php_ap_basename() local
692 char *boundary, *s = NULL, *boundary_end = NULL, *start_arr = NULL, *array_index = NULL; local
H A Dsnprintf.c73 register char *s = NULL; in __cvt() local
384 register char *s = buf; in php_conv_fp() local
561 #define FIX_PRECISION( adjust, precision, s, s_len ) \ argument
598 char *s = NULL; in format_converter() local
H A Dspprintf.c178 #define FIX_PRECISION(adjust, precision, s, s_len) do { \ argument
189 static size_t strnlen(const char *s, size_t maxlen) { in strnlen()
200 char *s = NULL; in xbuf_format_converter() local
H A Dstrlcat.c74 const char *s = src; local
H A Dstrlcpy.c71 const char *s = src; local
/PHP-7.2/sapi/apache2handler/
H A Dphp_functions.c356 char *s = (char *) ap_loaded_modules[n]->name; in PHP_FUNCTION() local
383 char *s = (char *) ap_loaded_modules[n]->name; in PHP_MINFO_FUNCTION() local
H A Dsapi_apache2.c456 php_apache_server_startup(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp, server_rec *s) in php_apache_server_startup()
734 static void php_apache_child_init(apr_pool_t *pchild, server_rec *s) in php_apache_child_init()
740 static void php_apache_signal_init(apr_pool_t *pchild, server_rec *s) in php_apache_signal_init()
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c259 Bucket *s = (Bucket *) b; in module_name_cmp() local
282 static int extension_name_cmp(const zend_llist_element **f, const zend_llist_element **s) in extension_name_cmp()
399 char *s; in sapi_cgi_send_headers() local
410 char *s; in sapi_cgi_send_headers() local
1732 char *s, *p; local
1804 char *s; local

Completed in 130 milliseconds

1...<<111213