Home
last modified time | relevance | path

Searched defs:len (Results 226 – 250 of 317) sorted by relevance

12345678910>>...13

/PHP-7.0/ext/sockets/
H A Dconversions.c957 size_t len, in to_zval_read_cmsg_data() local
1078 size_t len; in from_zval_write_iov_array_aux() local
1115 uint32_t len; in from_zval_write_controllen() local
1207 size_t len = MIN(msghdr->msg_iov[i].iov_len, (size_t)bytes_left); in to_zval_read_iov() local
/PHP-7.0/ext/spl/
H A Dspl_directory.c172 PHPAPI char* spl_filesystem_object_get_path(spl_filesystem_object *intern, size_t *len) /* {{{ */ in spl_filesystem_object_get_path()
377 void spl_filesystem_info_set_filename(spl_filesystem_object *intern, char *path, size_t len, size_t… in spl_filesystem_info_set_filename()
560 static char *spl_filesystem_object_get_pathname(spl_filesystem_object *intern, size_t *len) { /* {{… in spl_filesystem_object_get_pathname()
679 size_t parsed, len; in spl_filesystem_object_construct() local
1110 size_t len; in SPL_METHOD() local
/PHP-7.0/main/
H A Dspprintf.c132 #define INS_STRING(xbuf, str, len, is_char) do { \ argument
H A Dfopen_wrappers.c548 size_t len = strlen(ptr); local
/PHP-7.0/ext/pdo_mysql/
H A Dmysql_statement.c725 static int pdo_mysql_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, size_t *len, int *caller…
H A Dmysql_driver.c289 static char *pdo_mysql_last_insert_id(pdo_dbh_t *dbh, const char *name, size_t *len) in pdo_mysql_last_insert_id()
/PHP-7.0/ext/pdo_pgsql/
H A Dpgsql_statement.c525 static int pgsql_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, zend_ulong *len, int *caller… in pgsql_stmt_get_col()
/PHP-7.0/ext/standard/
H A Duser_filters.c271 size_t len; in user_filter_factory_create() local
/PHP-7.0/ext/opcache/Optimizer/
H A Dzend_optimizer.c120 int zend_optimizer_is_disabled_func(const char *name, size_t len) { in zend_optimizer_is_disabled_func()
/PHP-7.0/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h160 SQLLEN len; member
/PHP-7.0/ext/odbc/
H A Dphp_odbc.c1096 SDWORD len; in odbc_column_lengths() local
1098 SQLLEN len; in odbc_column_lengths() local
1510 SQLSMALLINT len; in PHP_FUNCTION() local
2664 SQLSMALLINT len; in odbc_do_connect() local
/PHP-7.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c813 int len, n, m, k; in mbfl_strlen() local
937 int len, n, m, k; in mbfl_oddlen() local
1308 int n, m, k, len, start, end; in mbfl_substr() local
1780 int len, n; in mbfl_strwidth() local
/PHP-7.0/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp415 int32_t len = u_sprintf(temp, "%u", (uint32_t)num_index); in umsg_format_helper() local
/PHP-7.0/ext/session/
H A Dsession.c452 size_t len; in php_session_valid_key() local
H A Dmod_mm.c73 static inline php_uint32 ps_sd_hash(const char *data, int len) in ps_sd_hash()
/PHP-7.0/ext/phar/
H A Dutil.c1381 size_t len = 0; in phar_hex_str() local
1485 int read_size, len; in phar_verify_signature() local
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c236 int len; /* Length of verb name */ member
3970 check_posix_name(const pcre_uchar *ptr, int len) in check_posix_name()
5972 int len = (int)(code - previous); in compile_branch() local
6377 int len; in compile_branch() local
/PHP-7.0/ext/bz2/
H A Dbz2.c371 zend_long len = 1024; in PHP_FUNCTION() local
/PHP-7.0/ext/com_dotnet/
H A Dcom_typeinfo.c167 size_t len; in php_com_import_typelib() local
/PHP-7.0/sapi/apache2handler/
H A Dsapi_apache2.c183 apr_size_t len, tlen=0; in php_apache_sapi_read_post() local
/PHP-7.0/win32/
H A Dsendmail.c875 int len = (int)strlen(msg); in Post() local
/PHP-7.0/main/streams/
H A Dstreams.c795 size_t len; in _php_stream_puts() local
1423 size_t len = 0, max_len; in _php_stream_copy_to_mem() local
1604 size_t len; in _php_stream_copy_to_stream() local
/PHP-7.0/Zend/
H A Dzend_builtin_functions.c598 zend_long len; in ZEND_FUNCTION() local
632 zend_long len; in ZEND_FUNCTION() local
1267 size_t len = ZSTR_LEN(mptr->common.function_name); in ZEND_FUNCTION() local
H A Dzend.c265 size_t len = ZSTR_LEN(str); in zend_print_zval_ex() local
1056 int len; in zend_error() local
/PHP-7.0/ext/ftp/
H A Dftp.c1265 my_send(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_send()
1359 my_recv(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_recv()

Completed in 163 milliseconds

12345678910>>...13