Home
last modified time | relevance | path

Searched defs:priority (Results 1 – 9 of 9) sorted by relevance

/php-src/main/
H A Dphp_syslog.c35 PHPAPI void php_syslog_str(int priority, const zend_string* message) in php_syslog_str()
87 PHPAPI void php_syslog(int priority, const char *format, ...) /* {{{ */ in php_syslog()
106 PHPAPI void php_syslog(int priority, const char *format, ...) /* {{{ */ in php_syslog()
/php-src/win32/
H A Dwsyslog.c81 void syslog(int priority, const char *message, ...) in syslog()
90 void vsyslog(int priority, const char *message, va_list args) in vsyslog()
/php-src/ext/standard/
H A Dsyslog.c97 zend_long priority; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php2124 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/php-src/Zend/
H A Dzend_ast.c1300 static ZEND_COLD void zend_ast_export_name(smart_str *str, zend_ast *ast, int priority, int indent) in zend_ast_export_name()
1313 static ZEND_COLD void zend_ast_export_ns_name(smart_str *str, zend_ast *ast, int priority, int inde… in zend_ast_export_ns_name()
1375 static ZEND_COLD void zend_ast_export_var(smart_str *str, zend_ast *ast, int priority, int indent) in zend_ast_export_var()
1393 …zend_ast_export_list(smart_str *str, zend_ast_list *list, bool separator, int priority, int indent) in zend_ast_export_list()
1547 static ZEND_COLD void zend_ast_export_zval(smart_str *str, zval *zv, int priority, int indent) in zend_ast_export_zval()
1734 static ZEND_COLD void zend_ast_export_ex(smart_str *str, zend_ast *ast, int priority, int indent) in zend_ast_export_ex()
/php-src/ext/spl/
H A Dspl_heap.stub.php18 public function insert(mixed $value, mixed $priority): true {}
H A Dspl_heap.c73 zval priority; member
654 zval *data, *priority; in PHP_METHOD() local
/php-src/ext/pcntl/
H A Dpcntl.stub.php989 function pcntl_setpriority(int $priority, ?int $process_id = null, int $mode = PRIO_PROCESS): bool{}
/php-src/ext/gd/libgd/
H A Dgd.c69 void gd_stderr_error(int priority, const char *format, va_list args) in gd_stderr_error()
96 static void _gd_error_ex(int priority, const char *format, va_list args) in _gd_error_ex()
111 void gd_error_ex(int priority, const char *format, ...) in gd_error_ex()

Completed in 41 milliseconds