Home
last modified time | relevance | path

Searched defs:ident (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/standard/html_tables/
H A Dhtml_table_gen.php355 $ident = "html5"; variable
794 $ident = "html4"; variable
800 $ident = "be_noapos"; variable
806 $ident = "be_apos"; variable
/php-src/ext/standard/
H A Dpassword.c40 int php_password_algo_register(const char *ident, const php_password_algo *algo) { in php_password_algo_register()
45 void php_password_algo_unregister(const char *ident) { in php_password_algo_unregister()
459 const php_password_algo* php_password_algo_find(const zend_string *ident) { in php_password_algo_find()
511 const char *ident, *ident_end; in php_password_algo_extract_ident() local
530 zend_string *ident = php_password_algo_extract_ident(hash); in php_password_algo_identify_ex() local
545 zend_string *hash, *ident; in PHP_FUNCTION() local
H A Dsyslog.c61 char *ident; in PHP_FUNCTION() local
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Danb.c134 lxb_css_syntax_token_ident_t *ident; in lxb_css_syntax_anb_handler() local
215 lxb_css_syntax_token_ident_t *ident; in lxb_css_syntax_anb_state_ident() local
H A Dtoken.h183 lxb_css_syntax_token_ident_t ident; member
H A Dstate.c1166 lxb_css_syntax_token_t *ident; in lxb_css_syntax_state_less_sign() local
/php-src/win32/
H A Dwsyslog.c146 void openlog(const char *ident, int logopt, int facility) in openlog()
/php-src/main/
H A Dphp_syslog.c74 void php_openlog(const char *ident, int option, int facility) in php_openlog()
/php-src/ext/gd/libgd/
H A Dgd_tga.h26 char *ident; // identifcation tag string member
/php-src/ext/dom/lexbor/lexbor/css/selectors/
H A Dpseudo_state.c224 lxb_css_syntax_token_ident_t *ident; in lxb_css_selectors_state_pseudo_of_begin() local
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c302 char pname[254], ident[253], ident2[253]; in php_firebird_preprocess() local
/php-src/Zend/
H A Dzend_language_scanner.l299 ZEND_API zend_result zend_lex_tstring(zval *zv, unsigned char *ident) in zend_lex_tstring()
H A Dzend_compile.h129 unsigned char *ident; member
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Ddecode.c113 #define LXB_ENCODING_DECODE_FAILED(ident) \ argument

Completed in 73 milliseconds