Sha256: 2afddf3ec41253758a4ee2fc7f7311bbf039b862c5114ab40831b89689addad5

Contents?: true

Size: 1.38 KB

Versions: 9

Compression:

Stored size: 1.38 KB

Contents

/*
 * Copyright (c) 2011, Vicent Marti
 *
 * Permission to use, copy, modify, and distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

#ifndef UPSKIRT_AUTOLINK_H
#define UPSKIRT_AUTOLINK_H

#include "buffer.h"

#ifdef __cplusplus
extern "C" {
#endif

enum {
	SD_AUTOLINK_SHORT_DOMAINS = (1 << 0),
};

int
sd_autolink_issafe(const uint8_t *link, size_t link_len);

size_t
sd_autolink__www(size_t *rewind_p, struct buf *link,
	uint8_t *data, size_t offset, size_t size, unsigned int flags);

size_t
sd_autolink__email(size_t *rewind_p, struct buf *link,
	uint8_t *data, size_t offset, size_t size, unsigned int flags);

size_t
sd_autolink__url(size_t *rewind_p, struct buf *link,
	uint8_t *data, size_t offset, size_t size, unsigned int flags);

#ifdef __cplusplus
}
#endif

#endif

Version data entries

9 entries across 8 versions & 2 rubygems

Version Path
climine-0.0.7 vendor/bundle/ruby/2.1.0/gems/redcarpet-3.0.0/ext/redcarpet/autolink.h
climine-0.0.7 vendor/bundle/ruby/2.0.0/gems/redcarpet-3.0.0/ext/redcarpet/autolink.h
climine-0.0.6 vendor/bundle/ruby/2.0.0/gems/redcarpet-3.0.0/ext/redcarpet/autolink.h
climine-0.0.5 vendor/bundle/ruby/2.0.0/gems/redcarpet-3.0.0/ext/redcarpet/autolink.h
climine-0.0.4 vendor/bundle/ruby/2.0.0/gems/redcarpet-3.0.0/ext/redcarpet/autolink.h
climine-0.0.3 vendor/bundle/ruby/2.0.0/gems/redcarpet-3.0.0/ext/redcarpet/autolink.h
climine-0.0.2 vendor/bundle/ruby/2.0.0/gems/redcarpet-3.0.0/ext/redcarpet/autolink.h
climine-0.0.1 vendor/bundle/ruby/2.0.0/gems/redcarpet-3.0.0/ext/redcarpet/autolink.h
redcarpet-3.0.0 ext/redcarpet/autolink.h