Home
last modified time | relevance | path

Searched defs:count (Results 26 – 50 of 105) sorted by relevance

12345

/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c513 int i, count; in PHP_MINFO_FUNCTION() local
769 int i, count = 0; in PHP_FUNCTION() local
994 int i, count = 0; in PHP_FUNCTION() local
1016 int i, count; in PHP_FUNCTION() local
1043 int i, count; in PHP_FUNCTION() local
1195 int block_size, max_key_length, use_key_length, i, count, iv_size; in php_mcrypt_do_crypt() local
/PHP-5.5/main/
H A Dphp_ticks.c72 void php_run_ticks(int count) in php_run_ticks()
H A Dphp_variables.c235 long count = 0; in SAPI_POST_HANDLER_FUNC() local
286 long count = 0; in SAPI_TREAT_DATA_FUNC() local
455 int count = 0; in php_build_argv() local
/PHP-5.5/ext/standard/
H A Dcrypt_freesec.c465 int count, struct php_crypt_extended_data *data) in do_des()
582 des_cipher(const char *in, char *out, uint32_t salt, int count, in des_cipher()
620 uint32_t count, salt, l, r0, r1, keybuf[2]; in _crypt_extended_r() local
H A Dcrypt_blowfish.c446 static void BF_swap(BF_word *x, int count) in BF_swap()
672 BF_word count; in BF_crypt() local
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_format.c37 int count; in msgfmt_do_format() local
H A Dmsgformat_parse.c34 int count = 0; in msgfmt_do_parse() local
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c392 int count = GET2(cc, 1+IMM2_SIZE); in find_minlength() local
1462 int count = 0; in pcre_study() local
/PHP-5.5/ext/spl/
H A Dspl.php577 function count(); function
714 function count() {/**/} function in ArrayObject
831 function count() {/**/} function in ArrayIterator
1103 function count() {/**/} function in SimpleXMLIterator
H A Dspl_dllist.c79 int count; member
691 SPL_METHOD(SplDoublyLinkedList, count) in SPL_METHOD() argument
693 long count; in SPL_METHOD() local
709 long count; in SPL_METHOD() local
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dbase64.c122 int count; in base64_decode_xmlrpc() local
/PHP-5.5/ext/dba/libcdb/
H A Dcdb_make.h45 uint32 count[256]; member
H A Dcdb_make.c145 uint32 count; in cdb_make_finish() local
/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_in.c331 unsigned char count; in GetDataBlock_() local
375 unsigned char count; in GetCode_() local
482 int count; in LWZReadByte_() local
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Ddiv.c94 unsigned int len1, len2, scale2, qdigits, extra, count; in bc_divide() local
H A Drecmul.c119 int count, carry; in _bc_shift_addsub() local
/PHP-5.5/Zend/
H A Dzend_llist.h40 size_t count; member
H A Dzend_ptr_stack.h46 #define ZEND_PTR_STACK_RESIZE_IF_NEEDED(stack, count) \ in END_EXTERN_C() argument
H A Dzend_execute.h168 #define ZEND_VM_STACK_GROW_IF_NEEDED(count) \ argument
176 static zend_always_inline zend_vm_stack zend_vm_stack_new_page(int count) { in zend_vm_stack_new_page()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_loaddata.c72 int count; in mysqlnd_local_infile_read() local
/PHP-5.5/ext/sysvsem/
H A Dsysvsem.c193 int count; in PHP_FUNCTION() local
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c757 uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount) in cdf_read_property_info()
956 cdf_summary_info_header_t *ssi, cdf_property_info_t **info, size_t *count) in cdf_unpack_summary_info()
1203 cdf_dump_property_info(const cdf_property_info_t *info, size_t count)
1281 size_t count; local
/PHP-5.5/ext/shmop/
H A Dshmop.c241 long shmid, start, count; in PHP_FUNCTION() local
/PHP-5.5/ext/interbase/
H A Dibase_events.c90 static void _php_ibase_event_block(ibase_db_link *ib_link, unsigned short count, /* {{{ */ in _php_ibase_event_block()
/PHP-5.5/ext/intl/converter/
H A Dconverter.c914 count = ucnv_countAvailable(); in PHP_METHOD() local
939 uint16_t i, count; in PHP_METHOD() local
974 uint16_t i, count; in PHP_METHOD() local

Completed in 60 milliseconds

12345