Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 309) sorted by last modified time

12345678910>>...13

/PHP-7.3/ext/libxml/
H A Dlibxml.c1148 int php_libxml_xmlCheckUTF8(const unsigned char *s) in php_libxml_xmlCheckUTF8()
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_scoreboard.c202 struct fpm_scoreboard_s *s; in fpm_scoreboard_acquire() local
/PHP-7.3/Zend/
H A Dzend_smart_str.c64 static size_t zend_compute_escaped_string_len(const char *s, size_t l) { in zend_compute_escaped_string_len()
78 ZEND_API void ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, size_t l) { in smart_str_append_escaped()
H A Dzend_virtual_cwd.c104 #define CWD_STATE_COPY(d, s) \ argument
109 #define CWD_STATE_FREE(s) \ argument
H A Dzend_hash.c2002 zval *t, *s; in zend_hash_merge() local
H A Dzend_operators.c2363 char *s; in increment_string() local
H A Dzend_language_scanner.c29 # define YYDEBUG(s, c) argument
60 #define YYSETCONDITION(s) SCNG(yy_state) = s argument
97 #define HANDLE_NEWLINES(s, l) \ argument
889 register char *s, *t; in zend_scan_escape_string() local
1618 register char *s, *t; in lex_scan() local
4661 char *s; in lex_scan() local
7926 char *s = NULL; in lex_scan() local
H A Dzend_language_scanner.l25 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) argument
27 # define YYDEBUG(s, c) argument
58 #define YYSETCONDITION(s) SCNG(yy_state) = s argument
94 #define HANDLE_NEWLINES(s, l) \ argument
886 register char *s, *t; in zend_scan_escape_string() local
H A Dzend_string.h60 #define IS_INTERNED(s) ZSTR_IS_INTERNED(s) in END_EXTERN_C() argument
69 #define ZSTR_IS_INTERNED(s) (GC_FLAGS(s) & IS_STR_INTERNED) in END_EXTERN_C() argument
87 #define ZSTR_ALLOCA_INIT(str, s, len, use_heap) do { \ argument
102 static zend_always_inline void zend_string_forget_hash_val(zend_string *s) in zend_string_forget_hash_val()
107 static zend_always_inline uint32_t zend_string_refcount(const zend_string *s) in zend_string_refcount()
115 static zend_always_inline uint32_t zend_string_addref(zend_string *s) in zend_string_addref()
123 static zend_always_inline uint32_t zend_string_delref(zend_string *s) in zend_string_delref()
162 static zend_always_inline zend_string *zend_string_copy(zend_string *s) in zend_string_copy()
261 static zend_always_inline void zend_string_free(zend_string *s) in zend_string_free()
269 static zend_always_inline void zend_string_efree(zend_string *s) in zend_string_efree()
[all …]
/PHP-7.3/ext/zip/
H A Dphp_zip.c137 # define CWD_STATE_FREE(s) efree(s) argument
596 zend_stat_t s; in php_zip_glob() local
671 zend_stat_t s; in php_zip_pcre() local
1641 char *s; in ZIPARCHIVE_METHOD() local
/PHP-7.3/ext/pdo_firebird/
H A Dfirebird_driver.c94 isc_stmt_handle s = PDO_FIREBIRD_HANDLE_INITIALIZER; in firebird_handle_preparer() local
363 XSQLDA *out_sqlda, isc_stmt_handle *s, HashTable *named_params) in firebird_alloc_prepare_stmt()
515 static void firebird_info_cb(void *arg, char const *s) /* {{{ */ in firebird_info_cb()
586 const ISC_STATUS *s = H->isc_status; in pdo_firebird_fetch_error_func() local
676 const ISC_STATUS *s = H->isc_status; in pdo_firebird_handle_factory() local
H A Dfirebird_statement.c709 char *s = ZSTR_VAL(param->name); in firebird_stmt_param_hook() local
/PHP-7.3/ext/filter/
H A Dlogical_filters.c477 char *e, *s, *t; in _php_filter_validate_domain() local
576 char *e, *s, *t; in php_filter_validate_url() local
737 char *s = str; in _php_filter_validate_ipv6() local
/PHP-7.3/ext/soap/
H A Dphp_sdl.c228 char *s; in sdl_set_uri_credentials() local
1197 char *s; in sdl_deserialize_string() local
H A Dphp_http.c103 char *s = Z_STRVAL_P(tmp); in http_context_headers() local
1141 zend_string *s = zend_string_alloc((p - t) + ZSTR_LEN(new_url->path) + 2, 0); in make_http_soap_request() local
1143 ZSTR_VAL(s)[(p - t) + 1] = 0; in make_http_soap_request() local
1149 zend_string *s = zend_string_alloc(ZSTR_LEN(new_url->path) + 2, 0); in make_http_soap_request() local
1150 ZSTR_VAL(s)[0] = '/'; in make_http_soap_request() local
1151 ZSTR_VAL(s)[1] = 0; in make_http_soap_request() local
1182 char *s; in make_http_soap_request() local
1336 char *s = Z_STRVAL_P(return_value); in make_http_soap_request() local
/PHP-7.3/ext/standard/
H A Durl.c65 unsigned char *s = (unsigned char *)str; in php_replace_controlchars_ex() local
94 static const char *binary_strcspn(const char *s, const char *e, const char *chars) { in binary_strcspn()
119 char const *s, *e, *p, *pp, *ue; in php_url_parse_ex2() local
436 static int php_htoi(char *s) in php_htoi()
472 PHPAPI zend_string *php_url_encode(char const *s, size_t len) in php_url_encode()
582 PHPAPI zend_string *php_raw_url_encode(char const *s, size_t len)
730 char *s, *p; local
/PHP-7.3/ext/snmp/
H A Dsnmp.c1192 static int netsnmp_session_set_sec_level(struct snmp_session *s, char *level) in netsnmp_session_set_sec_level()
1209 static int netsnmp_session_set_auth_protocol(struct snmp_session *s, char *prot) in netsnmp_session_set_auth_protocol()
1230 static int netsnmp_session_set_sec_protocol(struct snmp_session *s, char *prot) in netsnmp_session_set_sec_protocol()
1250 static int netsnmp_session_gen_auth_key(struct snmp_session *s, char *pass) in netsnmp_session_gen_auth_key()
1266 static int netsnmp_session_gen_sec_key(struct snmp_session *s, char *pass) in netsnmp_session_gen_sec_key()
1283 static int netsnmp_session_set_contextEngineID(struct snmp_session *s, char * contextEngineID) in netsnmp_session_set_contextEngineID()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregcomp.c202 is_in_string_pool(regex_t* reg, UChar* s) in is_in_string_pool()
771 add_compile_string(UChar* s, int mb_len, int str_len, regex_t* reg) in add_compile_string()
2516 UChar *s = sn->s; in get_char_len_node1() local
4188 unravel_cf_string_add(Node** rlist, Node** rsn, UChar* s, UChar* end, in unravel_cf_string_add()
4241 OnigCaseFoldType case_fold_flag, UChar* s, UChar* end) in unravel_cf_string_alt_or_cc_add()
4297 UChar* s, int one_len) in unravel_cf_look_behind_add()
5226 UChar* s, UChar* end, in set_sunday_quick_search_or_bmh_skip_table()
5325 UChar s[OPT_EXACT_MAXLEN]; member
6415 const UChar *s, const UChar *end) in print_enc_string()
6615 UChar* s; in onig_ext_set_pattern() local
[all …]
/PHP-7.3/main/
H A Dphp_variables.c365 php_stream *s = SG(request_info).request_body; in SAPI_POST_HANDLER_FUNC() local
538 const char *s; in valid_environment_name() local
608 PHPAPI void php_build_argv(char *s, zval *track_vars_array) in php_build_argv()
H A Dnetwork.c188 int s; in php_network_getaddresses() local
/PHP-7.3/ext/openssl/
H A Dopenssl.c1804 zend_string * s = NULL; in PHP_FUNCTION() local
1973 char *spkstr = NULL, * spkstr_cleaned = NULL, * s = NULL; in PHP_FUNCTION() local
/PHP-7.3/ext/pdo/
H A Dpdo_stmt.c208 char *s = ZSTR_VAL(stmt->columns[col].name); in pdo_stmt_describe_columns() local
/PHP-7.3/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h156 #define pdo_mysql_error(s) _pdo_mysql_error(s, NULL, __FILE__, __LINE__) argument
157 #define pdo_mysql_error_stmt(s) _pdo_mysql_error(stmt->dbh, stmt, __FILE__, __LINE__) argument
/PHP-7.3/ext/opcache/
H A DZendAccelerator.c373 #define STRTAB_STR_TO_POS(tab, s) \ argument
377 #define STRTAB_COLLISION(s) \ argument
379 #define STRTAB_STR_SIZE(s) \ argument
381 #define STRTAB_NEXT(s) \ argument
386 zend_string *s, *top; in accel_interned_strings_restore_state() local
426 zend_string *s; in accel_find_interned_string() local
461 zend_string *s; in accel_new_interned_string() local
530 zend_string *s; in accel_find_interned_string_ex() local
/PHP-7.3/ext/pdo_pgsql/
H A Dpgsql_statement.c406 const char *s = zend_is_true(&param->parameter) ? "t" : "f"; in pgsql_stmt_param_hook() local

Completed in 181 milliseconds

12345678910>>...13