Searched refs:_php_stream_mkdir (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_5/main/ |
| H A D | php_streams.h | 338 PHPAPI int _php_stream_mkdir(char *path, int mode, int options, php_stream_context *context TSRMLS_DC); 339 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, context TSRMLS_CC)
|
| /PHP_5_5/main/streams/ |
| H A D | streams.c | 1881 /* {{{ _php_stream_mkdir 1883 PHPAPI int _php_stream_mkdir(char *path, int mode, int options, php_stream_context *context TSRMLS_DC) function
|
Completed in 7 milliseconds