Home
last modified time | relevance | path

Searched defs:s (Results 226 – 250 of 278) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/filter/
H A Dfilter.c415 #define PARSE_CASE(s,a,t) \ in php_sapi_filter() argument
/PHP-5.5/ext/standard/
H A Dcrypt_sha512.c182 #define CYCLIC(w, s) ((w >> s) | (w << (64 - s))) in sha512_process_block() argument
H A Dformatted_print.c219 char *s = NULL; in php_sprintf_appenddouble() local
H A Dinfo.c892 Bucket *s = *((Bucket **) b); in module_name_cmp() local
H A Dcrypt_sha256.c157 #define CYCLIC(w, s) ((w >> s) | (w << (32 - s))) in sha256_process_block() argument
H A Ddns.c438 u_short s; in php_parserr() local
H A Dvar.c749 char *s; in php_var_serialize_intern() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dst.c55 #define Calloc(n,s) (char*)xcalloc((n),(s)) argument
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c53 php_netstream_data_t s; member
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c636 const char *s, in _xmlrpc_charHandler()
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c437 smart_str s = {0}; local
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c186 char *s; in apache_request_read_string_slot() local
1955 char *s = (char *) ap_loaded_modules[n]->name; in PHP_FUNCTION() local
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c79 # define closesocket(s) close(s) argument
574 char *s; in fcgi_listen() local
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c438 #define XSTRING(s) STRING(s) argument
896 const char *s = error_texts; in find_error_text() local
1044 int s; in check_escape() local
/PHP-5.5/ext/zip/
H A Dphp_zip.c603 struct stat s; in php_zip_glob() local
675 struct stat s; in php_zip_pcre() local
1615 char *s; in ZIPARCHIVE_METHOD() local
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_alloc.c72 #define REAL_SIZE(s) (collect_memory_statistics? (s) + sizeof(size_t) : (s)) argument
/PHP-5.5/win32/
H A Dglob.c916 qprintf(str, s) in qprintf() argument
/PHP-5.5/ext/phar/
H A Dphar_internal.h79 # define pestrndup(s, length, persistent) ((persistent)?zend_strndup((s),(length)):estrndup((s),(le… argument
540 char *s; in phar_unixify_path_separators() local
/PHP-5.5/ext/iconv/
H A Diconv.c334 char *s, *content_type, *mimetype = NULL; in php_iconv_output_handler() local
380 static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd) in _php_iconv_appendl()
/PHP-5.5/ext/gd/libgd/
H A Dgd_gd2.c40 #define GD2_DBG(s) argument
/PHP-5.5/sapi/cli/
H A Dphp_cli.c186 Bucket *s = *((Bucket **) b); in module_name_cmp() local
/PHP-5.5/Zend/
H A Dzend_operators.h305 static inline const void *zend_memrchr(const void *s, int c, size_t n) in zend_memrchr()
/PHP-5.5/main/
H A Dnetwork.c200 int s; in php_network_getaddresses() local
/PHP-5.5/ext/libxml/
H A Dlibxml.c1131 int php_libxml_xmlCheckUTF8(const unsigned char *s) in php_libxml_xmlCheckUTF8()
/PHP-5.5/ext/wddx/
H A Dwddx.c1057 static void php_wddx_process_data(void *user_data, const XML_Char *s, int len) in php_wddx_process_data()

Completed in 179 milliseconds

12345678910>>...12