| 1320 | } |
| 1321 | |
| 1322 | void fx_parseURLNullPart(txMachine* the, txSlot* target, txID id) |
| 1323 | { |
| 1324 | mxPushNull(); |
| 1325 | mxPushSlot(target); |
| 1326 | mxSetID(id); |
| 1327 | mxPop(); |
| 1328 | } |
| 1329 | |
| 1330 | void fx_parseURLPercentEncode(txMachine* the, txInteger c, txStringStream* dst, const char* set) |
| 1331 | { |