| 901 | } |
| 902 | |
| 903 | txBoolean fx_parseURLHasOpaquePath(txMachine* the, txSlot* parts) |
| 904 | { |
| 905 | mxPushSlot(parts); |
| 906 | return mxHasID(xsID_path); |
| 907 | } |
| 908 | |
| 909 | txBoolean fx_parseURLHost(txMachine* the, txStringStream* src, txInteger from, txInteger to, txStringStream* dst, txBoolean special) |
| 910 | { |