Lines Matching defs:rc

294 	int	rc;
373 rc = ndr_outer_grow(outer_ref, n_fixed);
374 if (!rc)
385 rc = ndr_inner(outer_ref);
386 if (!rc)
658 int rc;
687 rc = ndr_outer_grow(outer_ref, n_pdu_total);
688 if (!rc)
689 return (rc); /* error already set */
730 rc = ndr_inner(&myref);
731 if (!rc)
732 return (rc); /* error already set */
748 int rc;
777 rc = ndr_outer_grow(outer_ref, n_pdu_total);
778 if (!rc)
779 return (rc); /* error already set */
821 rc = ndr_inner(&myref);
822 if (!rc)
823 return (rc); /* error already set */
840 int rc;
870 rc = ndr_outer_grow(outer_ref, n_pdu_total);
871 if (!rc)
872 return (rc); /* error already set */
877 rc = ndr_outer_poke_sizing(outer_ref, 0, &size_is);
878 if (!rc)
897 rc = ndr_outer_peek_sizing(outer_ref, 0, &size_is);
898 if (!rc)
948 rc = ndr_inner(&myref);
949 if (!rc)
950 return (rc); /* error already set */
968 int rc;
997 rc = ndr_outer_grow(outer_ref, n_pdu_total);
998 if (!rc)
999 return (rc); /* error already set */
1009 rc = ndr_outer_poke_sizing(outer_ref, 0, &size_is);
1010 if (!rc)
1029 rc = ndr_outer_peek_sizing(outer_ref, 0, &size_is);
1030 if (!rc)
1038 rc = ndr_outer_grow(outer_ref, n_pdu_total);
1039 if (!rc)
1040 return (rc); /* error already set */
1075 rc = ndr_inner(&myref);
1076 if (!rc)
1077 return (rc); /* error already set */
1096 int rc;
1121 rc = ndr_outer_grow(outer_ref, n_pdu_total);
1122 if (!rc)
1123 return (rc); /* error already set */
1131 rc = ndr_outer_poke_sizing(outer_ref, 0, &size_is);
1132 if (!rc)
1168 int rc;
1328 rc = ndr_outer_grow(outer_ref, n_pdu_total);
1329 if (!rc)
1330 return (rc); /* error already set */
1360 rc = ndr_inner(&myref);
1361 if (!rc)
1362 return (rc); /* error already set */
1375 int rc;
1392 rc = NDS_GET_PDU(nds, pdu_offset, 4, (char *)sizing_p,
1401 return (rc);
1410 int rc;
1423 rc = NDS_PUT_PDU(nds, pdu_offset, 4, (char *)sizing_p,
1436 return (rc);
1448 int rc;
1467 rc = NDS_PAD_PDU(nds, nds->pdu_scan_offset, n_pad, outer_ref);
1468 if (!rc) {
1491 int rc, is_ok = 0;
1503 rc = NDS_GROW_PDU(nds, pdu_want_size, outer_ref);
1504 if (!rc) {
1821 int rc;
1825 rc = NDS_PUT_PDU(nds, ref->pdu_offset, size,
1830 rc = NDS_GET_PDU(nds, ref->pdu_offset, size,
1839 return (rc);
2043 int rc;
2045 if ((rc = smb_mbtowc(wcharp, mbchar, nbytes)) < 0)
2046 return (rc);
2053 return (rc);