Home
last modified time | relevance | path

Searched defs:length (Results 101 – 125 of 156) sorted by relevance

1234567

/php-src/Zend/
H A Dzend_operators.h148 static zend_always_inline uint8_t is_numeric_string_ex(const char *str, size_t length, zend_long *l… in is_numeric_string_ex()
157 static zend_always_inline uint8_t is_numeric_string(const char *str, size_t length, zend_long *lval… in is_numeric_string()
H A Dzend_alloc.h165 #define estrndup(s, length) _estrndup((s), (length) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC) argument
179 #define estrndup_rel(s, length) _estrndup((s), (length) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_… argument
207 #define pestrndup(s, length, persistent) ((persistent)?zend_strndup((s),(length)):estrndup((s),(len… argument
/php-src/ext/pgsql/
H A Dpgsql.stub.php744 function pg_lo_read(PgSql\Lob $lob, int $length = 8192): string|false {}
750 function pg_loread(PgSql\Lob $lob, int $length = 8192): string|false {}
752 function pg_lo_write(PgSql\Lob $lob, string $data, ?int $length = null): int|false {}
758 function pg_lowrite(PgSql\Lob $lob, string $data, ?int $length = null): int|false {}
/php-src/ext/dom/lexbor/lexbor/css/
H A Dparser.h328 lxb_css_parser_buffer(lxb_css_parser_t *parser, size_t *length) in lxb_css_parser_buffer()
339 const lxb_char_t *data, size_t length) in lxb_css_parser_buffer_set()
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtoken.h110 size_t length; member
129 size_t length; member
/php-src/ext/dom/
H A Dphp_dom.stub.php507 public int $length; variable in DOMNodeList
523 public int $length; variable in DOMCharacterData
917 public int $length; variable in DOMNamedNodeMap
1216 public int $length; variable in Dom\\NodeList
1231 public int $length; variable in Dom\\NamedNodeMap
1250 public int $length; variable in Dom\\DtdNamedNodeMap
1269 public int $length; variable in Dom\\HTMLCollection
1401 public int $length; variable in Dom\\CharacterData
/php-src/ext/standard/
H A Diptc.c120 unsigned int length; in php_iptc_skip_variable() local
H A Dhtml.c706 static inline int process_named_entity_html(const char **buf, const char **start, size_t *length) in process_named_entity_html()
735 static int resolve_named_entity_html(const char *start, size_t length, const entity_ht *ht, unsigne… in resolve_named_entity_html()
H A Dpassword.c77 static zend_string* php_password_make_salt(size_t length) /* {{{ */ in php_password_make_salt()
/php-src/main/streams/
H A Dfilter.c128 …et_split(php_stream_bucket *in, php_stream_bucket **left, php_stream_bucket **right, size_t length) in php_stream_bucket_split()
/php-src/ext/date/lib/
H A Dtimelib.c280 int timelib_strncasecmp(const char *s1, const char *s2, size_t length) in timelib_strncasecmp()
/php-src/ext/pdo_mysql/
H A Dmysql_statement.c696 size_t length = S->out_length[colno]; in pdo_mysql_stmt_get_col() local
H A Dmysql_driver.c303 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp125 int32_t length; in snext() local
135 int32_t length = -1; in next() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c107 int length = -1; in find_minlength() local
H A Dpcre2_match.c365 PCRE2_SIZE length; in match_ref() local
613 PCRE2_SIZE length; /* Used for various length calculations */ in match() local
6530 pcre2_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_match()
H A Dpcre2_dfa_match.c674 int length = 1 + LINK_SIZE + in internal_dfa_match() local
3349 pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_dfa_match()
H A Dpcre2_convert.c401 convert_glob_write_str(pcre2_output_context *out, PCRE2_SIZE length) in convert_glob_write_str()
/php-src/main/
H A Dfopen_wrappers.c365 size_t length; local
/php-src/ext/curl/
H A Dinterface.c564 size_t length = size * nmemb; in curl_write() local
763 int length = 0; in curl_read() local
815 size_t length = size * nmemb; in curl_write_header() local
/php-src/ext/phar/
H A Dphar_object.stub.php205 public function setStub($stub, int $length = UNKNOWN): true {}
479 public function setStub($stub, int $length = UNKNOWN): true {}
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtokenizer.h256 size_t length = tkz->pos - tkz->start; in lxb_html_tokenizer_temp_realloc() local
/php-src/ext/intl/converter/
H A Dconverter.c212 const char *codeUnits, int32_t length, in php_converter_to_u_callback()
294 const UChar *codeUnits, int32_t length, UChar32 codePoint, in php_converter_from_u_callback()
/php-src/ext/mbstring/
H A Dmbstring.c768 static zend_result _php_mb_ini_mbstring_http_output_set(const char *new_value, size_t length) { in _php_mb_ini_mbstring_http_output_set()
2698 MBSTRING_API zend_string* php_mb_convert_encoding_ex(const char *input, size_t length, const mbfl_e… in php_mb_convert_encoding_ex()
2706 MBSTRING_API zend_string* php_mb_convert_encoding(const char *input, size_t length, const mbfl_enco… in php_mb_convert_encoding()
3229 static size_t init_candidate_array(struct candidate *array, size_t length, const mbfl_encoding **en… in init_candidate_array()
3265 static void start_string(struct candidate *array, size_t length, const unsigned char *in, size_t in… in start_string()
3293 static size_t count_demerits(struct candidate *array, size_t length, bool strict) in count_demerits()
4844 MBSTRING_API bool php_mb_check_encoding(const char *input, size_t length, const mbfl_encoding *enco… in php_mb_check_encoding()
5088 size_t length = ZSTR_LEN(str); in mb_fast_check_utf8_default() local
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c332 zend_long lstart = 0, length = 0; in PHP_FUNCTION() local

Completed in 128 milliseconds

1234567