Home
last modified time | relevance | path

Searched defs:len (Results 176 – 200 of 280) sorted by path

12345678910>>...12

/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/sockets/
H A Dconversions.c980 size_t len, in to_zval_read_cmsg_data() local
1101 size_t len; in from_zval_write_iov_array_aux() local
1136 uint32_t len; in from_zval_write_controllen() local
1230 size_t len = MIN(msghdr->msg_iov[i].iov_len, (size_t)bytes_left); in to_zval_read_iov() local
H A Dsockets.c1567 long len, flags; local
1615 long len, flags; local
1765 long len, flags, port = 0; local
/PHP-5.5/ext/spl/
H A Dphp_spl.c65 static zend_class_entry * spl_find_ce_by_name(char *name, int len, zend_bool autoload TSRMLS_DC) in spl_find_ce_by_name()
751 uint len; in PHP_FUNCTION() local
H A Dspl_directory.c389 void spl_filesystem_info_set_filename(spl_filesystem_object *intern, char *path, int len, int use_c… in spl_filesystem_info_set_filename()
686 int parsed, len; in spl_filesystem_object_construct() local
1132 int len; in SPL_METHOD() local
1576 int len; in SPL_METHOD() local
H A Dspl_functions.c83 size_t len = pce->name_length; in spl_add_class_name() local
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c17248 size_t len; in sqlite3MemInit() local
/PHP-5.5/ext/standard/
H A Dbasic_functions.c4255 int argc = 0, options_len = 0, len, o; local
H A Dcrc32.c30 int len, nr; in PHP_NAMED_FUNCTION() local
H A Dcrypt_sha256.c47 char * __php_stpncpy(char *dst, const char *src, size_t len) in __php_stpncpy()
56 void * __php_mempcpy(void * dst, const void * src, size_t len) in __php_mempcpy()
112 static void sha256_process_block (const void *buffer, size_t len, struct sha256_ctx *ctx) { in sha256_process_block()
262 static void sha256_process_bytes(const void *buffer, size_t len, struct sha256_ctx *ctx) { in sha256_process_bytes()
H A Dcrypt_sha512.c138 sha512_process_block(const void *buffer, size_t len, struct sha512_ctx *ctx) { in sha512_process_block()
289 sha512_process_bytes(const void *buffer, size_t len, struct sha512_ctx *ctx) { in sha512_process_bytes()
H A Ddns_win32.c226 int len = strlen(data_txt->pStringArray[i]); in php_parserr() local
H A Dfile.c522 long len; in PHP_FUNCTION() local
625 size_t len; in PHP_FUNCTION() local
1005 long len = 1024; in PHP_FUNCTION() local
1085 size_t len = 0; in PHP_FUNCTION() local
1131 size_t len; in PHP_FUNCTION() local
1747 long len; in PHP_FUNCTION() local
1776 static const char *php_fgetcsv_lookup_trailing_spaces(const char *ptr, size_t len, const char delim… in php_fgetcsv_lookup_trailing_spaces()
1957 long len = 0; in PHP_FUNCTION() local
H A Dfilters.c1955 static int php_dechunk(char *buf, int len, php_chunked_filter_data *data) in php_dechunk()
H A Dformatted_print.c76 int alignment, int len, int neg, int expprec, int always_sign) in php_sprintf_appendstring()
389 php_formatted_print(int ht, int *len, int use_array, int format_offset TSRMLS_DC) in php_formatted_print()
688 int len; in PHP_FUNCTION() local
702 int len; in PHP_FUNCTION() local
716 int len, rlen; in PHP_FUNCTION() local
732 int len, rlen; in PHP_FUNCTION() local
750 int len; in PHP_FUNCTION() local
781 int len; in PHP_FUNCTION() local
H A Dhead.c79 int len=sizeof("Set-Cookie: "); in php_setcookie() local
H A Dhtml.c368 int len = 0; in determine_charset() local
1216 size_t cursor, maxlen, len; in php_escape_html_entities_ex() local
H A Dimage.c204 unsigned long len=64, szlength; in php_handle_swc() local
H A Dincomplete_class.c161 PHPAPI void php_store_class_name(zval *object, const char *name, zend_uint len) in php_store_class_name()
H A Dinfo.c64 static int php_info_print_html_esc(const char *str, int len) /* {{{ */ in php_info_print_html_esc()
81 int len, written; in php_info_printf() local
105 uint len; in php_info_print_stream_hash() local
H A Diptc.c313 int inx = 0, len; in PHP_FUNCTION() local
H A Dlink.c127 size_t len; in PHP_FUNCTION() local
H A Dlink_win32.c118 size_t len; in PHP_FUNCTION() local
H A Dmail.c68 #define MAIL_ASCIIZ_CHECK(str, len) \ argument
H A Dmd5.c32 PHPAPI void make_digest_ex(char *md5str, const unsigned char *digest, int len) /* {{{ */ in make_digest_ex()

Completed in 417 milliseconds

12345678910>>...12