Home
last modified time | relevance | path

Searched refs:len (Results 201 – 225 of 477) sorted by relevance

12345678910>>...20

/PHP-7.4/ext/pdo_dblib/
H A Ddblib_stmt.c244 int len; in pdo_dblib_stmt_describe() local
246 len = snprintf(buf, sizeof(buf), "computed%d", S->computed_column_name_count); in pdo_dblib_stmt_describe()
247 col->name = zend_string_init(buf, len, 0); in pdo_dblib_stmt_describe()
352 zend_ulong *len, int *caller_frees) in pdo_dblib_stmt_get_col() argument
501 *len = sizeof(zval); in pdo_dblib_stmt_get_col()
504 *len = 0; in pdo_dblib_stmt_get_col()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h246 #define SLJIT_MEMCPY(dest, src, len) memcpy(dest, src, len) argument
250 #define SLJIT_MEMMOVE(dest, src, len) memmove(dest, src, len) argument
254 #define SLJIT_ZEROMEM(dest, len) memset(dest, 0, len) argument
/PHP-7.4/ext/hash/
H A Dphp_hash_tiger.h33 PHP_HASH_API void PHP_TIGERUpdate(PHP_TIGER_CTX *context, const unsigned char *input, size_t len);
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_statement.c529 static int pgsql_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, size_t *len, int *caller_fre… in pgsql_stmt_get_col() argument
542 *len = 0; in pgsql_stmt_get_col()
545 *len = PQgetlength(S->result, S->current_row - 1, colno); in pgsql_stmt_get_col()
552 *len = sizeof(zend_long); in pgsql_stmt_get_col()
558 *len = sizeof(zend_bool); in pgsql_stmt_get_col()
569 *len = 0; in pgsql_stmt_get_col()
573 *len = 0; in pgsql_stmt_get_col()
579 *len = 0; in pgsql_stmt_get_col()
586 *len = 0; in pgsql_stmt_get_col()
590 *len = tmp_len; in pgsql_stmt_get_col()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.h133 int phpdbg_delete_var_watchpoint(char *input, size_t len);
134 int phpdbg_create_var_watchpoint(char *input, size_t len);
H A Dphpdbg_list.h46 size_t len; member
/PHP-7.4/ext/standard/
H A Dvar_unserializer.re316 for (i = 0; i < len; i++) {
918 size_t len, maxlen;
923 if (maxlen < len) {
930 YYCURSOR += len;
945 if (len == 0) {
947 } else if (len == 1) {
958 size_t len, maxlen;
963 if (maxlen < len) {
1045 if (maxlen < len || len == 0) {
1052 YYCURSOR += len;
[all …]
H A Dmd5.h24 PHPAPI void make_digest_ex(char *md5str, const unsigned char *digest, int len);
H A Dversioning.c32 size_t len = strlen(version); in php_canonicalize_version() local
33 char *buf = safe_emalloc(len, 2, 1), *q, lp, lq; in php_canonicalize_version()
36 if (len == 0) { in php_canonicalize_version()
H A Dphp_incomplete_class.h55 PHPAPI void php_store_class_name(zval *object, const char *name, size_t len);
H A Dincomplete_class.c152 PHPAPI void php_store_class_name(zval *object, const char *name, size_t len) in php_store_class_name() argument
157 ZVAL_STRINGL(&val, name, len); in php_store_class_name()
/PHP-7.4/ext/gd/libgd/
H A Dbmp.h71 signed int len; member
H A Dgd_io_dp.c58 static int dynamicGetbuf (gdIOCtxPtr ctx, void *buf, int len);
230 static int dynamicGetbuf (gdIOCtxPtr ctx, void *buf, int len) in dynamicGetbuf() argument
240 if (remain >= len) { in dynamicGetbuf()
241 rlen = len; in dynamicGetbuf()
/PHP-7.4/Zend/
H A Dzend_highlight.h45 ZEND_API void zend_html_puts(const char *s, size_t len);
H A Dzend_alloc.c562 if (len == 1) {
594 if (len == 1) {
626 if (len == 1) {
825 uint32_t page_num, len; local
862 len = i - page_num;
911 if (len >= pages_count && len < best_len) {
933 best_len = len;
2982 void *tmp = malloc(len);
2993 len = zend_safe_address_guarded(nmemb, len, 0);
2995 memset(tmp, 0, len);
[all …]
/PHP-7.4/ext/phar/
H A Dphar.c133 size_t len; in phar_split_cache_list() local
136 len = end - key; in phar_split_cache_list()
674 uint32_t len; in phar_parse_pharfile() local
1032 if (!len) { in phar_parse_pharfile()
1043 buffer += len; in phar_parse_pharfile()
1128 buffer += len; in phar_parse_pharfile()
2076 (len >= 2 && !php_check_dots(element, len))
2412 while (len--) { in phar_postprocess_file()
2572 if (len < 0) { in phar_flush()
2587 len = -len; in phar_flush()
[all …]
/PHP-7.4/main/
H A Dfastcgi.h117 int fcgi_read(fcgi_request *req, char *str, int len);
119 int fcgi_write(fcgi_request *req, fcgi_request_type type, const char *str, int len);
/PHP-7.4/ext/session/
H A Dmod_mm.c69 static inline uint32_t ps_sd_hash(const char *data, int len) in ps_sd_hash() argument
72 const char *e = data + len; in ps_sd_hash()
397 if (val->len >= sd->alloclen) { in PS_WRITE_FUNC()
401 sd->alloclen = val->len + 1; in PS_WRITE_FUNC()
411 sd->datalen = val->len; in PS_WRITE_FUNC()
412 memcpy(sd->data, val->val, val->len); in PS_WRITE_FUNC()
/PHP-7.4/ext/zip/
H A Dphp_zip.c147 size_t dir_len, len; in php_zip_extract_file() local
219 if (!len) { in php_zip_extract_file()
744 ZEND_ARG_INFO(0, len)
827 int len = 0; in php_zip_property_reader() local
1311 zend_long len = 0; in PHP_NAMED_FUNCTION() local
1324 if (len <= 0) { in PHP_NAMED_FUNCTION()
1325 len = 1024; in PHP_NAMED_FUNCTION()
1591 int zep, syp, len; local
2706 zend_long len = 0; local
2731 if (len < 1) {
[all …]
/PHP-7.4/ext/sysvshm/
H A Dsysvshm.c122 static int php_put_shm_data(sysvshm_chunk_head *ptr, zend_long key, const char *data, zend_long len
372 static int php_put_shm_data(sysvshm_chunk_head *ptr, zend_long key, const char *data, zend_long len) in php_put_shm_data() argument
378 …total_size = ((zend_long) (len + sizeof(sysvshm_chunk) - 1) / sizeof(zend_long)) * sizeof(zend_lon… in php_put_shm_data()
390 shm_var->length = len; in php_put_shm_data()
392 memcpy(&(shm_var->mem), data, len); in php_put_shm_data()
/PHP-7.4/ext/standard/tests/file/
H A Dfread_error.phpt27 $len = 0;
28 var_dump( fread($file_handle, $len) );
29 $len = -10;
30 var_dump( fread($file_handle, $len) );
H A Dfwrite_error.phpt34 $len = 0;
35 var_dump( fwrite($file_handle, $data, $len) );
36 $len = -10;
37 var_dump( fwrite($file_handle, $data, $len) );
/PHP-7.4/ext/curl/tests/
H A Dbug68937.phpt30 function curl_read($ch, $fp, $len) {
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dbug79664.phpt26 ["len"]=>
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c177 apr_size_t len, tlen=0; in php_apache_sapi_read_post() local
184 len = count_bytes; in php_apache_sapi_read_post()
192 …while (ap_get_brigade(r->input_filters, brigade, AP_MODE_READBYTES, APR_BLOCK_READ, len) == APR_SU… in php_apache_sapi_read_post()
193 apr_brigade_flatten(brigade, buf, &len); in php_apache_sapi_read_post()
195 tlen += len; in php_apache_sapi_read_post()
196 if (tlen == count_bytes || !len) { in php_apache_sapi_read_post()
199 buf += len; in php_apache_sapi_read_post()
200 len = count_bytes - tlen; in php_apache_sapi_read_post()

Completed in 76 milliseconds

12345678910>>...20