Home
last modified time | relevance | path

Searched defs:n (Results 176 – 200 of 203) sorted by relevance

123456789

/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c74 #define OFFSET_OOB(n, o, i) ((n) < CAST(uint32_t, (o)) || (i) > ((n) - (o))) argument
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c1471 int n; in main() local
/PHP-7.4/main/streams/
H A Dplain_wrapper.c1339 int n = 0; in php_plain_files_mkdir() local
H A Dstreams.c1823 size_t n = 0; local
/PHP-7.4/Zend/
H A Dzend_hash.c74 #define SET_INCONSISTENT(n) do { \ argument
79 #define SET_INCONSISTENT(n) argument
H A Dzend_portability.h487 #define ZEND_NORMALIZE_BOOL(n) \ argument
H A Dzend_object_handlers.c118 ZEND_API HashTable *zend_std_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_std_get_gc()
H A Dzend_hash.h331 #define ZEND_INIT_SYMTABLE_EX(ht, n, persistent) \ in END_EXTERN_C() argument
H A Dzend_compile.c467 void zend_del_literal(zend_op_array *op_array, int n) /* {{{ */ in zend_del_literal()
1509 size_t n = 0; in zend_add_to_list() local
5276 uint32_t i, n; in zend_set_function_arg_flags() local
/PHP-7.4/ext/spl/
H A Dspl_observer.c320 static HashTable *spl_object_storage_get_gc(zval *obj, zval **table, int *n) /* {{{ */ in spl_object_storage_get_gc()
/PHP-7.4/ext/gd/libgd/
H A Dgd_topal.c547 int n, lb; in median_cut() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h237 #define mysqlnd_stmt_bind_one_param(stmt,n,z,t) (stmt)->m->bind_one_parameter((stmt), (n), (z), (t… argument
/PHP-7.4/ext/snmp/
H A Dsnmp.c1078 int n; in netsnmp_session_init() local
/PHP-7.4/ext/date/lib/
H A Dparse_date.c90 #define YYFILL(n) return EOI; argument
/PHP-7.4/ext/sockets/
H A Dsockets.c575 size_t n = 0; local
/PHP-7.4/ext/ffi/
H A Dffi_parser.c2968 int n; in parse_attrib() local
/PHP-7.4/ext/phar/
H A Dphar.c2064 static int php_check_dots(const char *element, size_t n) /* {{{ */ in php_check_dots()
/PHP-7.4/ext/session/
H A Dsession.c1121 int n; in strcpy_gmt() local
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1252 static HashTable *sxe_get_gc(zval *object, zval **table, int *n) /* {{{ */ { in sxe_get_gc()
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c65 #define SAFE_SQL_NTS(n) ((SQLSMALLINT) ((n)?(SQL_NTS):0)) argument
/PHP-7.4/ext/exif/
H A Dexif.c1432 int c, i, p=0, n = 5+31; in exif_char_dump() local
3985 int n, marker; in exif_scan_thumbnail() local
/PHP-7.4/ext/standard/
H A Darray.c2657 zend_long n; local
5680 int i, k, n; local
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c282 #define RET_I16(n) (*inst++ = (RET_i16), *inst++ = n, *inst++ = 0) argument
/PHP-7.4/ext/sodium/
H A Dlibsodium.c2828 unsigned char *n; in PHP_FUNCTION() local
/PHP-7.4/ext/imap/
H A Dphp_imap.c2814 #define B64(n) ("ABCDEFGHIJKLMNOPQRSTUVWXYZ" \ argument

Completed in 219 milliseconds

123456789