Lines Matching refs:PARAM_OK
88 return PARAM_OK;
119 return PARAM_OK;
123 * Parse the string and write the long in the given address. Return PARAM_OK
143 return PARAM_OK; /* Ok */
157 if(result != PARAM_OK)
164 return PARAM_OK;
168 * Parse the string and write the long in the given address. Return PARAM_OK
179 if(result != PARAM_OK)
184 return PARAM_OK;
189 * maximum allowed value. Return PARAM_OK on success, otherwise a parameter
200 if(result != PARAM_OK)
205 return PARAM_OK;
210 * Parse the string and write the double in the given address. Return PARAM_OK
236 return PARAM_OK; /* Ok */
244 * milliseconds that corresponds in the given address. Return PARAM_OK on
259 if(result != PARAM_OK)
265 return PARAM_OK;
439 return *ostr ? PARAM_OK : PARAM_NO_MEM;
446 * @return PARAM_OK protocol supported
456 return PARAM_OK;
466 * @return PARAM_OK if successful, a parameter specific error enum if failure.
490 return PARAM_OK;
557 return PARAM_OK;
639 ParameterError err = PARAM_OK;
677 * Parse the string and modify ssl_version in the val argument. Return PARAM_OK
703 return PARAM_OK;