Lines Matching refs:secure
83 …ring *value, time_t expires, zend_string *path, zend_string *domain, int secure, int httponly, zen… in php_setcookie() argument
174 if (secure) { in php_setcookie()
193 …zend_long *expires, zend_string **path, zend_string **domain, zend_bool *secure, zend_bool *httpon… in php_head_parse_cookie_options_array() argument
210 *secure = zval_is_true(value); in php_head_parse_cookie_options_array()
240 zend_bool secure = 0, httponly = 0; in PHP_FUNCTION() local
249 Z_PARAM_BOOL(secure) in PHP_FUNCTION()
259 …php_head_parse_cookie_options_array(expires_or_options, &expires, &path, &domain, &secure, &httpon… in PHP_FUNCTION()
265 if (php_setcookie(name, value, expires, path, domain, secure, httponly, samesite, 1) == SUCCESS) { in PHP_FUNCTION()
293 zend_bool secure = 0, httponly = 0; in PHP_FUNCTION() local
302 Z_PARAM_BOOL(secure) in PHP_FUNCTION()
312 …php_head_parse_cookie_options_array(expires_or_options, &expires, &path, &domain, &secure, &httpon… in PHP_FUNCTION()
318 if (php_setcookie(name, value, expires, path, domain, secure, httponly, samesite, 0) == SUCCESS) { in PHP_FUNCTION()