Home
last modified time | relevance | path

Searched refs:resolved_path_len (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/xmlreader/
H A Dphp_xmlreader.c249 char *_xmlreader_get_valid_file_path(char *source, char *resolved_path, int resolved_path_len ) { in _xmlreader_get_valid_file_path() argument
1164 int resolved_path_len, ret = 0; in xml_reader_from_string() local
1200 resolved_path_len = strlen(resolved_path); in xml_reader_from_string()
1201 if (resolved_path[resolved_path_len - 1] != DEFAULT_SLASH) { in xml_reader_from_string()
1202 resolved_path[resolved_path_len] = DEFAULT_SLASH; in xml_reader_from_string()
1203 resolved_path[++resolved_path_len] = '\0'; in xml_reader_from_string()
/php-src/ext/dom/
H A Ddocument.c1291 const char *dom_get_valid_file_path(const char *source, char *resolved_path, int resolved_path_len in dom_get_valid_file_path() argument
1353 int resolved_path_len; in dom_document_parser() local
1406 resolved_path_len = strlen(resolved_path); in dom_document_parser()
1407 if (resolved_path[resolved_path_len - 1] != DEFAULT_SLASH) { in dom_document_parser()
1408 resolved_path[resolved_path_len] = DEFAULT_SLASH; in dom_document_parser()
1409 resolved_path[++resolved_path_len] = '\0'; in dom_document_parser()
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.c107 …c char *_xmlwriter_get_valid_file_path(char *source, char *resolved_path, int resolved_path_len ) { in _xmlwriter_get_valid_file_path() argument

Completed in 21 milliseconds