Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/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
3407 static void php_date_time_set(zval *object, long h, long i, long s, zval *return_value TSRMLS_DC) in php_date_time_set()
3425 long h, i, s = 0; in PHP_FUNCTION() local
3442 long h, i, s = 0; in PHP_METHOD() local
/PHP-5.5/ext/standard/
H A Ddir.c527 struct stat s; in PHP_FUNCTION() local
H A Dpack.c728 int s, in PHP_FUNCTION() local
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
/PHP-5.5/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h88 #define pdo_pgsql_error_stmt(s,e,z) _pdo_pgsql_error(s->dbh, s, e, z, __FILE__, __LINE__ TSRMLS_CC) argument
/PHP-5.5/ext/phar/
H A Ddirstream.c166 Bucket *s; in phar_compare_dir_name() local
/PHP-5.5/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c56 size_t s = 0, e = map->n; in mappings_add() local
/PHP-5.5/ext/opcache/
H A Dzend_shared_alloc.c43 #define S_H(s) g_shared_alloc_handler->s argument
H A Dzend_accelerator_module.c35 #define STRING_NOT_NULL(s) (NULL == (s)?"":s) argument
/PHP-5.5/main/
H A Dfopen_wrappers.c370 char *s = strchr(path_info + 2, '/'); local
H A Dphp_network.h35 #define shutdown(s,n) /* nothing */ argument
H A Dphp_output.h85 #define PHP_OUTPUT_HANDLER_INITBUF_SIZE(s) \ argument
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c143 #define IS_DIR_OK(s) (1) argument
150 #define CWD_STATE_COPY(d, s) \ argument
155 #define CWD_STATE_FREE(s) \ argument
/PHP-5.5/ext/json/
H A Djson.c401 static void json_escape_string(smart_str *buf, char *s, int len, int options TSRMLS_DC) /* {{{ */ in json_escape_string()
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c610 char *s = param->name; in firebird_stmt_param_hook() local
/PHP-5.5/Zend/
H A Dzend_vm_gen.php272 function out($f, $s) {
H A Dzend_ini.c151 const Bucket *s; in ini_key_compare() local
/PHP-5.5/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.5/ext/mbstring/oniguruma/
H A Doniguruma.h269 #define ONIGENC_IS_MBC_WORD(enc,s,end) \ argument
277 #define ONIGENC_IS_ALLOWED_REVERSE_MATCH(enc,s,end) \ argument
279 #define ONIGENC_LEFT_ADJUST_CHAR_HEAD(enc,start,s) \ argument
285 #define ONIGENC_STEP_BACK(enc,start,s,n) \ argument
/PHP-5.5/ext/ereg/
H A Dereg.c109 Bucket *s = *((Bucket **) b); in ZEND_GET_MODULE() local
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c607 apr_pool_t *ptemp, server_rec *s) in php_apache_server_startup()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h239 #define mysqlnd_stmt_refresh_bind_param(s) (s)->m->refresh_bind_param((s) TSRMLS_CC) argument
243 #define mysqlnd_stmt_bind_one_result(s,no) (s)->m->bind_one_result((s), (no) TSRMLS_CC) argument
/PHP-5.5/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

Completed in 104 milliseconds

12345678910>>...12