Home
last modified time | relevance | path

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

1234567891011

/PHP-8.0/ext/snmp/
H A Dsnmp.c917 static int netsnmp_session_set_sec_level(struct snmp_session *s, char *level) in netsnmp_session_set_sec_level()
935 static int netsnmp_session_set_auth_protocol(struct snmp_session *s, char *prot) in netsnmp_session_set_auth_protocol()
956 static int netsnmp_session_set_sec_protocol(struct snmp_session *s, char *prot) in netsnmp_session_set_sec_protocol()
992 static int netsnmp_session_gen_auth_key(struct snmp_session *s, char *pass) in netsnmp_session_gen_auth_key()
1008 static int netsnmp_session_gen_sec_key(struct snmp_session *s, char *pass) in netsnmp_session_gen_sec_key()
1025 static int netsnmp_session_set_contextEngineID(struct snmp_session *s, char * contextEngineID) in netsnmp_session_set_contextEngineID()
/PHP-8.0/ext/curl/
H A Dinterface.c87 #define CAAL(s, v) add_assoc_long_ex(return_value, s, sizeof(s) - 1, (zend_long) v); argument
88 #define CAAD(s, v) add_assoc_double_ex(return_value, s, sizeof(s) - 1, (double) v); argument
89 #define CAAS(s, v) add_assoc_string_ex(return_value, s, sizeof(s) - 1, (char *) (v ? v : "")); argument
90 #define CAASTR(s, v) add_assoc_str_ex(return_value, s, sizeof(s) - 1, \ argument
92 #define CAAZ(s, v) add_assoc_zval_ex(return_value, s, sizeof(s) -1 , (zval *) v); argument
1795 char s[64]; in create_certinfo() local
/PHP-8.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_big5.c250 int c1, s, c2; in mbfl_filt_conv_wchar_big5() local
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_iso2022_jp_ms.c93 int c1, s, w; in mbfl_filt_conv_2022jpms_wchar() local
H A Dmbfilter_cp932.c148 int c1, s, s1, s2, w; in mbfl_filt_conv_cp932_wchar() local
H A Dmbfilter_sjis_open.c147 int c1, s, s1, s2, w; in mbfl_filt_conv_sjis_open_wchar() local
H A Dmbfilter_gb18030.c287 int c1, s = 0, s1 = 0; in mbfl_filt_conv_wchar_gb18030() local
H A Dmbfilter_iso2022jp_mobile.c144 int c1, s, w, snd = 0; in mbfl_filt_conv_2022jp_mobile_wchar() local
H A Dmbfilter_sjis_2004.c134 int c1, c2, s, s1 = 0, s2 = 0, w = 0, w1; in mbfl_filt_conv_jis2004_wchar() local
H A Dmbfilter_sjis_mac.c134 int c1, s, s1, s2, w; in mbfl_filt_conv_sjis_mac_wchar() local
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_signals.c166 char s; in sig_handler() local
H A Dfpm_log.c100 char *s, *b; in fpm_log_write() local
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
/PHP-8.0/ext/intl/collator/
H A Dcollator_is_numeric.c118 register const UChar *s = nptr; local
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_set.c28 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/PHP-8.0/ext/intl/common/
H A Dcommon_date.cpp82 UnicodeString s = UnicodeString(id, id_len, US_INV); in timezone_convert_datetimezone() local
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_connection.h72 #define SET_CONNECTION_STATE(state_struct, s) (state_struct)->m->set((state_struct), (s)) argument
/PHP-8.0/ext/fileinfo/libmagic/
H A Dcdf.c79 char s[4]; member
109 uint8_t *s = RCAST(uint8_t *, RCAST(void *, &sv)); in _cdf_tole2() local
123 uint8_t *s = RCAST(uint8_t *, RCAST(void *, &sv)); in _cdf_tole4() local
139 uint8_t *s = RCAST(uint8_t *, RCAST(void *, &sv)); in _cdf_tole8() local
798 cdf_namecmp(const char *d, const uint16_t *s, size_t l) in cdf_namecmp()
1341 size_t i, j, s = size / sizeof(cdf_secid_t); in cdf_dump_sat() local
/PHP-8.0/ext/dba/
H A Ddba_db2.c50 int s = VCWD_STAT(info->path, &check_stat); in DBA_OPEN_FUNC() local
/PHP-8.0/main/
H A Dphp_open_temporary_file.c253 char* s = getenv("TMPDIR"); in php_get_temporary_directory() local
/PHP-8.0/ext/xml/
H A Dxml.c332 static void _xml_xmlchar_zval(const XML_Char *s, int len, const XML_Char *encoding, zval *ret) in _xml_xmlchar_zval()
537 static zend_string *xml_utf8_decode(const XML_Char *s, size_t len, const XML_Char *encoding) in xml_utf8_decode()
579 static int _xml_xmlcharlen(const XML_Char *s) in _xml_xmlcharlen()
764 void _xml_characterDataHandler(void *userData, const XML_Char *s, int len) in _xml_characterDataHandler()
879 void _xml_defaultHandler(void *userData, const XML_Char *s, int len) in _xml_defaultHandler()
/PHP-8.0/ext/standard/
H A Darray.c167 static zend_always_inline int php_array_key_compare_unstable_i(Bucket *f, Bucket *s) /* {{{ */ in php_array_key_compare_unstable_i()
206 static zend_always_inline int php_array_key_compare_numeric_unstable_i(Bucket *f, Bucket *s) /* {{{… in php_array_key_compare_numeric_unstable_i()
252 static zend_always_inline int php_array_key_compare_string_unstable_i(Bucket *f, Bucket *s) /* {{{ … in php_array_key_compare_string_unstable_i()
277 static int php_array_key_compare_string_natural_general(Bucket *f, Bucket *s, int fold_case) /* {{{… in php_array_key_compare_string_natural_general()
346 static zend_always_inline int php_array_data_compare_unstable_i(Bucket *f, Bucket *s) /* {{{ */ in php_array_data_compare_unstable_i()
361 static zend_always_inline int php_array_data_compare_numeric_unstable_i(Bucket *f, Bucket *s) /* {{… in php_array_data_compare_numeric_unstable_i()
393 static zend_always_inline int php_array_data_compare_string_unstable_i(Bucket *f, Bucket *s) /* {{{… in php_array_data_compare_string_unstable_i()
409 static int php_array_natural_general_compare(Bucket *f, Bucket *s, int fold_case) /* {{{ */ in php_array_natural_general_compare()
435 static int php_array_data_compare_string_locale_unstable_i(Bucket *f, Bucket *s) /* {{{ */ in php_array_data_compare_string_locale_unstable_i()
897 static inline int php_array_user_compare_unstable(Bucket *f, Bucket *s) /* {{{ */ in php_array_user_compare_unstable()
[all …]
H A Dnet.c208 char *s = ZSTR_VAL(mac); in PHP_FUNCTION() local
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c380 #define STRTAB_STR_TO_POS(tab, s) \ argument
384 #define STRTAB_COLLISION(s) \ argument
386 #define STRTAB_STR_SIZE(s) \ argument
388 #define STRTAB_NEXT(s) \ argument
393 zend_string *s, *top; in accel_interned_strings_restore_state() local
432 zend_string *s; in accel_find_interned_string() local
467 zend_string *s; in accel_new_interned_string() local
534 zend_string *s; in accel_find_interned_string_ex() local
4782 …c int preload_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_struct *s)

Completed in 100 milliseconds

1234567891011