Searched defs:delim (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/dom/lexbor/lexbor/css/syntax/ |
H A D | state.c | 223 lxb_css_syntax_token_t *delim; in lxb_css_syntax_list_append_delim() local 669 lxb_css_syntax_token_t *delim; in lxb_css_syntax_state_hash() local 804 lxb_css_syntax_token_t *delim; in lxb_css_syntax_state_plus_process() local 910 lxb_css_syntax_token_t *delim; in lxb_css_syntax_state_minus_process() local
|
H A D | token.h | 178 lxb_css_syntax_token_delim_t delim; member
|
/php-src/main/ |
H A D | reentrancy.c | 263 php_strtok_r(char *s, const char *delim, char **last) in php_strtok_r()
|
/php-src/ext/spl/ |
H A D | spl_directory.c | 2314 char *delim = NULL, *enclo = NULL; in PHP_METHOD() local 2354 char *delim = NULL, *enclo = NULL; in PHP_METHOD() local 2397 char *delim = NULL, *enclo = NULL; in PHP_METHOD() local
|
/php-src/main/streams/ |
H A D | streams.c | 1041 const char *delim, /* non-empty! */ in _php_stream_search_delim() 1062 PHPAPI zend_string *php_stream_get_record(php_stream *stream, size_t maxlen, const char *delim, siz… in php_stream_get_record()
|
/php-src/ext/mbstring/ |
H A D | php_mbregex.c | 770 char delim = p[0] == '<' ? '>' : '\''; in mb_regex_substitute() local
|
/php-src/ext/standard/ |
H A D | string.c | 845 PHPAPI void php_explode(const zend_string *delim, zend_string *str, zval *return_value, zend_long l… in php_explode() 877 PHPAPI void php_explode_negative_limit(const zend_string *delim, zend_string *str, zval *return_val… in php_explode_negative_limit() 920 zend_string *str, *delim; in PHP_FUNCTION() local
|
/php-src/ext/pcre/ |
H A D | php_pcre.c | 2752 zend_string *delim = NULL; /* Additional delimiter argument */ in PHP_FUNCTION() local
|
Completed in 60 milliseconds