Searched refs:osl_File_E_AGAIN (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/sal/osl/w32/ |
H A D | file_error.c | 69 { ERROR_NO_PROC_SLOTS, osl_File_E_AGAIN }, /* 89 */ 83 { ERROR_MAX_THRDS_REACHED, osl_File_E_AGAIN }, /* 164 */ 87 { ERROR_NESTING_NOT_ALLOWED, osl_File_E_AGAIN }, /* 215 */
|
H A D | file.cxx | 616 return osl_File_E_AGAIN; in readLineAt()
|
/aoo41x/main/shell/source/win32/ |
H A D | SysShExec.cxx | 122 { ERROR_NO_PROC_SLOTS, osl_File_E_AGAIN }, /* 89 */ 136 { ERROR_MAX_THRDS_REACHED, osl_File_E_AGAIN }, /* 164 */ 140 { ERROR_NESTING_NOT_ALLOWED, osl_File_E_AGAIN }, /* 215 */
|
/aoo41x/main/sal/osl/unx/ |
H A D | file_error_transl.cxx | 102 osl_error = osl_File_E_AGAIN; in oslTranslateFileError()
|
H A D | file.cxx | 682 return osl_File_E_AGAIN; in readLineAt()
|
/aoo41x/main/sal/osl/os2/ |
H A D | file_error_transl.cxx | 99 osl_error = osl_File_E_AGAIN; in oslTranslateFileError()
|
H A D | file.cxx | 118 { ERROR_NO_PROC_SLOTS, osl_File_E_AGAIN }, /* 89 */ 132 { ERROR_MAX_THRDS_REACHED, osl_File_E_AGAIN }, /* 164 */ 136 { ERROR_NESTING_NOT_ALLOWED, osl_File_E_AGAIN }, /* 215 */ 713 return osl_File_E_AGAIN; in readLineAt()
|
/aoo41x/main/sal/inc/osl/ |
H A D | file.h | 101 osl_File_E_AGAIN, enumerator
|
H A D | file.hxx | 68 E_AGAIN = osl_File_E_AGAIN,
|
/aoo41x/main/store/source/ |
H A D | lockbyte.cxx | 180 case osl_File_E_AGAIN: in errorFromNative()
|
/aoo41x/main/store/workben/ |
H A D | t_page.cxx | 1129 case osl_File_E_AGAIN: in ERROR_FROM_NATIVE()
|
Completed in 66 milliseconds