Home
last modified time | relevance | path

Searched defs:s (Results 201 – 225 of 267) sorted by relevance

1234567891011

/PHP-5.4/ext/json/
H A Djson.c387 static void json_escape_string(smart_str *buf, char *s, int len, int options TSRMLS_DC) /* {{{ */ in json_escape_string()
/PHP-5.4/ext/pdo_firebird/
H A Dfirebird_statement.c610 char *s = param->name; in firebird_stmt_param_hook() local
/PHP-5.4/ext/date/
H A Dphp_date.c44 # define DATE_I64A(i, s, len) _i64toa_s(i, s, len, 10) argument
45 # define DATE_A64I(i, s) i = _atoi64(s) argument
48 # define DATE_I64A(i, s, len) \ argument
54 # define DATE_A64I(i, s) i = atoll(s) argument
56 # define DATE_A64I(i, s) i = strtoll(s, NULL, 10) argument
3067 long h, i, s = 0; in PHP_FUNCTION() local
/PHP-5.4/ext/standard/
H A Darray.c176 Bucket *s; in php_array_key_compare() local
362 Bucket *s; in php_array_data_compare() local
407 Bucket *f, *s; in php_array_natural_general_compare() local
577 Bucket *s; in php_array_user_compare() local
722 Bucket *s; in php_array_user_key_compare() local
H A Dhtml.c846 const entity_cp_map *s; in resolve_named_entity_html() local
1171 const entity_multicodepoint_row *s, *e; in find_entity_for_char() local
H A Dcrypt_blowfish.c834 char s[7 + 22 + 1]; in php_crypt_blowfish_rn() member
H A Dcrypt_sha512.c182 #define CYCLIC(w, s) ((w >> s) | (w << (64 - s))) in sha512_process_block() argument
H A Dformatted_print.c214 char *s = NULL; in php_sprintf_appenddouble() local
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_common.c79 #define S(s) (reg_map[s] << 21) argument
83 #define SA(s) ((s) << 21) argument
87 #define FS(s) ((s) << 11) argument
/PHP-5.4/main/
H A Dphp_network.h33 #define shutdown(s,n) /* nothing */ argument
H A Dphp_output.h85 #define PHP_OUTPUT_HANDLER_INITBUF_SIZE(s) \ argument
/PHP-5.4/ext/ereg/
H A Dereg.c109 Bucket *s = *((Bucket **) b); in ZEND_GET_MODULE() local
/PHP-5.4/sapi/apache2filter/
H A Dsapi_apache2.c607 apr_pool_t *ptemp, server_rec *s) in php_apache_server_startup()
/PHP-5.4/ext/openssl/
H A Dxp_ssl.c50 php_netstream_data_t s; member
/PHP-5.4/ext/fileinfo/libmagic/
H A Dfile.h154 char s[MAXstring]; /* the search string or regex pattern */ member
396 const char *s; /* start of search in original source */ member
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd.h235 #define mysqlnd_stmt_refresh_bind_param(s) (s)->m->refresh_bind_param((s) TSRMLS_CC) argument
239 #define mysqlnd_stmt_bind_one_result(s,no) (s)->m->bind_one_result((s), (no) TSRMLS_CC) argument
/PHP-5.4/Zend/
H A Dzend_ini.c151 const Bucket *s; in ini_key_compare() local
/PHP-5.4/ext/filter/
H A Dfilter.c413 #define PARSE_CASE(s,a,t) \ in php_sapi_filter() argument
/PHP-5.4/ext/phar/
H A Dtar.c68 int s = len; in phar_tar_octal() local
/PHP-5.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c636 const char *s, in _xmlrpc_charHandler()
/PHP-5.4/sapi/thttpd/
H A Dthttpd.c437 smart_str s = {0}; local
/PHP-5.4/ext/mbstring/oniguruma/
H A Dst.c71 #define Calloc(n,s) (char*)xcalloc((n),(s)) argument
/PHP-5.4/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.4/sapi/cgi/
H A Dfastcgi.c79 # define closesocket(s) close(s) argument
574 char *s; in fcgi_listen() local
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c432 #define XSTRING(s) STRING(s) argument
886 const char *s = error_texts; in find_error_text() local
1034 int s; in check_escape() local

Completed in 198 milliseconds

1234567891011