Home
last modified time | relevance | path

Searched defs:len (Results 251 – 275 of 280) sorted by relevance

1...<<1112

/PHP-5.5/ext/reflection/
H A Dphp_reflection.c117 int len; member
131 int len; in string_printf() local
151 static string *string_write(string *str, char *buf, int len) in string_write()
610 uint len = strlen(mptr->common.function_name); in _class_string() local
3734 uint len = strlen(mptr->common.function_name); in _addmethod() local
5449 int len; in ZEND_METHOD() local
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c586 int len = 0; in strip_nop() local
/PHP-5.5/ext/phar/
H A Dphar_object.c2881 long len = -1; in PHP_METHOD() local
3902 size_t len; in PHP_METHOD() local
4115 int len; in phar_extract_file() local
H A Dfunc_interceptors.c101 int len; in PHAR_FUNC() local
/PHP-5.5/ext/dom/
H A Delement.c284 int len; in dom_get_dom1_attribute() local
/PHP-5.5/ext/soap/
H A Dsoap.c906 int len; in PHP_METHOD() local
4533 int len = strlen(function_name); local
4776 int len; local
/PHP-5.5/ext/wddx/
H A Dwddx.c1057 static void php_wddx_process_data(void *user_data, const XML_Char *s, int len) in php_wddx_process_data()
/PHP-5.5/ext/gd/libgd/
H A Dgdft.c787 int len, i = 0, ch; local
/PHP-5.5/ext/hash/
H A Dhash.c786 int len; in mhash_init() local
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c66 int len; in _pdo_pgsql_escape_credentials() local
/PHP-5.5/ext/standard/
H A Dimage.c204 unsigned long len=64, szlength; in php_handle_swc() local
H A Dbasic_functions.c4255 int argc = 0, options_len = 0, len, o; local
H A Dfilters.c1955 static int php_dechunk(char *buf, int len, php_chunked_filter_data *data) in php_dechunk()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps.c754 unsigned long len = Z_STRLEN_P(current_row[i]); in mysqlnd_stmt_fetch_row_buffered() local
/PHP-5.5/Zend/
H A Dzend_API.c3582 int len = strlen(value); in zend_declare_property_string() local
3984 ZEND_API const char* zend_find_alias_name(zend_class_entry *ce, const char *name, zend_uint len) /*… in zend_find_alias_name()
4022 uint len; in zend_resolve_method_name() local
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c532 static inline void add_offset_pair(zval *result, char *str, int len, int offset, char *name) in add_offset_pair()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfile.h379 size_t len; member
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c688 static int php_xmlwriter_streams_IO_write(void *context, const char *buffer, int len) in php_xmlwriter_streams_IO_write()
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c2478 int len; local
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_64.c349 static sljit_ins logical_imm(sljit_sw imm, sljit_si len) in logical_imm()
H A DsljitNativeX86_common.c455 sljit_ub len; in sljit_generate_code() local
/PHP-5.5/ext/openssl/
H A Dopenssl.c2262 int len; in php_openssl_make_REQ() local
5105 int len; in PHP_FUNCTION() local
/PHP-5.5/main/
H A Dphp_streams.h442 #define php_stream_copy_to_stream_ex(src, dest, maxlen, len) _php_stream_copy_to_stream_ex((src), (… argument
/PHP-5.5/ext/date/
H A Dphp_date.c44 # define DATE_I64A(i, s, len) _i64toa_s(i, s, len, 10) argument
48 # define DATE_I64A(i, s, len) \ argument
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h570 #define GET_LENGTH_INC(len,p) PLATFORM_GET_INC(len, p, LengthType) argument

Completed in 197 milliseconds

1...<<1112