Home
last modified time | relevance | path

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

1...<<111213

/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_auth.c317 php_mysqlnd_crypt(zend_uchar *buffer, const zend_uchar *s1, const zend_uchar *s2, size_t len) in php_mysqlnd_crypt()
H A Dmysqlnd_alloc.c617 int len; in _mysqlnd_sprintf() local
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_cmd.h66 size_t len; member
H A Dphpdbg.c886 size_t len; in php_sapi_phpdbg_register_vars() local
1446 int len = strlen(php_optarg); in main() local
H A Dphpdbg.h78 #define zend_hash_str_add_tmp(ht, key, len, pData) \ argument
/PHP-7.0/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.0/ext/mbstring/oniguruma/
H A Dregparse.c221 int len = end - src; in onig_strcpy() local
670 int i, len; in name_find() local
1425 int len = NSTR(node)->end - NSTR(node)->s; in onig_node_str_cat() local
1574 int i, len; in node_str_head_pad() local
4184 int r, neg, len, fetched, and_start; in parse_char_class() local
5005 int r, i, len; in i_apply_case_fold() local
5046 int r, len, group = 0; in parse_exp() local
/PHP-7.0/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 Durl_scanner_ex.c981 size_t len; in php_url_scanner_output_handler() 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.0/Zend/
H A Dzend_compile.c141 size_t len; member
730 size_t len = str1_len + str2_len + str3_len; in zend_concat3() local
754 void *zend_hash_find_ptr_lc(HashTable *ht, const char *str, size_t len) { in zend_hash_find_ptr_lc()
812 size_t len = compound - ZSTR_VAL(name); in zend_resolve_non_class_name() local
864 size_t len = compound - ZSTR_VAL(name); in zend_resolve_class_name() local
1205 size_t len = 0; in zend_strnlen() local
1257 static zend_constant *zend_lookup_reserved_const(const char *name, size_t len) /* {{{ */ in zend_lookup_reserved_const()
1514 zend_bool zend_is_auto_global_str(char *name, size_t len) /* {{{ */ { in zend_is_auto_global_str()
1707 size_t len = left_len + ZSTR_LEN(right) + 1; /* left\right */ in zend_ast_append_str() local
1730 ZEND_API size_t zend_dirname(char *path, size_t len) in zend_dirname()
/PHP-7.0/ext/oci8/
H A Doci8_lob.c165 sb4 php_oci_lob_callback (dvoid *ctxp, CONST dvoid *bufxp, oraub8 len, ub1 piece, dvoid **changed_b… in php_oci_lob_callback()
/PHP-7.0/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
2609 size_t len;; in exif_process_user_comment() local
/PHP-7.0/ext/tidy/
H A Dtidy.c479 static void* TIDY_CALL php_tidy_realloc(void *buf, size_t len) in php_tidy_realloc()
1011 static int php_tidy_parse_string(PHPTidyObj *obj, char *string, uint len, char *enc) in php_tidy_parse_string()
/PHP-7.0/main/
H A Dphp_variables.c336 size_t len = php_stream_read(s, buf, SAPI_POST_HANDLER_BUFSIZ); in SAPI_POST_HANDLER_FUNC() local
/PHP-7.0/ext/com_dotnet/
H A Dcom_com.c681 size_t len; in PHP_FUNCTION() local
H A Dcom_persist.c351 size_t len; in CPH_METHOD() local
H A Dcom_variant.c242 size_t len; in php_com_zval_from_variant() local
/PHP-7.0/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.0/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.0/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.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c788 unsigned int zend_adler32(unsigned int checksum, signed char *buf, uint len) in zend_adler32()
/PHP-7.0/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.0/ext/zip/lib/
H A Dzip.h258 #define ZIP_SOURCE_GET_ARGS(type, data, len, error) ((len) < sizeof(type) ? zip_error_set((error), … argument
/PHP-7.0/ext/iconv/
H A Diconv.c423 size_t len; in php_iconv_output_handler() local
822 const char *str, size_t nbytes, zend_long offset, zend_long len, const char *enc) in _php_iconv_substr()

Completed in 215 milliseconds

1...<<111213