Home
last modified time | relevance | path

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

/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c83 cwd_state main_cwd_state; /* True global */ variable
422 CWD_STATE_COPY(&cwd_g->cwd, &main_cwd_state); in cwd_globals_ctor()
460 main_cwd_state.cwd_length = strlen(cwd); in virtual_cwd_startup()
462 if (main_cwd_state.cwd_length >= 2 && cwd[1] == ':') { in virtual_cwd_startup()
466 main_cwd_state.cwd = strdup(cwd); in virtual_cwd_startup()
489 …free(main_cwd_state.cwd); /* Don't use CWD_STATE_FREE because the non global states will probably … in virtual_cwd_shutdown()

Completed in 8 milliseconds