Home
last modified time | relevance | path

Searched refs:CHECK_NULL_PATH (Results 1 – 5 of 5) sorted by relevance

/PHP-5.4/ext/hash/
H A Dhash.c144 if (CHECK_NULL_PATH(data, data_len)) { in php_hash_do_hash()
226 if (CHECK_NULL_PATH(data, data_len)) { in php_hash_do_hash_hmac()
/PHP-5.4/ext/fileinfo/
H A Dfileinfo.c509 if (CHECK_NULL_PATH(buffer, buffer_len)) {
/PHP-5.4/ext/dom/
H A Ddocument.c1584 if (CHECK_NULL_PATH(source, source_len)) { in dom_document_parser()
2006 if (CHECK_NULL_PATH(source, source_len)) { in _dom_document_schema_validate()
2099 if (CHECK_NULL_PATH(source, source_len)) { in _dom_document_relaxNG_validate()
2193 if (CHECK_NULL_PATH(source, source_len)) { in dom_load_html()
/PHP-5.4/main/
H A Dfopen_wrappers.c481 if (!filename || CHECK_NULL_PATH(filename, filename_length)) {
/PHP-5.4/Zend/
H A Dzend_API.h540 #define CHECK_NULL_PATH(p, l) (strlen(p) != l) macro

Completed in 31 milliseconds