Home
last modified time | relevance | path

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

/PHP-5.5/ext/fileinfo/
H A Dfileinfo.c509 if (CHECK_NULL_PATH(buffer, buffer_len)) {
/PHP-5.5/ext/dom/
H A Ddocument.c1584 if (CHECK_NULL_PATH(source, source_len)) { in dom_document_parser()
2007 if (CHECK_NULL_PATH(source, source_len)) { in _dom_document_schema_validate()
2107 if (CHECK_NULL_PATH(source, source_len)) { in _dom_document_relaxNG_validate()
2201 if (CHECK_NULL_PATH(source, source_len)) { in dom_load_html()
/PHP-5.5/ext/hash/
H A Dhash.c145 if (CHECK_NULL_PATH(data, data_len)) { in php_hash_do_hash()
262 if (CHECK_NULL_PATH(data, data_len)) { in php_hash_do_hash_hmac()
/PHP-5.5/main/
H A Dfopen_wrappers.c481 if (!filename || CHECK_NULL_PATH(filename, filename_length)) {
/PHP-5.5/Zend/
H A Dzend_API.h544 #define CHECK_NULL_PATH(p, l) (strlen(p) != l) macro
/PHP-5.5/ext/phar/
H A Dphar.c2264 if (CHECK_NULL_PATH(filename, filename_len)) {

Completed in 31 milliseconds