Home
last modified time | relevance | path

Searched defs:n (Results 126 – 150 of 203) sorted by relevance

123456789

/PHP-7.4/sapi/apache2handler/
H A Dapache_config.c147 php_conf_rec *d = base_conf, *e = new_conf, *n = NULL; in merge_php_config() local
/PHP-7.4/main/streams/
H A Dfilter.c227 size_t n; in php_stream_filter_create() local
H A Dtransports.c65 size_t n = 0; in _php_stream_xport_create() local
H A Dxp_socket.c192 int n; in php_sockop_close() local
/PHP-7.4/ext/gd/libgd/
H A Dgdft.c217 int i, n = 0; in gdTcl_UtfToUniChar() local
368 int n; local
H A Dgd_filter.c57 unsigned int n; in gdImageScatterEx() local
/PHP-7.4/ext/standard/
H A Dstring.c3240 const char *n = needle; local
3325 const char *n; local
3412 const char *n = needle; local
3551 zend_string *n; local
3994 int i, n = zend_ulong_ntz(res); local
4023 int i, n = zend_ulong_ntz(res); local
4297 int i, n = zend_ulong_ntz(res); local
5088 char c, *n; local
/PHP-7.4/ext/sockets/
H A Dsendrecvmsg.c281 n = 0; in PHP_FUNCTION() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfuncs.c405 #define OCTALIFY(n, o) \ argument
/PHP-7.4/ext/mbstring/
H A Dphp_unicode.c425 size_t n = srclen; in php_unicode_convert_case() local
/PHP-7.4/ext/hash/
H A Dhash_sha.c124 int n; in PHP_FUNCTION() local
168 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
H A Dhash_haval.c137 #define ROTR(x,n) (((x) >> (n)) | ((x) << (32 - (n)))) argument
/PHP-7.4/ext/date/
H A Dphp_date.c2281 static HashTable *date_object_get_gc(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc()
2288 static HashTable *date_object_get_gc_timezone(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_timezone()
2523 static HashTable *date_object_get_gc_interval(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_interval()
2543 #define PHP_DATE_INTERVAL_ADD_PROPERTY(n,f) \ in date_object_get_properties_interval() argument
4248 #define GET_VALUE_FROM_STRUCT(n,m) \ in date_interval_read_property() argument
4320 #define SET_VALUE_FROM_STRUCT(n,m) \ in date_interval_write_property() argument
5223 static HashTable *date_object_get_gc_period(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_period()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_cfg.c783 int i, j, k, n; in zend_cfg_identify_loops() local
H A Dzend_inference.c538 static inline zend_long safe_shift_left(zend_long n, zend_long s) { in safe_shift_left()
542 static inline zend_bool shift_left_overflows(zend_long n, zend_long s) { in shift_left_overflows()
1642 int j, n; in zend_infer_ranges_warmup() local
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.c56 #define YYFILL(n) return EOI; argument
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c374 ISC_INT64 n, f = scales[-var->sqlscale]; in firebird_stmt_get_col() local
/PHP-7.4/ext/zip/
H A Dphp_zip.c142 int n, ret; in php_zip_extract_file() local
521 size_t n; in php_zip_glob() local
1314 int n = 0; in PHP_NAMED_FUNCTION() local
2711 int n = 0; local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1316 uint32_t n = 0; in read_number() local
4215 int n = 0; in parse_regex() local
5053 unsigned int n = 0; in add_list_to_class_internal() local
5127 unsigned int n = 0; in add_list_to_class() local
8291 int n = GET2(scode, 1+LINK_SIZE); in is_anchored() local
8429 int n = GET2(scode, 1+LINK_SIZE); in is_startline() local
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c1874 int n; in php_openssl_enable_crypto() local
2233 int n; in php_openssl_sockop_close() local
2466 int n = SSL_peek(sslsock->ssl_handle, &buf, sizeof(buf)); in php_openssl_sockop_set_option() local
/PHP-7.4/ext/com_dotnet/
H A Dcom_handlers.c253 static HashTable *com_get_gc(zval *object, zval **table, int *n) in com_get_gc()
/PHP-7.4/Zend/
H A Dzend_ast.c395 static inline zend_bool is_power_of_two(uint32_t n) { in is_power_of_two()
1352 #define APPEND_DEFAULT_VALUE(n) do { \ argument
/PHP-7.4/ext/soap/
H A Dphp_encoding.c667 int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in); in to_zval_string() local
700 int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in); in to_zval_stringr() local
733 int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in); in to_zval_stringc() local
854 int n = xmlCharEncInFunc(SOAP_GLOBAL(encoding), out, in); in to_xml_string() local
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c885 struct socket_entry *n = entries, *m; in php_cli_server_poller_iter_on_active() local
1570 char *n = p; in normalize_vpath() local
1577 char *n = p; in normalize_vpath() local
2633 int n = php_cli_server_poller_poll(&server->poller, &tv); in php_cli_server_do_event_loop() local
/PHP-7.4/ext/calendar/
H A Dcalendar.c512 static char *heb_number_to_chars(int n, int fl, char **ret) in heb_number_to_chars()

Completed in 223 milliseconds

123456789