Home
last modified time | relevance | path

Searched defs:n (Results 26 – 50 of 220) sorted by path

123456789

/PHP-8.0/Zend/
H A Dzend_strtod.c525 #define ACQUIRE_DTOA_LOCK(n) /*nothing*/ argument
526 #define FREE_DTOA_LOCK(n) /*nothing*/ argument
1027 int i, k1, n, n1; local
1741 int n; local
1773 int n, nwds; local
1815 int big, denorm, esign, havedig, k, n, nbits, up, zret; local
2186 int n; local
3643 nrv_alloc(s, rve, n) char *s, **rve; int n; in nrv_alloc() argument
H A Dzend_ts_hash.h130 #define ZEND_TS_INIT_SYMTABLE_EX(ht, n, persistent) \ argument
H A Dzend_virtual_cwd.c366 zend_ulong n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_del() local
404 zend_ulong n; in realpath_cache_add() local
440 zend_ulong n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_find() local
H A Dzend_vm_trace_map.h22 #define GEN_MAP(n, name) do { \ argument
H A Dzend_weakrefs.c444 static HashTable *zend_weakmap_get_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_gc()
/PHP-8.0/ext/bcmath/libbcmath/src/
H A Dnum2long.c57 char n = *nptr++; local
H A Drecmul.c178 int n, prodlen, m1zero; in _bc_rec_mul() local
/PHP-8.0/ext/calendar/
H A Dcalendar.c383 static char *heb_number_to_chars(int n, int fl, char **ret) in heb_number_to_chars()
/PHP-8.0/ext/com_dotnet/
H A Dcom_handlers.c231 static HashTable *com_get_gc(zend_object *object, zval **table, int *n) in com_get_gc()
/PHP-8.0/ext/curl/
H A Dinterface.c71 static ZEND_ATTRIBUTE_UNUSED void php_curl_ssl_lock(int mode, int n, const char * file, int line) in php_curl_ssl_lock()
256 size_t n = 0; in PHP_INI_END() local
1262 static HashTable *curl_get_gc(zend_object *object, zval **table, int *n) in curl_get_gc()
H A Dmulti.c567 static HashTable *curl_multi_get_gc(zend_object *object, zval **table, int *n) in curl_multi_get_gc()
/PHP-8.0/ext/date/lib/
H A Dparse_date.c90 #define YYFILL(n) return EOI; argument
H A Dparse_iso_intervals.c56 #define YYFILL(n) return EOI; argument
H A Dtimelib.h129 # define TIMELIB_LL_CONST(n) n ## i64 argument
133 # define TIMELIB_LL_CONST(n) n ## ll argument
/PHP-8.0/ext/date/
H A Dphp_date.c1822 static HashTable *date_object_get_gc(zend_object *object, zval **table, int *n) /* {{{ */ in date_object_get_gc()
1829 static HashTable *date_object_get_gc_timezone(zend_object *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_timezone()
2066 static HashTable *date_object_get_gc_interval(zend_object *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_interval()
2086 #define PHP_DATE_INTERVAL_ADD_PROPERTY(n,f) \ in date_object_get_properties_interval() argument
3801 #define GET_VALUE_FROM_STRUCT(n,m) \ in date_interval_read_property() argument
3850 #define SET_VALUE_FROM_STRUCT(n,m) \ in date_interval_write_property() argument
4740 static HashTable *date_object_get_gc_period(zend_object *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_period()
/PHP-8.0/ext/dba/
H A Ddba_cdb.c217 #define CREAD(n) do { \ argument
235 #define CSEEK(n) do { \ argument
/PHP-8.0/ext/dba/libcdb/
H A Dcdb.c47 unsigned int n; in cdb_match() local
/PHP-8.0/ext/dom/
H A Dnode.c1281 xmlNode *n, *node; in PHP_METHOD() local
/PHP-8.0/ext/exif/
H A Dexif.c1380 int c, i, p=0, n = 5+31; in exif_char_dump() local
3936 int n, marker; in exif_scan_thumbnail() local
/PHP-8.0/ext/ffi/
H A Dffi.c896 int n = 0; in zend_ffi_callback_trampoline() local
912 int n = 0; in zend_ffi_callback_trampoline() local
972 int n = 0; in zend_ffi_create_callback() local
1607 static ZEND_COLD void zend_ffi_pass_incompatible(zval *arg, zend_ffi_type *type, uint32_t n, zend_e… in zend_ffi_pass_incompatible()
1970 zend_long n; in zend_ffi_cdata_get_debug_info() local
2607 static int zend_ffi_pass_var_arg(zval *arg, ffi_type **pass_type, void **arg_values, uint32_t n, ze… in zend_ffi_pass_var_arg()
2664 uint32_t n, arg_count; in ZEND_FUNCTION() local
4114 zend_long n = zval_get_long(val); in ZEND_METHOD() local
4706 static HashTable *zend_fake_get_gc(zend_object *ob, zval **table, int *n) /* {{{ */ in zend_fake_get_gc()
6416 void zend_ffi_add_attribute_value(zend_ffi_dcl *dcl, const char *name, size_t name_len, int n, zend…
[all …]
H A Dffi_parser.c2966 int n; in parse_attrib() local
/PHP-8.0/ext/fileinfo/libmagic/
H A Dcdf.c98 #define CDF_MALLOC(n) emalloc(n) argument
99 #define CDF_REALLOC(p, n) erealloc(p, n) argument
100 #define CDF_CALLOC(n, u) ecalloc(n, u) argument
1229 const char *n; member
H A Dcompress.c358 swrite(int fd, const void *buf, size_t n) in swrite()
383 sread(int fd, void *buf, size_t n, int canbepipe) in sread()
527 size_t bytes_max, size_t *n) in uncompressgzipped()
562 size_t bytes_max, size_t *n, int zlib) in uncompresszlib()
606 size_t bytes_max, size_t *n) in uncompressbzlib()
649 size_t bytes_max, size_t *n) in uncompressxzlib()
737 writechild(int fd, const void *old, size_t n) in writechild()
763 filter_error(unsigned char *ubuf, ssize_t n) in filter_error()
815 unsigned char **newch, size_t* n) in uncompressbuf()
H A Dencoding.c326 int n; in file_looks_utf8() local
H A Dfuncs.c489 #define OCTALIFY(n, o) \ argument

Completed in 194 milliseconds

123456789