Home
last modified time | relevance | path

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

1234567891011

/PHP-7.4/Zend/
H A Dzend_API.h577 #define ZVAL_STRINGL(z, s, l) do { \ argument
581 #define ZVAL_STRING(z, s) do { \ argument
590 #define ZVAL_PSTRINGL(z, s, l) do { \ argument
594 #define ZVAL_PSTRING(z, s) do { \ argument
624 #define RETVAL_STR(s) ZVAL_STR(return_value, s) argument
626 #define RETVAL_NEW_STR(s) ZVAL_NEW_STR(return_value, s) argument
627 #define RETVAL_STR_COPY(s) ZVAL_STR_COPY(return_value, s) argument
628 #define RETVAL_STRING(s) ZVAL_STRING(return_value, s) argument
643 #define RETURN_STR(s) { RETVAL_STR(s); return; } argument
645 #define RETURN_NEW_STR(s) { RETVAL_NEW_STR(s); return; } argument
[all …]
H A Dzend_ast.c926 static ZEND_COLD void zend_ast_export_str(smart_str *str, zend_string *s) in zend_ast_export_str()
941 static ZEND_COLD void zend_ast_export_qstr(smart_str *str, char quote, zend_string *s) in zend_ast_export_qstr()
1038 static ZEND_COLD int zend_ast_valid_var_name(const char *s, size_t len) in zend_ast_valid_var_name()
1142 #define zend_ast_export_name_list(s, l, i) zend_ast_export_name_list_ex(s, l, i, ", ") argument
1143 #define zend_ast_export_catch_name_list(s, l, i) zend_ast_export_name_list_ex(s, l, i, "|") argument
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c197 # define XX(s) s, (sizeof(s) - 1) argument
2692 getstr(struct magic_set *ms, struct magic *m, const char *s, int warn) in getstr()
2869 file_showstr(FILE *fp, const char *s, size_t len) in file_showstr()
3304 uint8_t *s = RCAST(uint8_t *, RCAST(void *, &sv)); local
3318 uint8_t *s = RCAST(uint8_t *, RCAST(void *, &sv)); local
3334 uint8_t *s = RCAST(uint8_t *, RCAST(void *, &sv)); local
3399 const unsigned char *s = RCAST(const unsigned char *, ss); local
H A Dcdf.c75 char s[4]; member
105 uint8_t *s = RCAST(uint8_t *, RCAST(void *, &sv)); in _cdf_tole2() local
119 uint8_t *s = RCAST(uint8_t *, RCAST(void *, &sv)); in _cdf_tole4() local
135 uint8_t *s = RCAST(uint8_t *, RCAST(void *, &sv)); in _cdf_tole8() local
782 cdf_namecmp(const char *d, const uint16_t *s, size_t l) in cdf_namecmp()
1325 size_t i, j, s = size / sizeof(cdf_secid_t); in cdf_dump_sat() local
/PHP-7.4/ext/snmp/
H A Dsnmp.c1188 static int netsnmp_session_set_sec_level(struct snmp_session *s, char *level) in netsnmp_session_set_sec_level()
1205 static int netsnmp_session_set_auth_protocol(struct snmp_session *s, char *prot) in netsnmp_session_set_auth_protocol()
1226 static int netsnmp_session_set_sec_protocol(struct snmp_session *s, char *prot) in netsnmp_session_set_sec_protocol()
1246 static int netsnmp_session_gen_auth_key(struct snmp_session *s, char *pass) in netsnmp_session_gen_auth_key()
1262 static int netsnmp_session_gen_sec_key(struct snmp_session *s, char *pass) in netsnmp_session_gen_sec_key()
1279 static int netsnmp_session_set_contextEngineID(struct snmp_session *s, char * contextEngineID) in netsnmp_session_set_contextEngineID()
/PHP-7.4/main/
H A Dmain.c351 char *s = NULL, *e; in php_disable_functions() local
389 char *s = NULL, *e; in php_disable_classes() local
442 zend_stat_t s; in php_binary_init() local
1312 char *s = PG(last_error_message); in php_error_cb() local
1317 char *s = PG(last_error_file); in php_error_cb() local
H A Drfc1867.c37 # define atoll(s) _atoi64(s) argument
95 char *s = varname, *index = NULL, *indexend = NULL, *p; in normalize_protected_variable() local
562 char *s = strrchr(path, '\\'); in php_ap_basename() local
682 char *boundary, *s = NULL, *boundary_end = NULL, *start_arr = NULL, *array_index = NULL; local
H A Dphp_open_temporary_file.c255 char* s = getenv("TMPDIR"); in php_get_temporary_directory() local
/PHP-7.4/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h83 #define pdo_pgsql_error_stmt(s,e,z) _pdo_pgsql_error(s->dbh, s, e, z, NULL, __FILE__, __LINE__) argument
84 #define pdo_pgsql_error_stmt_msg(s,e,m) _pdo_pgsql_error(s->dbh, s, e, NULL, m, __FILE__, __LINE__) argument
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf8_mobile.c201 int s, s1 = 0, c1 = 0, snd = 0; in mbfl_filt_conv_utf8_mobile_wchar() local
H A Dmbfilter_big5.c252 int c1, s, c2; in mbfl_filt_conv_wchar_big5() local
H A Dmbfilter_iso2022_jp_ms.c96 int c1, s, w; in mbfl_filt_conv_2022jpms_wchar() local
H A Dmbfilter_cp932.c151 int c1, s, s1, s2, w; in mbfl_filt_conv_cp932_wchar() local
H A Dmbfilter_sjis_open.c150 int c1, s, s1, s2, w; in mbfl_filt_conv_sjis_open_wchar() local
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c389 #define STRTAB_STR_TO_POS(tab, s) \ argument
393 #define STRTAB_COLLISION(s) \ argument
395 #define STRTAB_STR_SIZE(s) \ argument
397 #define STRTAB_NEXT(s) \ argument
402 zend_string *s, *top; in accel_interned_strings_restore_state() local
442 zend_string *s; in accel_find_interned_string() local
477 zend_string *s; in accel_new_interned_string() local
544 zend_string *s; in accel_find_interned_string_ex() local
4669 …c int preload_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_struct *s) in preload_header_handler()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_set.c30 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/PHP-7.4/ext/intl/collator/
H A Dcollator_is_numeric.c122 register const UChar *s = nptr; local
/PHP-7.4/ext/standard/
H A Dcrypt.c89 static void php_to64(char *s, int n) /* {{{ */ in php_to64()
H A Dnet.c206 char *s = ZSTR_VAL(mac); in PHP_FUNCTION() local
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_log.c100 char *s, *b; in fpm_log_write() local
/PHP-7.4/ext/intl/common/
H A Dcommon_date.cpp84 UnicodeString s = UnicodeString(id, id_len, US_INV); in timezone_convert_datetimezone() local
/PHP-7.4/sapi/cli/
H A Dphp_cli.c181 Bucket *s = (Bucket *) b; in module_name_cmp() local
210 static int extension_name_cmp(const zend_llist_element **f, const zend_llist_element **s) /* {{{ */ in extension_name_cmp()
389 …cli_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_struct *s) /* {{{ */ in sapi_cli_header_handler()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.h74 #define SET_CONNECTION_STATE(state_struct, s) (state_struct)->m->set((state_struct), (s)) argument
/PHP-7.4/ext/xml/
H A Dxml.c464 static void _xml_xmlchar_zval(const XML_Char *s, int len, const XML_Char *encoding, zval *ret) in _xml_xmlchar_zval()
642 static zend_string *xml_utf8_decode(const XML_Char *s, size_t len, const XML_Char *encoding) in xml_utf8_decode()
684 static int _xml_xmlcharlen(const XML_Char *s) in _xml_xmlcharlen()
869 void _xml_characterDataHandler(void *userData, const XML_Char *s, int len) in _xml_characterDataHandler()
984 void _xml_defaultHandler(void *userData, const XML_Char *s, int len) in _xml_defaultHandler()
/PHP-7.4/ext/dba/
H A Ddba_db2.c52 int s = VCWD_STAT(info->path, &check_stat); in DBA_OPEN_FUNC() local

Completed in 119 milliseconds

1234567891011