Lines Matching defs:fcret
1138 int ret, fcret = 0;
1194 fcret = VERR_LSACC;
1198 fcret = VERR_CR_ASSOC_ACC_LEN;
1201 fcret = VERR_LSDESC_RQST;
1204 fcret = VERR_LSDESC_RQST_LEN;
1206 fcret = VERR_CR_ASSOC;
1209 fcret = VERR_ASSOC_ID;
1213 fcret = VERR_ASSOC_ID_LEN;
1216 fcret = VERR_CONN_ID;
1219 fcret = VERR_CONN_ID_LEN;
1221 if (fcret) {
1225 queue->qnum, validation_errors[fcret]);
1254 int ret, fcret = 0;
1309 fcret = VERR_LSACC;
1312 fcret = VERR_CR_CONN_ACC_LEN;
1314 fcret = VERR_LSDESC_RQST;
1317 fcret = VERR_LSDESC_RQST_LEN;
1319 fcret = VERR_CR_CONN;
1322 fcret = VERR_CONN_ID;
1325 fcret = VERR_CONN_ID_LEN;
1327 if (fcret) {
1331 queue->qnum, validation_errors[fcret]);