Home
last modified time | relevance | path

Searched refs:size_t (Results 76 – 100 of 649) sorted by relevance

12345678910>>...26

/PHP-7.2/Zend/
H A Dzend_constants.h69 ZEND_API zval *zend_get_constant_str(const char *name, size_t name_len);
71 ZEND_API void zend_register_bool_constant(const char *name, size_t name_len, zend_bool bval, int fl…
72 ZEND_API void zend_register_null_constant(const char *name, size_t name_len, int flags, int module_…
73 ZEND_API void zend_register_long_constant(const char *name, size_t name_len, zend_long lval, int fl…
74 ZEND_API void zend_register_double_constant(const char *name, size_t name_len, double dval, int fla…
75 ZEND_API void zend_register_string_constant(const char *name, size_t name_len, char *strval, int fl…
76 …API void zend_register_stringl_constant(const char *name, size_t name_len, char *strval, size_t st…
H A Dzend_smart_string_public.h29 size_t len;
30 size_t a;
H A Dzend_operators.h157 size_t off_s; in zend_memnstr()
164 off_s = (off_p > 0) ? (size_t)off_p : 0; in zend_memnstr()
215 size_t off_s; in zend_memnrstr()
222 off_s = (off_p > 0) ? (size_t)off_p : 0; in zend_memnrstr()
347 ZEND_API void ZEND_FASTCALL zend_str_tolower(char *str, size_t length);
357 ZEND_API int ZEND_FASTCALL zend_binary_strcmp(const char *s1, size_t len1, const char *s2, size_t l…
358 …t ZEND_FASTCALL zend_binary_strncmp(const char *s1, size_t len1, const char *s2, size_t len2, size…
359 …I int ZEND_FASTCALL zend_binary_strcasecmp(const char *s1, size_t len1, const char *s2, size_t len…
360 …ND_FASTCALL zend_binary_strncasecmp(const char *s1, size_t len1, const char *s2, size_t len2, size…
361 …int ZEND_FASTCALL zend_binary_strcasecmp_l(const char *s1, size_t len1, const char *s2, size_t len…
[all …]
H A Dzend_API.h45 size_t size;
315 ZEND_API int zend_disable_class(char *class_name, size_t class_name_length);
340 …perty_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_…
348 …stant_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_…
361 …d_class_entry *scope, zval *object, const char *name, size_t name_length, const char *value, size_…
370 …ty_stringl(zend_class_entry *scope, const char *name, size_t name_length, const char *value, size_…
409 ZEND_API int add_assoc_null_ex(zval *arg, const char *key, size_t key_len);
415 …API int add_assoc_stringl_ex(zval *arg, const char *key, size_t key_len, const char *str, size_t l…
469 ZEND_API int add_property_null_ex(zval *arg, const char *key, size_t key_len);
475 …int add_property_stringl_ex(zval *arg, const char *key, size_t key_len, const char *str, size_t l…
[all …]
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_structs.h41 size_t l;
47 size_t l;
71 size_t app;
81 size_t length;
109 size_t root_len;
306 size_t count;
1063 size_t offset;
1064 size_t size;
1065 size_t len;
1166 size_t *lengths; \
[all …]
H A Dmysqlnd_protocol_frame_codec.c65 static size_t
71 size_t bytes_sent, packets_sent = 1; in MYSQLND_METHOD()
72 size_t left = count; in MYSQLND_METHOD()
75 size_t to_be_sent; in MYSQLND_METHOD()
95 size_t tmp_complen = to_be_sent; in MYSQLND_METHOD()
96 size_t payload_size; in MYSQLND_METHOD()
121 size_t decompressed_size = left + MYSQLND_HEADER_SIZE; in MYSQLND_METHOD()
194 size_t decompressed_size; in MYSQLND_METHOD()
241 const zend_uchar * const compressed_data, const size_t compressed_data_len) in MYSQLND_METHOD()
294 size_t to_read = count; in MYSQLND_METHOD()
[all …]
/PHP-7.2/sapi/fpm/fpm/
H A Dzlog.h13 void zlog_set_external_logger(void (*logger)(int, char *, size_t));
19 size_t zlog_print_time(struct timeval *tv, char *timebuf, size_t timebuf_len);
H A Dzlog.c25 static void (*external_logger)(int, char *, size_t) = NULL;
45 void zlog_set_external_logger(void (*logger)(int, char *, size_t)) /* {{{ */ in zlog_set_external_logger() argument
67 size_t zlog_print_time(struct timeval *tv, char *timebuf, size_t timebuf_len) /* {{{ */ in zlog_print_time()
70 size_t len; in zlog_print_time()
105 const size_t buf_size = MAX_LINE_LENGTH; in vzlog()
106 size_t len = 0; in vzlog()
/PHP-7.2/ext/dba/libflatfile/
H A Dflatfile.c108 size_t size = key_datum.dsize; in flatfile_delete()
109 size_t buf_size = FLATFILE_BLOCK_SIZE; in flatfile_delete()
111 size_t num; in flatfile_delete()
112 size_t pos; in flatfile_delete()
159 size_t buf_size = FLATFILE_BLOCK_SIZE; in flatfile_findkey()
161 size_t num; in flatfile_findkey()
164 size_t size = key_datum.dsize; in flatfile_findkey()
203 size_t num; in flatfile_firstkey()
204 size_t buf_size = FLATFILE_BLOCK_SIZE; in flatfile_firstkey()
246 size_t num; in flatfile_nextkey()
[all …]
/PHP-7.2/ext/standard/
H A Dstring.c141 size_t i, j; in php_bin2hex()
162 size_t i, j; in php_hex2bin()
1630 PHPAPI size_t php_dirname(char *path, size_t len)
2428 if ((size_t)l > ZSTR_LEN(str) - (size_t)f) {
2886 size_t i;
2922 size_t i;
3535 …id php_similar_str(const char *txt1, size_t len1, const char *txt2, size_t len2, size_t *pos1, siz…
3540 size_t l;
3558 static size_t php_similar_char(const char *txt1, size_t len1, const char *txt2, size_t len2)
3560 size_t sum;
[all …]
H A Dhtml.c104 size_t str_len, in get_next_char()
105 size_t *cursor, in get_next_char()
365 size_t str_len, in php_next_utf8_char()
366 size_t *cursor, in php_next_utf8_char()
378 size_t i; in determine_charset()
380 size_t len = 0; in determine_charset()
939 size_t oldlen, in traverse_for_entities()
1103 size_t new_size; in php_unescape_html_entities()
1147 size_t oldlen, in find_entity_for_char()
1148 size_t *cursor) in find_entity_for_char()
[all …]
H A Dcrypt_sha512.c134 size_t nwords = len / sizeof(uint64_t); in sha512_process_block()
254 size_t pad; in sha512_finish_ctx()
263 pad = bytes >= 112 ? 128 + 112 - (size_t)bytes : 112 - (size_t)bytes; in sha512_finish_ctx()
287 size_t left_over = (size_t)ctx->buflen; in sha512_process_bytes()
288 size_t add = (size_t)(256 - left_over > len ? len : 256 - left_over); in sha512_process_bytes()
299 (size_t)ctx->buflen); in sha512_process_bytes()
333 size_t left_over = (size_t)ctx->buflen; in sha512_process_bytes()
386 size_t salt_len; in php_sha512_crypt_r()
387 size_t key_len; in php_sha512_crypt_r()
388 size_t cnt; in php_sha512_crypt_r()
[all …]
H A Dexec.c61 static size_t cmd_max_len;
101 size_t l = 0; in php_exec()
105 size_t buflen, bufl = 0; in php_exec()
212 size_t cmd_len; in php_exec_ex()
288 register size_t x, y; in php_escape_shell_cmd()
289 size_t l = strlen(str); in php_escape_shell_cmd()
395 size_t x, y = 0; in php_escape_shell_arg()
396 size_t l = strlen(str); in php_escape_shell_arg()
481 size_t command_len; in PHP_FUNCTION()
504 size_t argument_len; in PHP_FUNCTION()
[all …]
H A Dphp_uuencode.h27 PHPAPI zend_string *php_uudecode(char *src, size_t src_len);
28 PHPAPI zend_string *php_uuencode(char *src, size_t src_len);
/PHP-7.2/main/
H A Dphp_streams.h120 size_t (*write)(php_stream *stream, const char *buf, size_t count);
121 size_t (*read)(php_stream *stream, char *buf, size_t count);
224 size_t readbuflen;
229 size_t chunk_size;
310 PHPAPI size_t _php_stream_read(php_stream *stream, char *buf, size_t count);
313 PHPAPI size_t _php_stream_write(php_stream *stream, const char *buf, size_t count);
337 PHPAPI char *_php_stream_get_line(php_stream *stream, char *buf, size_t maxlen, size_t *returned_le…
341 … zend_string *php_stream_get_record(php_stream *stream, size_t maxlen, const char *delim, size_t d…
451 #define PHP_STREAM_COPY_ALL ((size_t)-1)
455 PHPAPI size_t _php_stream_copy_to_stream(php_stream *src, php_stream *dest, size_t maxlen STREAMS_D…
[all …]
H A Dmergesort.c69 static void setup(u_char *list1, u_char *list2, size_t n, size_t size, int (*cmp)(const void *, con…
70 static void insertionsort(u_char *a, size_t n, size_t size, int (*cmp)(const void *, const void *));
105 PHPAPI int php_mergesort(void *base, size_t nmemb, size_t size, int (*cmp)(const void *, const void… in php_mergesort()
107 register size_t i; in php_mergesort()
265 static void setup(u_char *list1, u_char *list2, size_t n, size_t size, int (*cmp)(const void *, con… in setup()
267 size_t i, length, size2, sense; in setup()
336 static void insertionsort(u_char *a, size_t n, size_t size, int (*cmp)(const void *, const void *)) in insertionsort()
339 size_t i; in insertionsort()
H A Dsnprintf.c75 size_t siz; in __cvt()
450 size_t t_len; in php_conv_fp()
563 while ( s_len < (size_t)precision ) \
596 size_t i; in format_converter()
599 size_t s_len; in format_converter()
826 i_num = (wide_int) va_arg(ap, size_t); in format_converter()
870 i_num = (wide_int) va_arg(ap, size_t); in format_converter()
1204 PAD((size_t)min_width, s_len, pad_char); in format_converter()
1215 PAD((size_t)min_width, s_len, pad_char); in format_converter()
1270 if ((size_t)cc >= len) { in ap_php_slprintf()
[all …]
/PHP-7.2/ext/intl/msgformat/
H A Dmsgformat_parse.c31 static void msgfmt_do_parse(MessageFormatter_object *mfo, char *source, size_t src_len, zval *retur… in msgfmt_do_parse()
64 size_t source_len; in PHP_FUNCTION()
95 size_t pattern_len = 0; in PHP_FUNCTION()
97 size_t slocale_len = 0; in PHP_FUNCTION()
99 size_t src_len = 0; in PHP_FUNCTION()
/PHP-7.2/main/streams/
H A Dmmap.c25 …_php_stream_mmap_range(php_stream *stream, size_t offset, size_t length, php_stream_mmap_access_t … in _php_stream_mmap_range()
H A Dstreams.c160 size_t l = 0; in php_stream_display_wrapper_errors()
769 size_t len; in _php_stream_puts()
801 size_t avail; in php_stream_locate_eol()
1196 size_t bytes; in _php_stream_write()
1217 size_t count; in _php_stream_printf()
1362 size_t b; in _php_stream_passthru()
1366 size_t mapped; in _php_stream_passthru()
1395 size_t ret = 0; in _php_stream_copy_to_mem()
1480 size_t dummy; in _php_stream_copy_to_stream_ex()
1583 size_t len; in _php_stream_copy_to_stream()
[all …]
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregposerr.c78 extern size_t
80 size_t size) in regerror()
84 size_t len; in regerror()
/PHP-7.2/ext/zlib/
H A Dzlib_fopen_wrapper.c35 static size_t php_gziop_read(php_stream *stream, char *buf, size_t count) in php_gziop_read()
47 return (size_t)((read < 0) ? 0 : read); in php_gziop_read()
50 static size_t php_gziop_write(php_stream *stream, const char *buf, size_t count) in php_gziop_write()
58 return (size_t)((wrote < 0) ? 0 : wrote); in php_gziop_write()
/PHP-7.2/ext/zip/lib/
H A Dzip_add_entry.c61 realloc_size = sizeof(struct zip_entry) * (size_t)nalloc; in _zip_add_entry()
63 if (sizeof(struct zip_entry) * (size_t)za->nentry_alloc > realloc_size) { in _zip_add_entry()
67 rentries = (zip_entry_t *)realloc(za->entry, sizeof(struct zip_entry) * (size_t)nalloc); in _zip_add_entry()
/PHP-7.2/ext/hash/
H A Dhash_crc32.c31 PHP_HASH_API void PHP_CRC32Update(PHP_CRC32_CTX *context, const unsigned char *input, size_t len) in PHP_CRC32Update()
33 size_t i; in PHP_CRC32Update()
40 PHP_HASH_API void PHP_CRC32BUpdate(PHP_CRC32_CTX *context, const unsigned char *input, size_t len) in PHP_CRC32BUpdate()
42 size_t i; in PHP_CRC32BUpdate()
/PHP-7.2/ext/zip/
H A Dzip_stream.c39 size_t cursor;
48 static size_t php_zip_ops_read(php_stream *stream, char *buf, size_t count) in php_zip_ops_read()
78 return (n < 1 ? 0 : (size_t)n); in php_zip_ops_read()
83 static size_t php_zip_ops_write(php_stream *stream, const char *buf, size_t count) in php_zip_ops_write()
129 size_t path_len = strlen(stream->orig_path); in php_zip_ops_stat()
133 size_t fragment_len; in php_zip_ops_stat()
269 size_t path_len; in php_stream_zip_opener()
277 size_t fragment_len; in php_stream_zip_opener()

Completed in 126 milliseconds

12345678910>>...26