Home
last modified time | relevance | path

Searched defs:count (Results 51 – 75 of 105) sorted by relevance

12345

/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c251 register int count; local
454 register int count; local
570 register int count = 0; local
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c320 static int lsapi_writev( int fd, struct iovec ** pVec, int count, int totalLen ) in lsapi_writev()
468 static int parseEnv( struct LSAPI_key_value_pair * pEnvList, int count, in parseEnv()
1932 int count = 0; in LSAPI_ForeachOrgHeader_r() local
2009 int count = 0; in LSAPI_ForeachHeader_r() local
2618 int count = 0; in lsapi_check_child_status() local
3372 unsigned int count; in lsapi_MD5Final() local
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c306 static inline ssize_t safe_write(fcgi_request *req, const void *buf, size_t count) in safe_write()
334 static inline ssize_t safe_read(fcgi_request *req, const void *buf, size_t count) in safe_read()
/PHP-5.5/ext/standard/
H A Ddns_win32.c209 DWORD count = data_txt->dwStringCount; in php_parserr() local
H A Ddns.c999 int count, qdc; in PHP_FUNCTION() local
H A Dvar.c620 int count; in php_var_serialize_class() local
/PHP-5.5/ext/spl/
H A Dspl_heap.c63 int count; member
586 SPL_METHOD(SplHeap, count) in SPL_METHOD() argument
588 long count; in SPL_METHOD() local
H A Dspl_iterators.h143 long count; member
H A Dspl_observer.c610 SPL_METHOD(SplObjectStorage, count) in SPL_METHOD() argument
800 long count; in SPL_METHOD() local
H A Dspl_iterators.c1971 int subject_len, use_copy, count = 0, result_len; in SPL_METHOD() local
2979 SPL_METHOD(CachingIterator, count) in SPL_METHOD() argument
3596 long count = 0; in PHP_FUNCTION() local
3611 long count; member
/PHP-5.5/main/
H A Dspprintf.c153 #define PAD(xbuf, count, ch) do { \ argument
/PHP-5.5/ext/date/lib/
H A Dtm2unixtime.c224 timelib_sll count, dow, rem; in do_adjust_special_weekday() local
H A Dparse_tz.c343 const timelib_tzdb_index_entry *timelib_timezone_builtin_identifiers_list(int *count) in timelib_timezone_builtin_identifiers_list()
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.cpp98 int32_t count(UErrorCode& status) const { in count() function in BugStringCharEnumeration
208 int32_t count; in PHP_FUNCTION() local
/PHP-5.5/ext/opcache/
H A Dzend_shared_alloc.c107 static void copy_shared_segments(void *to, void *from, int count, int size) in copy_shared_segments()
/PHP-5.5/main/streams/
H A Dstreams.c185 int count = zend_llist_count(err_list); in php_stream_display_wrapper_errors() local
1159 static size_t _php_stream_write_filtered(php_stream *stream, const char *buf, size_t count, int fla… in _php_stream_write_filtered()
1250 size_t count; in _php_stream_printf() local
/PHP-5.5/Zend/
H A Dzend_gc.c779 int count = 0; in gc_collect_cycles() local
H A Dzend_opcode.c166 int count = ce->default_static_members_count; in cleanup_user_class_data() local
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c1347 int count = GET2(ecode, 1 + IMM2_SIZE); in match() local
1366 int count = GET2(ecode, 1 + IMM2_SIZE); in match() local
2708 int count = GET2(ecode, 1+IMM2_SIZE); in match() local
/PHP-5.5/ext/ereg/
H A Dereg.c631 long count = -1; in php_split() local
/PHP-5.5/TSRM/
H A DTSRM.c27 int count; member
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c774 static inline ssize_t safe_write(fcgi_request *req, const void *buf, size_t count) in safe_write()
802 static inline ssize_t safe_read(fcgi_request *req, const void *buf, size_t count) in safe_read()
/PHP-5.5/ext/posix/
H A Dposix.c917 int count; in php_posix_group_to_array() local
/PHP-5.5/ext/phar/
H A Dpharzip.h227 char count[2]; /* total number of entries in member
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c468 php_mysqlnd_read_buffer_read(MYSQLND_READ_BUFFER * buffer, size_t count, zend_uchar * dest) in php_mysqlnd_read_buffer_read()

Completed in 107 milliseconds

12345