Home
last modified time | relevance | path

Searched refs:size_t (Results 226 – 250 of 649) sorted by relevance

12345678910>>...26

/PHP-7.2/
H A DUPGRADING.INTERNALS25 - CWD_API void realpath_cache_del(const char *path, size_t path_len);
26 …- CWD_API realpath_cache_bucket* realpath_cache_lookup(const char *path, size_t path_len, time_t t…
27 …- PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, size_t fi…
28 …- PHPAPI void php_stat(const char *filename, size_t filename_length, int type, zval *return_value);
/PHP-7.2/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h93 size_t *string_len, int codepage);
95 size_t string_len, int codepage);
110 size_t namelen, DISPID *dispid);
113 int php_com_do_invoke(php_com_dotnet_object *obj, char *name, size_t namelen,
/PHP-7.2/main/
H A Dhttp_status_codes.h82 static const size_t http_status_map_len = (sizeof(http_status_map) / sizeof(http_response_status_co…
H A Dphp_variables.c68 size_t var_len, index_len; in php_register_variable_ex()
154 size_t new_idx_len = 0; in php_register_variable_ex()
272 size_t already_scanned;
278 size_t klen, vlen; in add_post_var()
279 size_t new_vlen; in add_post_var()
366 if (len && len != (size_t) -1) { in SAPI_POST_HANDLER_FUNC()
491 size_t val_len; in SAPI_TREAT_DATA_FUNC()
492 size_t new_val_len; in SAPI_TREAT_DATA_FUNC()
505 size_t val_len; in SAPI_TREAT_DATA_FUNC()
506 size_t new_val_len; in SAPI_TREAT_DATA_FUNC()
[all …]
/PHP-7.2/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc34 …t capacity, const unsigned char *input, size_t inputByteLen, unsigned char suffix, unsigned char *…
57 size_t j;
63 while(inputByteLen >= (size_t)rateInBytes) {
109 while(outputByteLen > (size_t)rateInBytes) {
150 int SpongeAbsorb(SpongeInstance *instance, const unsigned char *data, size_t dataByteLen)
152 size_t i, j;
253 int SpongeSqueeze(SpongeInstance *instance, unsigned char *data, size_t dataByteLen)
255 size_t i, j;
/PHP-7.2/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc34 …t capacity, const unsigned char *input, size_t inputByteLen, unsigned char suffix, unsigned char *…
57 size_t j;
63 while(inputByteLen >= (size_t)rateInBytes) {
109 while(outputByteLen > (size_t)rateInBytes) {
150 int SpongeAbsorb(SpongeInstance *instance, const unsigned char *data, size_t dataByteLen)
152 size_t i, j;
253 int SpongeSqueeze(SpongeInstance *instance, unsigned char *data, size_t dataByteLen)
255 size_t i, j;
/PHP-7.2/ext/dba/libinifile/
H A Dinifile.c148 size_t l; in etrim()
313 static int inifile_truncate(inifile *dba, size_t size) in inifile_truncate()
329 static int inifile_find_group(inifile *dba, const key_type *key, size_t *pos_grp_start) in inifile_find_group()
366 static int inifile_next_group(inifile *dba, const key_type *key, size_t *pos_grp_start) in inifile_next_group()
387 static int inifile_copy_to(inifile *dba, size_t pos_start, size_t pos_end, inifile **ini_copy) in inifile_copy_to()
419 size_t pos_start = 0, pos_next = 0, pos_curr; in inifile_filter()
467 size_t pos_grp_start=0, pos_grp_next; in inifile_delete_replace_append()
502 if (pos_grp_next != (size_t)php_stream_tell(dba->fp)) { in inifile_delete_replace_append()
/PHP-7.2/ext/pgsql/
H A Dphp_pgsql.h232 static size_t php_pgsql_fd_write(php_stream *stream, const char *buf, size_t count);
233 static size_t php_pgsql_fd_read(php_stream *stream, char *buf, size_t count);
298 size_t len;
/PHP-7.2/ext/filter/
H A Dsanitizing_filters.c33 size_t len = Z_STRLEN_P(value); in php_filter_encode_html()
114 size_t i; in php_filter_strip()
151 size_t l, i; in filter_map_update()
162 size_t i; in filter_map_apply()
186 size_t new_len; in php_filter_string()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_win.h31 int mprotect(void *addr, size_t size, int protection);
H A Dphpdbg_cmd.h67 size_t len;
97 size_t name_len; /* Command name length */
99 size_t tip_len; /* Menu tip length */
/PHP-7.2/ext/standard/
H A Dbrowscap.c98 size_t i; in browscap_compute_prefix_len()
107 static size_t browscap_compute_contains( in browscap_compute_contains()
108 zend_string *pattern, size_t start_pos, in browscap_compute_contains()
110 size_t i = start_pos; in browscap_compute_contains()
135 static size_t browscap_compute_regex_len(zend_string *pattern) { in browscap_compute_regex_len()
136 size_t i, len = ZSTR_LEN(pattern); in browscap_compute_regex_len()
156 size_t i, j=0; in browscap_convert_pattern()
360 size_t pos; in php_browscap_parser_cb()
534 static inline size_t browscap_get_minimum_length(browscap_entry *entry) { in browscap_get_minimum_length()
535 size_t len = entry->prefix_len; in browscap_get_minimum_length()
[all …]
/PHP-7.2/win32/
H A Dglob.c148 static int glob1(Char *, Char *, glob_t *, size_t *);
150 glob_t *, size_t *);
152 Char *, Char *, glob_t *, size_t *);
153 static int globextend(const Char *, glob_t *, size_t *);
154 static const Char *globtilde(const Char *, Char *, size_t, glob_t *);
359 size_t patbuf_len;
442 size_t limit = 0;
533 size_t *limitp;
556 size_t *limitp;
620 size_t *limitp;
[all …]
H A Dreaddir.c33 size_t resolvedw_len, filespecw_len, index; in opendir()
101 size_t reclen; in readdir()
133 size_t reclen; in readdir_r()
192 size_t dirw_len, filespecw_len, index; in rewinddir()
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_unix.h16 extern size_t fpm_pagesize;
H A Dfpm_trace.h13 int fpm_trace_get_strz(char *buf, size_t sz, long addr);
/PHP-7.2/ext/sockets/
H A Dconversions.h60 size_t calculate_scm_rights_space(const zval *arr, ser_context *ctx);
73 size_t struct_size,
/PHP-7.2/ext/hash/
H A Dphp_hash_snefru.h39 PHP_HASH_API void PHP_SNEFRUUpdate(PHP_SNEFRU_CTX *, const unsigned char *, size_t);
H A Dphp_hash_whirlpool.h36 PHP_HASH_API void PHP_WHIRLPOOLUpdate(PHP_WHIRLPOOL_CTX *, const unsigned char *, size_t);
H A Dphp_hash_gost.h36 PHP_HASH_API void PHP_GOSTUpdate(PHP_GOST_CTX *, const unsigned char *, size_t);
/PHP-7.2/sapi/cli/
H A Dphp_cli.c270 PHP_CLI_API size_t sapi_cli_single_write(const char *str, size_t str_length) /* {{{ */ in sapi_cli_single_write()
275 size_t ret; in sapi_cli_single_write()
299 static size_t sapi_cli_ub_write(const char *str, size_t str_length) /* {{{ */ in sapi_cli_ub_write()
302 size_t remaining = str_length; in sapi_cli_ub_write()
303 size_t ret; in sapi_cli_ub_write()
310 size_t ub_wrote; in sapi_cli_ub_write()
312 if (ub_wrote != (size_t) -1) { in sapi_cli_ub_write()
352 size_t len; in sapi_cli_register_variables()
1050 size_t len, index = 0; in do_cli()
1221 size_t ini_entries_len = 0; in WinMain()
[all …]
/PHP-7.2/ext/intl/
H A Dintl_convert.h25 const char* src, size_t src_len,
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c180 size_t
204 size_t error_msg_len = 0; in php_mysqlnd_read_error_from_line()
500 size_t len; in php_mysqlnd_auth_write()
581 size_t ca_payload_len = 0; in php_mysqlnd_auth_write()
788 static size_t
1023 size_t sent = 0; in php_mysqlnd_cmd_write()
1107 size_t len; in php_mysqlnd_rset_header_read()
1220 static size_t rset_field_offsets[] =
1471 size_t prealloc_more_bytes; in php_mysqlnd_read_row_ex()
1830 size_t data_size = 0; in php_mysqlnd_rowp_read()
[all …]
/PHP-7.2/main/streams/
H A Dplain_wrapper.c144 size_t last_mapped_len;
339 static size_t php_stdiop_write(php_stream *stream, const char *buf, size_t count) in php_stdiop_write()
356 return (size_t) bytes_written; in php_stdiop_write()
370 static size_t php_stdiop_read(php_stream *stream, char *buf, size_t count) in php_stdiop_read()
373 size_t ret; in php_stdiop_read()
616 size_t size; in php_stdiop_set_option()
652 size = *(size_t *)ptrparam; in php_stdiop_set_option()
893 static size_t php_plain_files_dirstream_read(php_stream *stream, char *buf, size_t count) in php_plain_files_dirstream_read()
1454 size_t filename_length; in _php_stream_fopen_with_path()
1503 size_t cwd_len; in _php_stream_fopen_with_path()
[all …]
/PHP-7.2/Zend/
H A Dzend_globals.h116 size_t script_encoding_list_size;
279 size_t script_org_size;
283 size_t script_filtered_size;

Completed in 60 milliseconds

12345678910>>...26