Lines Matching defs:str

160 	register unsigned char *str = (unsigned char *)safe_emalloc(target_length, sizeof(char), 1);  in php_hex2bin()  local
838 char *str; in php_do_trim() local
1015 PHPAPI void php_explode(zval *delim, zval *str, zval *return_value, long limit) in php_explode()
1041 PHPAPI void php_explode_negative_limit(zval *delim, zval *str, zval *return_value, long limit) in php_explode_negative_limit()
1088 char *str, *delim; in PHP_FUNCTION() local
1264 char *str, *tok = NULL; in PHP_FUNCTION() local
1399 char *str; in PHP_FUNCTION() local
1527 char *str; local
2191 char *str; local
2236 char *str; local
2301 zval **str; local
2600 char *str, *old; local
2648 char *str; local
2683 static void php_ucfirst(char *str)
2695 char *str; local
2713 static void php_lcfirst(char *str)
2725 char *str; local
2745 char *str, *delims = " \t\r\n\f\v"; local
2774 PHPAPI char *php_strtr(char *str, int len, char *str_from, char *str_to, int trlen)
2838 static inline HASH php_strtr_hash(const char *str, int len)
3153 static void php_strtr_array(zval *return_value, char *str, int slen, HashTable *pats)
3186 char *str, *to = NULL; local
3225 char *str; local
3333 PHPAPI void php_stripslashes(char *str, int *len TSRMLS_DC)
3377 char *str, *what; local
3401 char *str; local
3423 char *str; local
3439 char *str; local
3472 PHPAPI void php_stripcslashes(char *str, int *len)
3535 PHPAPI char *php_addcslashes(const char *str, int length, int *new_length, int should_free, char *w…
3588 PHPAPI char *php_addslashes(char *str, int length, int *new_length, int should_free TSRMLS_DC)
3645 PHPAPI int php_char_to_str_ex(char *str, uint len, char from, char *to, int to_len, zval *result, i…
3715 PHPAPI int php_char_to_str(char *str, uint len, char from, char *to, int to_len, zval *result)
3724 …char *needle, int needle_len, char *str, int str_len, int *_new_length, int case_sensitivity, int …
3896 char *needle, int needle_len, char *str, int str_len, int *_new_length)
4105 char *str; local
4292 char *tmp, *str; local
4372 char *str; local
4909 char *str, delim = ',', enc = '"', esc = '\\'; local
5364 char *str, *format; local
5404 static void php_string_shuffle(char *str, long len TSRMLS_DC) /* {{{ */
5461 char *buf, *str, *char_list = NULL, *p, *e, *s, ch[256]; local
5541 char *format, *str, *p, *e; local
5580 char *str; local