Home
last modified time | relevance | path

Searched defs:s (Results 101 – 125 of 251) sorted by relevance

1234567891011

/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_gb18030.c257 int c1, s = 0, s1 = 0; in mbfl_filt_conv_wchar_gb18030() local
H A Dmbfilter_sjis_2004.c129 int c1, c2, s, s1 = 0, s2 = 0, w = 0, w1; in mbfl_filt_conv_jis2004_wchar() local
H A Dmbfilter_sjis_mac.c146 int c1, s, s1, s2, w; in mbfl_filt_conv_sjis_mac_wchar() local
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_main.c188 static int module_name_cmp(Bucket *f, Bucket *s) /* {{{ */ in module_name_cmp()
216 static int extension_name_cmp(const zend_llist_element **f, const zend_llist_element **s) /* {{{ */ in extension_name_cmp()
325 char *s; in sapi_cgi_send_headers() local
336 char *s; in sapi_cgi_send_headers() local
H A Dfpm_env.c67 char *s; in clearenv() local
/PHP-8.1/ext/standard/
H A Dnet.c208 char *s = ZSTR_VAL(mac); in PHP_FUNCTION() local
H A Dassert.c37 #define SAFE_STRING(s) ((s)?(s):"") argument
H A Dmath.c676 char c, *s; in _php_math_basetolong() local
721 char c, *s, *e; in _php_math_basetozval() local
1017 char *s, *t; /* source, target */ in _php_math_number_format_ex() local
/PHP-8.1/Zend/
H A Dzend_gdb.c119 char *s; in zend_gdb_present() local
H A Dzend_ast.c1073 static ZEND_COLD void zend_ast_export_str(smart_str *str, zend_string *s) in zend_ast_export_str()
1088 static ZEND_COLD void zend_ast_export_qstr(smart_str *str, char quote, zend_string *s) in zend_ast_export_qstr()
1185 static ZEND_COLD bool zend_ast_valid_var_name(const char *s, size_t len) in zend_ast_valid_var_name()
1289 #define zend_ast_export_name_list(s, l, i) zend_ast_export_name_list_ex(s, l, i, ", ") argument
1290 #define zend_ast_export_catch_name_list(s, l, i) zend_ast_export_name_list_ex(s, l, i, "|") argument
/PHP-8.1/ext/zend_test/
H A Diterators.c22 #define DUMP(s) php_output_write((s), sizeof((s)) - 1) argument
H A Dobserver.c37 const char *s = NULL, *e = opcode_names; in observer_set_user_opcode_handler() local
/PHP-8.1/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h151 #define pdo_mysql_error(s) _pdo_mysql_error(s, NULL, __FILE__, __LINE__) argument
152 #define pdo_mysql_error_stmt(s) _pdo_mysql_error(stmt->dbh, stmt, __FILE__, __LINE__) argument
/PHP-8.1/ext/dba/
H A Ddba_db3.c62 int s = VCWD_STAT(info->path, &check_stat); local
H A Ddba_db4.c76 int s = VCWD_STAT(info->path, &check_stat); local
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c145 #define lua_number2str(s,n)sprintf((s),"%.14g",(n)) argument
146 #define lua_str2number(s,p)strtod((s),(p)) argument
188 #define lua_pushliteral(L,s)lua_pushlstring(L,""s,(sizeof(s)/sizeof(char))-1) argument
189 #define lua_setglobal(L,s)lua_setfield(L,(-10002),(s)) argument
211 typedef union{double u;void*s;long l;}L_Umaxalign; member
377 #define luaM_freemem(L,b,s)luaM_realloc_(L,(b),(s),0) argument
590 #define sizestring(s)(sizeof(union TString)+((s)->len+1)*sizeof(char)) argument
592 #define luaS_new(L,s)(luaS_newlstr(L,s,strlen(s))) argument
593 #define luaS_newliteral(L,s)(luaS_newlstr(L,""s,(sizeof(s)/sizeof(char))-1)) argument
594 #define luaS_fix(s)l_setbit((s)->tsv.marked,5) argument
[all …]
H A Ddasm_x86.lua2031 s = s..gsub(sub(tm, 2, nparams), ".", function(c) function
/PHP-8.1/ext/gd/libgd/
H A Dgd_gd.c17 #define GD2_DBG(s) argument
H A Dgd_io.c23 #define IO_DBG(s) argument
H A Dgd_filter.c31 gdScatter s; in gdImageScatter() local
42 gdScatter s; in gdImageScatterColor() local
/PHP-8.1/ext/fileinfo/libmagic/
H A Dfuncs.c732 const unsigned char *s = RCAST(const unsigned char *, str); in file_printable() local
759 file_parse_guid(const char *s, uint64_t *guid) in file_parse_guid()
/PHP-8.1/ext/phar/
H A Dtar.c68 int s = len; in phar_tar_octal() local
204 static size_t strnlen(const char *s, size_t maxlen) { in strnlen()
/PHP-8.1/main/
H A Drfc1867.c87 char *s = varname, *index = NULL, *indexend = NULL, *p; in normalize_protected_variable() local
554 char *s = strrchr(path, '\\'); in php_ap_basename() local
674 char *boundary, *s = NULL, *boundary_end = NULL, *start_arr = NULL, *array_index = NULL; local
/PHP-8.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1770 const char *s; in mime_header_encoder_new() local
2201 int f, n, s, r, d, size, *mapelm; in collector_encode_htmlnumericentity() local
2247 int f, n, s, r, d, size, *mapelm; in collector_decode_htmlnumericentity() local
2423 int f, n, s, r, d, size, *mapelm; in collector_encode_hex_htmlnumericentity() local
2469 int n, s, r, d; in mbfl_filt_decode_htmlnumericentity_flush() local
/PHP-8.1/ext/opcache/
H A Dshared_alloc_win32.c287 char *s = ZCG(accel_directives).mmap_base; in create_segments() local

Completed in 138 milliseconds

1234567891011