Home
last modified time | relevance | path

Searched defs:len (Results 176 – 200 of 271) sorted by relevance

1234567891011

/PHP-5.4/sapi/cli/
H A Dphp_cli_server.c148 struct { void *block; char *p; size_t len; } heap; member
149 struct { const char *p; size_t len; } immortal; member
427 size_t len = strlen(pair->ext); in get_mime_type() local
916 static php_cli_server_chunk *php_cli_server_chunk_immortal_new(const char *buf, size_t len) /* {{{ … in php_cli_server_chunk_immortal_new()
930 static php_cli_server_chunk *php_cli_server_chunk_heap_new(char *block, char *buf, size_t len) /* {… in php_cli_server_chunk_heap_new()
945 static php_cli_server_chunk *php_cli_server_chunk_heap_new_self_contained(size_t len) /* {{{ */ in php_cli_server_chunk_heap_new_self_contained()
/PHP-5.4/ext/session/
H A Dmod_files.c77 size_t len; in ps_files_valid_key() local
/PHP-5.4/ext/standard/
H A Dvar.c550 register int len; in php_add_var_hash() local
593 static inline void php_var_serialize_string(smart_str *buf, char *str, int len) /* {{{ */ in php_var_serialize_string()
H A Ddns_win32.c226 int len = strlen(data_txt->pStringArray[i]); in php_parserr() local
H A Diptc.c299 int inx = 0, len; in PHP_FUNCTION() local
H A Dmd5.c32 PHPAPI void make_digest_ex(char *md5str, const unsigned char *digest, int len) /* {{{ */ in make_digest_ex()
H A Duser_filters.c291 int len; in user_filter_factory_create() local
/PHP-5.4/sapi/tux/
H A Dphp_tux.c107 size_t len; in sapi_tux_send_headers() local
/PHP-5.4/ext/hash/
H A Dhash_gost.c250 PHP_HASH_API void PHP_GOSTUpdate(PHP_GOST_CTX *context, const unsigned char *input, size_t len) in PHP_GOSTUpdate()
/PHP-5.4/ext/zip/
H A Dphp_zip.c144 int n, len, ret; in php_zip_extract_file() local
825 int len = 0; in php_zip_property_reader() local
1359 long len = 0; in PHP_NAMED_FUNCTION() local
1581 int zep, syp, len; in ZIPARCHIVE_METHOD() local
2513 long len = 0; in php_zip_get_from() local
/PHP-5.4/ext/odbc/
H A Dphp_odbc.c1065 SDWORD len; in odbc_column_lengths() local
1067 SQLLEN len; in odbc_column_lengths() local
1480 SQLSMALLINT len; in PHP_FUNCTION() local
2615 SQLSMALLINT len; in odbc_do_connect() local
2986 int len; in php_odbc_lasterror() local
/PHP-5.4/ext/readline/
H A Dreadline.c458 int len; in _readline_string_zval() local
/PHP-5.4/ext/pgsql/
H A Dphp_pgsql.h277 size_t len; member
/PHP-5.4/main/
H A Dnetwork.c318 socklen_t len; local
642 int len = strlen(ua->sun_path + 1) + 1; local
/PHP-5.4/ext/xml/
H A Dcompat.c352 _build_entity(const xmlChar *name, int len, xmlChar **entity, int *entity_len) in _build_entity()
390 int len; in _get_entity() local
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_get.c476 int len = ovector[i+1] - ovector[i]; in pcre_get_substring_list() local
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_auth.c318 php_mysqlnd_crypt(zend_uchar *buffer, const zend_uchar *s1, const zend_uchar *s2, size_t len) in php_mysqlnd_crypt()
H A Dmysqlnd_priv.h105 #define SET_NEW_MESSAGE(buf, buf_len, message, len, persistent) \ argument
/PHP-5.4/ext/gd/libgd/
H A Dgd_io_dp.c227 static int dynamicGetbuf (gdIOCtxPtr ctx, void *buf, int len) in dynamicGetbuf()
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregparse.c229 int len = end - src; in k_strcpy() local
669 int i, len; in name_find() local
1396 int len = NSTRING(node).end - NSTRING(node).s; in onig_node_str_cat() local
1541 int i, len; in node_str_head_pad() local
2614 int r, len; in fetch_name() local
3749 short int len; member
3847 int len; in property_name_to_ctype() local
4064 int r, neg, len, fetched, and_start; in parse_char_class() local
4789 int r, len, group = 0; in parse_exp() local
/PHP-5.4/ext/pdo_mysql/
H A Dmysql_statement.c705 static int pdo_mysql_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int …
/PHP-5.4/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h160 SQLINTEGER len; member
/PHP-5.4/ext/ftp/
H A Dftp.c1233 my_send(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_send()
1278 my_recv(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_recv()
/PHP-5.4/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-5.4/Zend/
H A Dzend_constants.c270 int len, clen; in zend_get_special_constant() local

Completed in 128 milliseconds

1234567891011