Home
last modified time | relevance | path

Searched defs:str_len (Results 26 – 40 of 40) sorted by relevance

12

/php-src/main/streams/
H A Dxp_socket.c613 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-src/ext/standard/
H A Dpassword.c49 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 Dstring.c1562 size_t str_len; local
3195 const char *needle, size_t needle_len, const char *str, size_t str_len, zend_long *replace_count)
3265 zend_string *needle, const char *str, size_t str_len, zend_long *replace_count)
3355 …r *haystack, size_t length, const char *needle, size_t needle_len, const char *str, size_t str_len)
4611 size_t str_len; local
5832 size_t str_len, format_len; local
H A Dproc_open.c595 size_t str_len = strlen(str); in stricmp_end() local
H A Dstreamsfuncs.c1358 size_t str_len = 0; in PHP_FUNCTION() local
/php-src/main/
H A Dphp_variables.c42 PHPAPI void php_register_variable_safe(const char *var, const char *strval, size_t str_len, zval *t… in php_register_variable_safe()
H A Dfastcgi.c306 static inline char* fcgi_hash_strndup(fcgi_hash *h, char *str, unsigned int str_len) in fcgi_hash_strndup()
/php-src/ext/mbstring/
H A Dmbstring.c520 static int _php_mb_match_regex(void *opaque, const char *str, size_t str_len) in _php_mb_match_regex()
2653 size_t str_len = mb_get_strlen(str, enc); in PHP_FUNCTION() local
2889 static zend_string *mbstring_convert_case(php_case_mode case_mode, const char *str, size_t str_len,… in mbstring_convert_case()
4265 static int _php_mbstr_parse_mail_headers(HashTable *ht, const char *str, size_t str_len) in _php_mbstr_parse_mail_headers()
5624 static inline zend_long php_mb_ord(const char *str, size_t str_len, zend_string *enc_name, in php_mb_ord()
5660 size_t str_len; in PHP_FUNCTION() local
/php-src/Zend/
H A Dzend_operators.c189 static zend_long ZEND_FASTCALL zend_atol_internal(const char *str, size_t str_len) /* {{{ */ in zend_atol_internal()
221 ZEND_API zend_long ZEND_FASTCALL zend_atol(const char *str, size_t str_len) in zend_atol()
226 ZEND_API int ZEND_FASTCALL zend_atoi(const char *str, size_t str_len) in zend_atoi()
/php-src/ext/ffi/
H A Dffi.c7716 void zend_ffi_val_number(zend_ffi_val *val, int base, const char *str, size_t str_len) /* {{{ */
7762 void zend_ffi_val_float_number(zend_ffi_val *val, const char *str, size_t str_len) /* {{{ */
7775 void zend_ffi_val_string(zend_ffi_val *val, const char *str, size_t str_len) /* {{{ */
7787 void zend_ffi_val_character(zend_ffi_val *val, const char *str, size_t str_len) /* {{{ */
/php-src/ext/sockets/
H A Dsockets.c824 size_t str_len; local
/php-src/ext/spl/
H A Dspl_directory.c2614 size_t str_len; in PHP_METHOD() local
/php-src/sapi/cli/
H A Dphp_cli_server.c1879 …erver_client_send_through(php_cli_server_client *client, const char *str, size_t str_len) /* {{{ */ in php_cli_server_client_send_through()
/php-src/ext/ldap/
H A Dldap.c2496 static size_t _ldap_str_equal_to_const(const char *str, size_t str_len, const char *cstr) in _ldap_str_equal_to_const()
/php-src/ext/gd/
H A Dgd.c3062 size_t str_len, fontname_len; in php_imagettftext_common() local

Completed in 238 milliseconds

12