Home
last modified time | relevance | path

Searched defs:count (Results 76 – 100 of 105) sorted by relevance

12345

/PHP-5.5/ext/snmp/
H A Dsnmp.c376 int count; member
714 int status, count, found; in php_snmp_internal() local
/PHP-5.5/ext/mbstring/ucgendat/
H A Ducgendat.c152 ac_uint4 count; member
/PHP-5.5/ext/standard/
H A Dbasic_functions.c4214 unsigned int i, count = 0; local
4316 int count; local
H A Dmath.c1109 int count=0; in _php_math_number_format_ex_len() local
H A Dimage.c181 …ic unsigned long int php_swf_get_bits (unsigned char* buffer, unsigned int pos, unsigned int count) in php_swf_get_bits()
H A Dstring.c3748 int count = 0; local
3999 int count = 0; local
5199 int count = 0; local
H A Darray.c306 PHP_FUNCTION(count) in PHP_FUNCTION() argument
1290 int var_exists, key_type, count = 0; in PHP_FUNCTION() local
H A Dfile.c1881 int count, i = 0, ret; in php_fputcsv() local
/PHP-5.5/main/
H A Dphp_streams.h294 #define php_stream_read(stream, buf, count) _php_stream_read((stream), (buf), (count) TSRMLS_CC) argument
298 #define php_stream_write(stream, buf, count) _php_stream_write(stream, (buf), (count) TSRMLS_CC) argument
H A Drfc1867.c697 long count = 0; local
H A Doutput.c590 int i, count = php_output_get_level(TSRMLS_C); in php_output_handler_started() local
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c1926 SXE_METHOD(count) in SXE_METHOD() argument
1928 long count = 0; in SXE_METHOD() local
/PHP-5.5/ext/spl/
H A Dspl_array.c1436 SPL_METHOD(Array, count) in SPL_METHOD() argument
1438 long count; in SPL_METHOD() local
H A Dspl_fixedarray.c641 SPL_METHOD(SplFixedArray, count) in SPL_METHOD() argument
/PHP-5.5/ext/exif/
H A Dexif.c1378 int count; member
1498 int count; member
1517 int count; member
1611 int count = ImageInfo->file.count; in exif_file_sections_add() local
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c1061 long count = -1; in PHP_FUNCTION() local
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c6892 int count = 1; in compile_branch() local
7338 int count = 1; in compile_branch() local
H A Dpcre_jit_compile.c555 int count = 0; in no_alternatives() local
781 int count; in check_opcode_types() local
1676 int count, size; in copy_private_data() local
5961 int count = GET2(cc, 1 + IMM2_SIZE); in compile_dnref_search() local
/PHP-5.5/ext/gd/libgd/
H A Dwebpimg.c185 double sse = 0., count = 0.; in GetPSNRYuv() local
H A Dgd_topal.c725 long count = 0; /* 2.0.28: = 0 */ local
/PHP-5.5/Zend/
H A Dzend_API.c1770 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare TSRMLS_D… in zend_sort_modules()
2032 int count=0, unload=0, result=0; in zend_register_functions() local
2288 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable … in zend_unregister_functions()
/PHP-5.5/ext/phar/
H A Dphar_object.c1414 int count; member
1936 PHP_METHOD(Phar, count) in PHP_METHOD() argument
/PHP-5.5/ext/soap/
H A Dphp_encoding.c3609 int i, count = zend_hash_num_elements(Z_ARRVAL_P(array)); in is_map() local
3628 int i, count, cur_type, prev_type, different; in get_array_type() local
/PHP-5.5/ext/ldap/
H A Dldap.c1241 int i, count, dn_len; in PHP_FUNCTION() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h705 int count; /* for OP_REPEAT_INC, OP_REPEAT_INC_NG */ member

Completed in 361 milliseconds

12345