Home
last modified time | relevance | path

Searched defs:len (Results 1 – 25 of 328) sorted by last modified time

12345678910>>...14

/php-src/ext/libxml/
H A Dlibxml.c470 static int php_libxml_streams_IO_read(void *context, char *buffer, int len) in php_libxml_streams_IO_read()
475 static int php_libxml_streams_IO_write(void *context, const char *buffer, int len) in php_libxml_streams_IO_write()
644 size_t len = vspprintf(&buf, 0, msg, ap); in php_libxml_internal_error_handler_ex() local
/php-src/ext/dom/
H A Dphp_dom.c1365 int len = local_len > INT_MAX ? -1 : (int) local_len; in dom_namednode_iter() local
1381 int len = ns_len > INT_MAX ? -1 : (int) ns_len; in dom_namednode_iter() local
H A Dnode.c741 size_t len; in dom_node_text_content_write() local
/php-src/main/
H A DSAPI.c301 static inline char *get_default_content_type(uint32_t prefix_len, uint32_t *len) in get_default_content_type()
341 uint32_t len; in sapi_get_default_content_type() local
349 uint32_t len; in sapi_get_default_content_type_header() local
367 SAPI_API size_t sapi_apply_default_charset(char **mimetype, size_t len) in sapi_apply_default_charset()
599 static void sapi_remove_header(zend_llist *l, char *name, size_t len) { in sapi_remove_header()
777 size_t len = header_line_len - (ptr - header_line), newlen; in sapi_header_op() local
855 uint32_t len = 0; in sapi_send_headers() local
H A Dfastcgi.c485 socklen_t len = sizeof(sa); in fcgi_init() local
986 static inline int fcgi_make_header(fcgi_header *hdr, fcgi_request_type type, int req_id, int len) in fcgi_make_header()
1039 int len, padding; in fcgi_read_request() local
1204 int fcgi_read(fcgi_request *req, char *str, int len) in fcgi_read()
1394 socklen_t len = sizeof(sa); local
1503 int len = (int)(req->out_pos - ((unsigned char*)req->out_hdr + sizeof(fcgi_header))); local
1512 int len; local
1540 int fcgi_write(fcgi_request *req, fcgi_request_type type, const char *str, int len)
/php-src/ext/standard/
H A Dbrowscap.c131 size_t i, len = ZSTR_LEN(pattern); in browscap_compute_regex_len() local
543 size_t len = entry->prefix_len; in browscap_get_minimum_length() local
/php-src/ext/hash/
H A Dhash.c1182 int len; in mhash_init() local
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c11059 size_t len; local
11100 size_t len; local
/php-src/ext/ffi/
H A Dffi.c1488 static bool zend_ffi_ctype_name_prepend(zend_ffi_ctype_name_buf *buf, const char *str, size_t len) … in zend_ffi_ctype_name_prepend()
1499 static bool zend_ffi_ctype_name_append(zend_ffi_ctype_name_buf *buf, const char *str, size_t len) /… in zend_ffi_ctype_name_append()
4634 size_t len = buf.end - buf.start; in ZEND_METHOD() local
6342 void zend_ffi_make_array_type(zend_ffi_dcl *dcl, zend_ffi_val *len) /* {{{ */
6791 size_t len; member
6874 size_t len; member
6920 size_t len = val->len; local
/php-src/ext/xml/
H A Dxml.c290 static void _xml_xmlchar_zval(const XML_Char *s, int len, const XML_Char *encoding, zval *ret) in _xml_xmlchar_zval()
494 static zend_string *xml_utf8_decode(const XML_Char *s, size_t len, const XML_Char *encoding) in xml_utf8_decode()
538 int len = 0; in _xml_xmlcharlen() local
728 void _xml_characterDataHandler(void *userData, const XML_Char *s, int len) in _xml_characterDataHandler()
843 void _xml_defaultHandler(void *userData, const XML_Char *s, int len) in _xml_defaultHandler()
/php-src/ext/curl/
H A Dinterface.c106 … zend_result php_curl_option_str(php_curl *ch, zend_long option, const char *str, const size_t len) in php_curl_option_str()
1073 int len; in create_certinfo() local
/php-src/sapi/cgi/
H A Dcgi_main.c381 int len; in sapi_cgi_send_headers() local
599 size_t len; in _sapi_cgi_putenv() local
761 int ret, len = (int)strlen(message); in sapi_cgi_log_message() local
1262 size_t len = script_path_translated_len; local
1662 size_t len = 0; local
1718 size_t len; local
/php-src/ext/odbc/
H A Dphp_odbc.c835 SDWORD len; in odbc_column_lengths() local
837 SQLLEN len; in odbc_column_lengths() local
1191 SQLSMALLINT len; in PHP_FUNCTION() local
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c1326 PHPDBG_API int phpdbg_watchpoint_parse_input(char *input, size_t len, HashTable *parent, size_t i, …
1359 static int phpdbg_watchpoint_parse_symtables(char *input, size_t len, int (*callback)(zval *, phpdb…
1405 int phpdbg_create_var_watchpoint(char *input, size_t len) {
/php-src/ext/reflection/
H A Dphp_reflection.c6282 size_t len = 0; in ZEND_METHOD() local
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c515 unsigned int zend_adler32(unsigned int checksum, unsigned char *buf, uint32_t len) in zend_adler32()
/php-src/Zend/
H A Dzend_compile.c192 size_t len; member
1062 size_t len = compound - ZSTR_VAL(name); in zend_resolve_non_class_name() local
1126 size_t len = compound - ZSTR_VAL(name); in zend_resolve_class_name() local
1341 size_t len = strlen(ZSTR_VAL(name)); in resolve_class_name() local
1914 ZEND_API bool zend_is_auto_global_str(const char *name, size_t len) /* {{{ */ { in zend_is_auto_global_str()
2070 size_t len = left_len + ZSTR_LEN(right) + 1; /* left\right */ in zend_ast_append_str() local
2115 ZEND_API size_t zend_dirname(char *path, size_t len) in zend_dirname()
3643 size_t len = strlen(arg_info->name); in zend_get_arg_num() local
H A Dzend_API.h1318 #define _ZEND_TRY_ASSIGN_STRINGL(zv, string, len, is_ref) do { \ argument
1332 #define ZEND_TRY_ASSIGN_STRINGL(zv, string, len) \ argument
1335 #define ZEND_TRY_ASSIGN_REF_STRINGL(zv, string, len) do { \ argument
H A Dzend_builtin_functions.c331 zend_long len; in ZEND_FUNCTION() local
366 zend_long len; in ZEND_FUNCTION() local
H A Dzend_API.c4612 …lt zend_try_assign_typed_ref_stringl(zend_reference *ref, const char *string, size_t len) /* {{{ */ in zend_try_assign_typed_ref_stringl()
5205 static zend_string *try_parse_string(const char *str, size_t len, char quote) { in try_parse_string()
/php-src/ext/openssl/
H A Dopenssl.c2946 size_t len; in php_openssl_csr_make() local
3546 int len; member
3854 int len = BN_num_bytes(bn); in php_openssl_add_bn_to_array() local
4950 size_t len; in php_openssl_get_utf8_param() local
7289 size_t len = strlen(name); in php_openssl_add_cipher_name() local
7340 size_t len = EC_get_builtin_curves(NULL, 0); in PHP_FUNCTION() local
/php-src/ext/pgsql/
H A Dpgsql.c381 static bool _php_pgsql_identifier_is_escaped(const char *identifier, size_t len) /* {{{ */ in _php_pgsql_identifier_is_escaped()
423 static void php_libpq_version(char *buf, size_t len) in php_libpq_version()
912 size_t len; in PHP_FUNCTION() local
2564 size_t len; in PHP_FUNCTION() local
3624 size_t len; in PHP_FUNCTION() local
5255 size_t len = dot ? dot - ZSTR_VAL(table) : ZSTR_LEN(table); in build_tablename() local
/php-src/ext/opcache/jit/ir/
H A Dir_private.h341 IR_ALWAYS_INLINE void ir_bitset_clear(ir_bitset set, uint32_t len) in ir_bitset_clear()
346 IR_ALWAYS_INLINE void ir_bitset_fill(ir_bitset set, uint32_t len) in ir_bitset_fill()
351 IR_ALWAYS_INLINE bool ir_bitset_empty(const ir_bitset set, uint32_t len) in ir_bitset_empty()
411 IR_ALWAYS_INLINE int ir_bitset_first(const ir_bitset set, uint32_t len) in ir_bitset_first()
423 IR_ALWAYS_INLINE int ir_bitset_last(const ir_bitset set, uint32_t len) in ir_bitset_last()
442 IR_ALWAYS_INLINE int ir_bitset_pop_first(ir_bitset set, uint32_t len) in ir_bitset_pop_first()
458 #define IR_BITSET_FOREACH(set, len, bit) do { \ argument
467 #define IR_BITSET_FOREACH_DIFFERENCE(set1, set2, len, bit) do { \ argument
485 uint32_t len; member
573 uint32_t len; member
[all …]
H A Dir_cfg.c72 uint32_t len = ir_bitset_len(ctx->insns_count); in ir_build_cfg() local
H A Dir_gcm.c1009 size_t len; in ir_schedule() local
1016 size_t len; in ir_schedule() local
1039 size_t len; in ir_schedule() local
1048 size_t len; in ir_schedule() local
1123 size_t len; in ir_schedule() local

Completed in 330 milliseconds

12345678910>>...14