Searched refs:PP_ERROR_NOSPACE (Results 1 – 11 of 11) sorted by relevance
70 PP_ERROR_NOSPACE = -9, enumerator
44 return PP_ERROR_NOSPACE; in NetErrorToPepperError()
278 SendAcceptError(context, PP_ERROR_NOSPACE); in OnAcceptCompleted()286 SendAcceptError(context, PP_ERROR_NOSPACE); in OnAcceptCompleted()
884 SendAcceptError(context, PP_ERROR_NOSPACE); in OnAcceptCompleted()891 SendAcceptError(context, PP_ERROR_NOSPACE); in OnAcceptCompleted()
28 return PP_ERROR_NOSPACE; in FileErrorToPepperError()
80 case PP_ERROR_NOSPACE: return ENOSPC; in PPErrorToErrno()
36 * PP_ERROR_NOSPACE if socket can't be initialized, or
135 * The error code will be <code>PP_ERROR_NOSPACE</code> if the value is
53 case PP_ERROR_NOSPACE: in PepperErrorToNetError()
310 res = PP_ERROR_NOSPACE; in OnMsgWriteData()
65 PP_ERROR_NOSPACE = -9,