Home
last modified time | relevance | path

Searched defs:str_len (Results 1 – 25 of 48) sorted by last modified time

12

/PHP-7.2/ext/standard/
H A Durl.c361 size_t str_len; in PHP_FUNCTION() local
H A Dstring.c1641 size_t str_len; local
2760 size_t str_len; local
3184 char *needle, size_t needle_len, char *str, size_t str_len, zend_long *replace_count)
3265 zend_string *needle, char *str, size_t str_len, zend_long *replace_count)
3358 …r_to_str(char *haystack, size_t length, char *needle, size_t needle_len, char *str, size_t str_len)
4179 size_t str_len; local
5437 size_t str_len, format_len; local
H A Dsoundex.c32 size_t i, _small, str_len, code, last; in PHP_FUNCTION() local
H A Dstreamsfuncs.c1299 size_t str_len = 0; in PHP_FUNCTION() local
H A Dpassword.c105 static int php_password_salt_to64(const char *str, const size_t str_len, const size_t out_len, char… in php_password_salt_to64()
H A Diptc.c324 size_t str_len; in PHP_FUNCTION() local
H A Dmail.c79 size_t j, str_len; in PHP_FUNCTION() local
H A Dhtml.c104 size_t str_len, in get_next_char()
365 size_t str_len, in php_next_utf8_char()
H A Ddir.c295 size_t str_len; in PHP_FUNCTION() local
327 size_t str_len; in PHP_FUNCTION() local
H A Dbasic_functions.c4048 size_t str_len; in PHP_FUNCTION() local
6057 size_t str_len = 0; local
H A Dcrypt.c245 size_t str_len, salt_in_len = 0; in PHP_FUNCTION() local
H A Dbase64.c207 size_t str_len; in PHP_FUNCTION() local
229 size_t str_len; in PHP_FUNCTION() local
/PHP-7.2/main/
H A Dphp_variables.c46 PHPAPI void php_register_variable_safe(char *var, char *strval, size_t str_len, zval *track_vars_ar… in php_register_variable_safe()
H A Dphp_output.h159 #define PHPWRITE(str, str_len) php_output_write((str), (str_len)) argument
160 #define PHPWRITE_H(str, str_len) php_output_write_unbuffered((str), (str_len)) argument
H A Doutput.c90 static size_t php_output_stdout(const char *str, size_t str_len) in php_output_stdout()
95 static size_t php_output_stderr(const char *str, size_t str_len) in php_output_stderr()
H A Dfastcgi.c312 static inline char* fcgi_hash_strndup(fcgi_hash *h, char *str, unsigned int str_len) in fcgi_hash_strndup()
/PHP-7.2/ext/spl/
H A Dspl_directory.c2903 size_t str_len; in SPL_METHOD() local
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c1760 …erver_client_send_through(php_cli_server_client *client, const char *str, size_t str_len) /* {{{ */ in php_cli_server_client_send_through()
/PHP-7.2/main/streams/
H A Dxp_socket.c568 static inline char *parse_ip_address_ex(const char *str, size_t str_len, int *portno, int get_err, … in parse_ip_address_ex()
/PHP-7.2/ext/xsl/
H A Dxsltprocessor.c113 int str_len; in php_xsl_xslt_string_to_xpathexpr() local
/PHP-7.2/ext/sockets/
H A Dsockets.c1172 size_t str_len; local
/PHP-7.2/ext/recode/
H A Drecode.c149 size_t req_len, str_len; in PHP_FUNCTION() local
/PHP-7.2/ext/pgsql/
H A Dpgsql.c3571 size_t str_len, nbytes; local
5766 static int php_pgsql_convert_match(const char *str, size_t str_len, const char *regex , int icase)
/PHP-7.2/ext/pdo/
H A Dpdo_dbh.c1140 size_t str_len; in PHP_METHOD() local
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregcomp.c315 select_str_opcode(int mb_len, int str_len, int ignore_case) in select_str_opcode()
419 add_compile_string_length(UChar* s ARG_UNUSED, int mb_len, int str_len, in add_compile_string_length()
436 add_compile_string(UChar* s, int mb_len, int str_len, in add_compile_string()

Completed in 127 milliseconds

12