Home
last modified time | relevance | path

Searched defs:len (Results 251 – 275 of 324) sorted by relevance

1...<<111213

/PHP-7.1/ext/ftp/
H A Dftp.c1270 my_send(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_send()
1364 my_recv(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_recv()
/PHP-7.1/sapi/apache2handler/
H A Dsapi_apache2.c183 apr_size_t len, tlen=0; in php_apache_sapi_read_post() local
/PHP-7.1/ext/pdo_firebird/
H A Dfirebird_driver.c257 short len = (short)isc_vax_integer(&result[i+1],2); in firebird_handle_doer() local
/PHP-7.1/ext/standard/
H A Dhtml.c380 size_t len = 0; in determine_charset() local
1228 size_t cursor, maxlen, len; in php_escape_html_entities_ex() local
H A Dproc_open.c750 size_t len; in PHP_FUNCTION() local
H A Dformatted_print.c75 size_t alignment, size_t len, int neg, int expprec, int always_sign) in php_sprintf_appendstring()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg.c919 size_t len; in php_sapi_phpdbg_register_vars() local
1476 int len = strlen(php_optarg); in main() local
H A Dphpdbg_cmd.h67 size_t len; member
H A Dphpdbg.h81 #define zend_hash_str_add_tmp(ht, key, len, pData) \ argument
/PHP-7.1/Zend/
H A Dzend_builtin_functions.c673 zend_long len; in ZEND_FUNCTION() local
707 zend_long len; in ZEND_FUNCTION() local
1350 size_t len = ZSTR_LEN(mptr->common.function_name); in ZEND_FUNCTION() local
H A Dzend_compile.c149 size_t len; member
836 size_t len = str1_len + str2_len + str3_len; in zend_concat3() local
860 void *zend_hash_find_ptr_lc(HashTable *ht, const char *str, size_t len) { in zend_hash_find_ptr_lc()
918 size_t len = compound - ZSTR_VAL(name); in zend_resolve_non_class_name() local
970 size_t len = compound - ZSTR_VAL(name); in zend_resolve_class_name() local
1314 size_t len = 0; in zend_strnlen() local
1366 static zend_constant *zend_lookup_reserved_const(const char *name, size_t len) /* {{{ */ in zend_lookup_reserved_const()
1630 zend_bool zend_is_auto_global_str(char *name, size_t len) /* {{{ */ { in zend_is_auto_global_str()
1822 size_t len = left_len + ZSTR_LEN(right) + 1; /* left\right */ in zend_ast_append_str() local
1867 ZEND_API size_t zend_dirname(char *path, size_t len) in zend_dirname()
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_dump.c388 int len = 0; in zend_dump_op() local
H A Dblock_pass.c805 uint32_t len = 0; in assemble_code_blocks() local
H A Dzend_optimizer.c124 int zend_optimizer_is_disabled_func(const char *name, size_t len) { in zend_optimizer_is_disabled_func()
/PHP-7.1/ext/exif/
H A Dexif.c278 size_t len = 0; in ZEND_GET_MODULE() local
994 static char * exif_get_tagname(int tag_num, char *ret, int len, tag_table_type tag_table) in exif_get_tagname()
1029 static unsigned char* exif_char_dump(unsigned char * addr, int len, int offset) in exif_char_dump()
1154 int len; in exif_dump_data() local
1448 int i, len, ml = 0; in exif_get_sectionlist() local
2622 size_t len; in exif_process_user_comment() local
/PHP-7.1/ext/oci8/
H A Doci8_lob.c169 sb4 php_oci_lob_callback (dvoid *ctxp, CONST dvoid *bufxp, oraub8 len, ub1 piece, dvoid **changed_b… in php_oci_lob_callback()
/PHP-7.1/ext/tidy/
H A Dtidy.c484 static void* TIDY_CALL php_tidy_realloc(void *buf, size_t len) in php_tidy_realloc()
1016 static int php_tidy_parse_string(PHPTidyObj *obj, char *string, uint len, char *enc) in php_tidy_parse_string()
/PHP-7.1/main/
H A Dphp_variables.c356 size_t len = php_stream_read(s, buf, SAPI_POST_HANDLER_BUFSIZ); in SAPI_POST_HANDLER_FUNC() local
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_util_funcs.c738 unsigned int zend_adler32(unsigned int checksum, signed char *buf, uint len) in zend_adler32()
/PHP-7.1/ext/com_dotnet/
H A Dcom_com.c683 size_t len; in PHP_FUNCTION() local
/PHP-7.1/ext/pdo_oci/
H A Doci_statement.c762 static int oci_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, size_t *len, int *caller_frees… in oci_stmt_get_col()
/PHP-7.1/ext/imap/
H A Dphp_imap.c2395 unsigned long len; in PHP_FUNCTION() local
2437 unsigned long len; in PHP_FUNCTION() local
4373 int len = strlen(string); in _php_rfc822_soutr() local
4407 int len; in _php_rfc822_len() local
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_internal.h617 #define GETCHARLEN(c, eptr, len) c = *eptr; argument
741 #define GETUTF8LEN(c, eptr, len) \ argument
778 #define GETCHARLEN(c, eptr, len) \ argument
786 #define GETCHARLENTEST(c, eptr, len) \ argument
866 #define GETUTF16LEN(c, eptr, len) \ argument
873 #define GETCHARLEN(c, eptr, len) \ argument
881 #define GETCHARLENTEST(c, eptr, len) \ argument
936 #define GETCHARLEN(c, eptr, len) \ argument
943 #define GETCHARLENTEST(c, eptr, len) \ argument
/PHP-7.1/ext/pdo_sqlite/
H A Dsqlite_driver.c222 static char *pdo_sqlite_last_insert_id(pdo_dbh_t *dbh, const char *name, size_t *len) in pdo_sqlite_last_insert_id()
/PHP-7.1/ext/zip/lib/
H A Dzip.h258 #define ZIP_SOURCE_GET_ARGS(type, data, len, error) ((len) < sizeof(type) ? zip_error_set((error), … argument

Completed in 153 milliseconds

1...<<111213