Home
last modified time | relevance | path

Searched defs:s (Results 151 – 175 of 287) sorted by relevance

12345678910>>...12

/PHP-7.1/main/
H A Dmain.c205 char *s = NULL, *e; in php_disable_functions() local
243 char *s = NULL, *e; in php_disable_classes() local
296 zend_stat_t s; in php_binary_init() local
1064 char *s = PG(last_error_message); in php_error_cb() local
1069 char *s = PG(last_error_file); in php_error_cb() local
H A Dphp.h194 # define memcpy(d, s, n) bcopy((s), (d), (n)) argument
197 # define memmove(d, s, n) bcopy ((s), (d), (n)) argument
H A Dphp_variables.c348 php_stream *s = SG(request_info).request_body; in SAPI_POST_HANDLER_FUNC() local
553 PHPAPI void php_build_argv(char *s, zval *track_vars_array) in php_build_argv()
/PHP-7.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_gb18030.c288 int c1, s = 0, s1 = 0; in mbfl_filt_conv_wchar_gb18030() local
H A Dmbfilter_iso2022jp_mobile.c145 int c1, s, w, snd = 0; in mbfl_filt_conv_2022jp_mobile_wchar() local
H A Dmbfilter_sjis_2004.c137 int c1, c2, s, s1 = 0, s2 = 0, w = 0, w1; in mbfl_filt_conv_jis2004_wchar() local
H A Dmbfilter_sjis_mac.c135 int c1, s, s1, s2, w; in mbfl_filt_conv_sjis_mac_wchar() local
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_env.c67 char *s; in clearenv() local
H A Dfpm_main.c233 Bucket *s = (Bucket *) b; in module_name_cmp() local
259 static int extension_name_cmp(const zend_llist_element **f, const zend_llist_element **s) /* {{{ */ in extension_name_cmp()
372 char *s; in sapi_cgi_send_headers() local
383 char *s; in sapi_cgi_send_headers() local
H A Dfpm_scoreboard.c190 struct fpm_scoreboard_s *s; in fpm_scoreboard_acquire() local
/PHP-7.1/ext/mbstring/ucgendat/
H A Ducgendat.c326 ac_uint4 s, e; in ordered_range_insert() local
824 char line[512], *s, *e; in read_cdata() local
1218 char line[512], *s; in read_compexdata() local
/PHP-7.1/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1727 void XMLRPC_SetValueDateTime_ISO8601(XMLRPC_VALUE value, const char* s) { in XMLRPC_SetValueDateTime_ISO8601()
1763 XMLRPC_VALUE XMLRPC_CreateValueDateTime_ISO8601(const char* id, const char *s) { in XMLRPC_CreateValueDateTime_ISO8601()
1799 void XMLRPC_SetValueBase64(XMLRPC_VALUE value, const char* s, int len) { in XMLRPC_SetValueBase64()
1832 XMLRPC_VALUE XMLRPC_CreateValueBase64(const char* id, const char* s, int len) { in XMLRPC_CreateValueBase64()
/PHP-7.1/ext/mbstring/oniguruma/
H A Dreggnu.c49 UChar *s = (UChar* )string + startpos; in re_adjust_startpos() local
/PHP-7.1/ext/gd/libgd/
H A Dgd_io.c23 #define IO_DBG(s) argument
H A Dgd_gd.c17 #define GD2_DBG(s) argument
/PHP-7.1/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h155 #define pdo_mysql_error(s) _pdo_mysql_error(s, NULL, __FILE__, __LINE__) argument
156 #define pdo_mysql_error_stmt(s) _pdo_mysql_error(stmt->dbh, stmt, __FILE__, __LINE__) argument
/PHP-7.1/ext/mbstring/oniguruma/enc/
H A Dutf8.c271 left_adjust_char_head(const UChar* start, const UChar* s) in left_adjust_char_head()
/PHP-7.1/ext/standard/
H A Dphp_crypt_r.c118 to64(char *s, int32_t v, int n) in to64()
H A Dmath.c806 char c, *s; in _php_math_basetolong() local
852 char c, *s; in _php_math_basetozval() local
1112 char *s, *t; /* source, target */ in _php_math_number_format_ex() local
H A Dmt_rand.c106 register uint32_t *s = state; in php_mt_initialize() local
H A Dassert.c44 #define SAFE_STRING(s) ((s)?(s):"") argument
/PHP-7.1/ext/dba/
H A Ddba_db3.c66 int s = VCWD_STAT(info->path, &check_stat); local
H A Ddba_db4.c80 int s = VCWD_STAT(info->path, &check_stat); local
/PHP-7.1/ext/fileinfo/libmagic/
H A Dsoftmagic.c152 const unsigned char *s, size_t nbytes, size_t offset, int mode, int text, in match()
1072 const unsigned char *s, uint32_t offset, size_t nbytes, struct magic *m) in mcopy()
1199 mget(struct magic_set *ms, const unsigned char *s, struct magic *m, in mget()
/PHP-7.1/ext/phar/
H A Dtar.c68 int s = len; in phar_tar_octal() local
199 static size_t strnlen(const char *s, size_t maxlen) { in strnlen()

Completed in 78 milliseconds

12345678910>>...12