Searched defs:ident (Results 1 – 9 of 9) sorted by relevance
355 $ident = "html5"; variable794 $ident = "html4"; variable800 $ident = "be_noapos"; variable806 $ident = "be_apos"; variable
40 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()471 const php_password_algo* php_password_algo_find(const zend_string *ident) { in php_password_algo_find()523 const char *ident, *ident_end; in php_password_algo_extract_ident() local542 zend_string *ident = php_password_algo_extract_ident(hash); in php_password_algo_identify_ex() local557 zend_string *hash, *ident; in PHP_FUNCTION() local
132 char *ident; in PHP_FUNCTION() local
146 void openlog(const char *ident, int logopt, int facility) in openlog()
35 void php_openlog(const char *ident, int option, int facility) in php_openlog()
26 char *ident; // identifcation tag string member
297 char pname[254], ident[253], ident2[253]; in preprocess() local
312 char *ident = (char *) SCNG(yy_start) + ident_ref.offset; in zend_lex_tstring() local
130 zend_lexer_ident_ref ident; member
Completed in 65 milliseconds