Searched refs:PP_ERROR_NOSPACE (Results 1 – 10 of 10) sorted by relevance
70 PP_ERROR_NOSPACE = -9, enumerator
44 return PP_ERROR_NOSPACE; in NetErrorToPepperError()
57 case PP_ERROR_NOSPACE: return ENOSPC; in PPErrorToErrno()
28 return PP_ERROR_NOSPACE; in PlatformFileErrorToPepperError()
276 SendAcceptError(context, PP_ERROR_NOSPACE); in OnAcceptCompleted()285 SendAcceptError(context, PP_ERROR_NOSPACE); in OnAcceptCompleted()
863 SendAcceptError(context, PP_ERROR_NOSPACE); in OnAcceptCompleted()870 SendAcceptError(context, PP_ERROR_NOSPACE); in OnAcceptCompleted()
36 * PP_ERROR_NOSPACE if socket can't be initialized, or
134 * The error code will be <code>PP_ERROR_NOSPACE</code> if the value is
311 res = PP_ERROR_NOSPACE; in OnMsgWriteData()
65 PP_ERROR_NOSPACE = -9,