aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@aful.org>1999-07-15 19:13:32 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-07-15 19:13:32 +0800
commit16d79f55774a2c65863d2d9ec322f9bdbc1297a2 (patch)
tree3491377d19c416168c810e85bc964047efb0b746
parentfce26238c489db149f63164f13adf4bdb83d6062 (diff)
downloadgsoc2013-evolution-16d79f55774a2c65863d2d9ec322f9bdbc1297a2.tar
gsoc2013-evolution-16d79f55774a2c65863d2d9ec322f9bdbc1297a2.tar.gz
gsoc2013-evolution-16d79f55774a2c65863d2d9ec322f9bdbc1297a2.tar.bz2
gsoc2013-evolution-16d79f55774a2c65863d2d9ec322f9bdbc1297a2.tar.lz
gsoc2013-evolution-16d79f55774a2c65863d2d9ec322f9bdbc1297a2.tar.xz
gsoc2013-evolution-16d79f55774a2c65863d2d9ec322f9bdbc1297a2.tar.zst
gsoc2013-evolution-16d79f55774a2c65863d2d9ec322f9bdbc1297a2.zip
Do not use GStrings any more. Added assertion code. Cosmetic reformating
1999-07-15 bertrand <Bertrand.Guiheneuf@aful.org> * camel/url-util.c: * camel/url-util.h: Do not use GStrings any more. Added assertion code. Cosmetic reformating * AUTHORS: * ChangeLog: Changed my email address. svn path=/trunk/; revision=1025
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog94
-rw-r--r--camel/url-util.c211
-rw-r--r--camel/url-util.h16
4 files changed, 165 insertions, 158 deletions
diff --git a/AUTHORS b/AUTHORS
index 3991cf226b..a197e2bec0 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1 @@
-Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr>
+Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org>
diff --git a/ChangeLog b/ChangeLog
index a4c3ee5643..d1d9b787a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+1999-07-15 bertrand <Bertrand.Guiheneuf@aful.org>
+
+ * camel/url-util.c:
+ * camel/url-util.h:
+ Do not use GStrings any more.
+ Added assertion code.
+ Cosmetic reformating
+
+ * AUTHORS:
+ * ChangeLog:
+ Changed my email address.
+
1999-07-13 Miguel de Icaza <miguel@gnu.org>
* camel/gmime-base64.c (gmime_encode_base64): Implemented base64
@@ -31,7 +43,7 @@
* devel-docs/query/virtual-folder-in-depth.sgml: Small
reformatting
-1999-06-28 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-06-28 bertrand <Bertrand.Guiheneuf@aful.org>
* tests/test2.c (main): now use
CamelDataWrapper::contruct_form_stream to test
@@ -50,12 +62,12 @@
(_parse_header_pair): now set content_type MimePart field
instead of using DataWrapper Mime typing facility.
-1999-06-28 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-06-28 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-data-wrapper.h:
s/content_type/mime_type/
-1999-06-24 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-06-24 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-simple-data-wrapper.[ch]:
new class. Simple implementation of a data wrapper:
@@ -64,7 +76,7 @@
* camel/camel-mime-part.c (_parse_header_pair): added a warning.
Have to think about the correct way to store content type stuff.
-1999-06-24 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-06-24 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-mime-message.c (_write_one_recipient_to_stream):
includes gmime-utils header.
@@ -79,7 +91,7 @@
patch from Ulrich Drepper <drepper at cygnus.com>
initialize mode field in open().
-1999-06-22 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-06-22 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-data-wrapper.c (_get_content_type):
moved all the content-type stuff here.
@@ -104,7 +116,7 @@
(_get_content_type):
new methods.
-1999-06-21 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-06-21 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/gmime-utils.c (get_header_table_from_stream):
replace CR/LF+'\t' with ' '
@@ -121,12 +133,12 @@
* camel/camel-mime-part.c (_add_header):
added comments
-1999-06-03 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-06-03 bertrand <Bertrand.Guiheneuf@aful.org>
* devel-docs/query/virtual-folder-in-depth.sgml:
sgmlized Giao's doc about virtual folders.
-1999-05-31 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-05-31 bertrand <Bertrand.Guiheneuf@aful.org>
* tests/test2.c (main):
use new stream code instead of raw file * stuff.
@@ -141,7 +153,7 @@
stream.
-1999-05-30 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-05-30 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-stream.h: new class. Represents an
abstract stream object.
@@ -159,7 +171,7 @@
* tests/test1.c (main): remove gtk_main call
-1999-05-28 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-05-28 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-mime-part.c
(_parse_header_pair):
@@ -167,7 +179,7 @@
More header parsing code.
-1999-05-27 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-05-27 bertrand <Bertrand.Guiheneuf@aful.org>
* tests/test2.c (main): rewrite message obtained via
parsing into a file. Actually, it works pretty well :))
@@ -189,7 +201,7 @@
new func: split a gstring into a GList of
substring.
-1999-05-26 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-05-26 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/gmime-utils.c (get_header_lines_from_file):
new func. Parses message header zone and returns
@@ -200,14 +212,14 @@
* camel/gmime-utils.c (write_header_table_to_file):
new func to write a table of headers.
-1999-05-20 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-05-20 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-mime-message.c (_write_to_file):
recipient list printing
* tests/test1.c (main): more tests.
-1999-05-19 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-05-19 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-mime-part.c (_write_to_file): test if content
exists before calling its write_to method.
@@ -218,7 +230,7 @@
new func. Creates a message with the session field set
up correctly.
-1999-05-18 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-05-18 bertrand <Bertrand.Guiheneuf@aful.org>
* tests/test1.c (main): tests
@@ -228,17 +240,17 @@
* camel/camel-mime-message.c (*_message_number):
message number funcs.
-1999-05-15 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-05-15 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-mime-message.c (*_flag):
flags handling methods
-1999-05-14 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-05-14 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-mime-message.c (camel_mime_message_class_init):
added recipient handling class funcs.
-1999-05-13 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-05-13 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-mime-message.c (camel_mime_message_init):
create recipients hash table
@@ -258,7 +270,7 @@
* camel/camel-mime-message.[ch] :
new file.
-1999-05-12 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-05-12 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-mime-part.h (struct ):
disposition is now a full GMimeContentField
@@ -272,7 +284,7 @@
* camel/gmime-utils.c (gmime_write_header_pair_to_file):
namespace change
-1999-05-11 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-05-11 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-mime-part.c (_write_to_file):
overload wrapper class method.
@@ -292,7 +304,7 @@
* camel/camel-mime-part.h: implemented public interfaces
-1999-05-10 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr>
+1999-05-10 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org>
* camel/camel-mime-part.c (__camel_mime_part_get_header_lines):
(__camel_mime_part_set_header_lines):
@@ -310,7 +322,7 @@
convenience function for string list
complete deallocation.
-1999-05-09 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-05-09 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-mime-part.c (__camel_mime_part_add_header):
new method
@@ -318,7 +330,7 @@
* camel/camel-mime-part.h (struct CamelMimePart):
added core fields.
-1999-05-08 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-05-08 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-mime-part.[ch]:
new class. models a mime mail part.
@@ -331,14 +343,14 @@
(camel_data_wrapper_construct_from_file):
new methods.
-1999-05-07 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-05-07 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-data-wrapper.[ch]:new class.
This should not be a class but rather an
interface. The day Gtk support interfaces,
it dataWrapper should become an interface.
-1999-05-04 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-05-04 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-service.c (camel_service_get_url):
new method.
@@ -351,7 +363,7 @@
(camel_folder_expunge): new method.
(__camel_folder_close): used expunge flag
-1999-05-03 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-05-03 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-folder.c (camel_folder_get_mode):
typo fix
@@ -362,7 +374,7 @@
* some doc stuffs
-1999-05-01 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-05-01 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-folder.c
(__camel_folder_get_mode):
@@ -383,12 +395,12 @@
* camel/url-util.c (g_url_new): some
more comments
-1999-04-27 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-04-27 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-folder.c (camel_folder_create):
new public function.
-1999-04-25 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-04-25 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-session.c (camel_session_get_store_from_provider):
initialize folder object.
@@ -399,7 +411,7 @@
* camel/camel-store.h (struct _CamelStore):
new fields : session and url_name
-1999-04-25 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-04-25 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-session.c (camel_session_set_provider):
new method to set the default provider for a protocol.
@@ -413,7 +425,7 @@
basic provider structure. Have to write the
code for dynamic loading.
-1999-04-24 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-04-24 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/url-util.[ch]: s/new_g_url/g_url_new
@@ -422,7 +434,7 @@
implemented in public functions.
But URL scan works pretty well :)))
-1999-04-24 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-04-24 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/url-util.[ch]: I needed the url
functions to use GString, and I wanted a more
@@ -430,7 +442,7 @@
the whole thing from scratch.
No more code from gzilla :(
-1999-04-23 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-04-23 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/url-util.[ch]:
Utility functions to parse URLs.
@@ -448,7 +460,7 @@
correct declarations of structs
>>>>>>> 1.36
-1999-04-22 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-04-22 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/providers/MH/camel-mh-store.c:
more test implementation.
@@ -456,12 +468,12 @@
* camel/camel-store.c (camel_store_get_type): typo fix
-1999-04-21 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-04-21 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/providers/MH/camel-mh-folder.c (camel_mh_folder_get_type):
start test provider.
-1999-04-20 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-04-20 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-store.h: now CamelStore inherits from
CamelService.
@@ -469,11 +481,11 @@
* camel/camel-service.c (camel_service_class_init):
basic abstract service class.
-1999-04-19 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-04-19 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/README: added some (few) explanations.
-1999-04-18 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-04-18 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-store.[ch]: started implementation
* camel/camel-folder.c (camel_folder_get_type): typo
@@ -484,7 +496,7 @@
* camel/camel-log.h: some explanation about the
log system
-1999-04-18 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-04-18 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-folder.c:
(camel_folder_create): implemented (partially)
@@ -493,14 +505,14 @@
* camel/camel-folder.h (CamelFolder): added full_name field
(CamelFolderClass): added set/get_full_name methods
-1999-04-18 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-04-18 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-folder.c: some work
* camel/camel-log.c: log system for camel
* camel/gstring-util.c: some utilities for GString objects
-1999-04-18 bertrand <Bertrand.Guiheneuf@inria.fr>
+1999-04-18 bertrand <Bertrand.Guiheneuf@aful.org>
* autogen.sh (PKG_NAME): groomf -> gnome-mailer
diff --git a/camel/url-util.c b/camel/url-util.c
index b9ee4c653b..cf2425fdc3 100644
--- a/camel/url-util.c
+++ b/camel/url-util.c
@@ -40,29 +40,30 @@
/* general item finder */
/* it begins the search at position @position in @url,
returns true when the item is found, amd set position after the item */
-typedef gboolean find_item_func(GString *url, GString **item, guint *position, gboolean *error);
+typedef gboolean find_item_func(gchar *url, gchar **item, guint *position, gboolean *error);
/* used to find one item (protocol, then user .... */
typedef struct {
char *item_name; /* item name : for debug only */
- GString **item_value; /* where the item value will go */
+ gchar **item_value; /* where the item value will go */
find_item_func *find_func; /* item finder */
} FindStepStruct;
-static gboolean find_protocol(GString *url, GString **item, guint *position, gboolean *error);
-static gboolean find_user(GString *url, GString **item, guint *position, gboolean *error);
-static gboolean find_passwd(GString *url, GString **item, guint *position, gboolean *error);
-static gboolean find_host(GString *url, GString **item, guint *position, gboolean *error);
-static gboolean find_port(GString *url, GString **item, guint *position, gboolean *error);
-static gboolean find_path(GString *url, GString **item, guint *position, gboolean *error);
+static gboolean find_protocol (gchar *url, gchar **item, guint *position, gboolean *error);
+static gboolean find_user (gchar *url, gchar **item, guint *position, gboolean *error);
+static gboolean find_passwd (gchar *url, gchar **item, guint *position, gboolean *error);
+static gboolean find_host (gchar *url, gchar **item, guint *position, gboolean *error);
+static gboolean find_port (gchar *url, gchar **item, guint *position, gboolean *error);
+static gboolean find_path (gchar *url, gchar **item, guint *position, gboolean *error);
/**
- * new_g_url: create an Gurl object from a string
+ * g_url_new: create an Gurl object from a string
+ *
* @url_string: The string containing the URL to scan
*
- * This routine takes a GString and parses it as an
+ * This routine takes a gchar and parses it as an
* URL of the form:
* protocol://user:password@host:port/path
* there is no test on the values. For example,
@@ -71,19 +72,21 @@ static gboolean find_path(GString *url, GString **item, guint *position, gboolea
* the scan results. When a member of the
* general URL can not be found, the corresponding
* Gurl member is NULL
+ * Fields filled in the Gurl structure are allocated
+ * and url_string is not modified.
*
- * Return value: a Gurl structure containng the URL items.
+ * Return value: a Gurl structure containing the URL items.
**/
-Gurl *g_url_new(GString* url_string)
+Gurl *g_url_new (gchar* url_string)
{
Gurl *g_url;
- GString *protocol;
- GString *user;
- GString *passwd;
- GString *host;
- GString *port;
- GString *path;
+ gchar *protocol;
+ gchar *user;
+ gchar *passwd;
+ gchar *host;
+ gchar *port;
+ gchar *path;
guint position=0;
gboolean error;
@@ -91,7 +94,7 @@ Gurl *g_url_new(GString* url_string)
guint i;
g_url = g_new(Gurl,1);
-
+
#define NB_STEP_URL 6
{
FindStepStruct step[NB_STEP_URL] = {
@@ -123,34 +126,33 @@ Gurl *g_url_new(GString* url_string)
static gboolean
-find_protocol(GString *url, GString **item, guint *position, gboolean *error)
+find_protocol(gchar *url, gchar **item, guint *position, gboolean *error)
{
guint i;
- gchar *str_url;
gint len_url;
- gchar *str_protocol;
-
- str_url = url->str;
- len_url = url->len;
+
+ g_assert (url);
+ g_assert (item);
+ g_assert (position);
+
+ len_url = strlen (url);
*item = NULL;
*error = FALSE;
i=*position;
/* find a ':' */
- while ( (i<len_url) && (str_url[i] != ':') ) i++;
+ while ( (i<len_url) && (url[i] != ':') ) i++;
if (i==len_url) return FALSE;
i++;
/* check if it is followed by a "//" */
- if ((i<len_url) && (str_url[i++] == '/'))
- if ((i<len_url) && (str_url[i++] == '/'))
+ if ((i<len_url) && (url[i++] == '/'))
+ if ((i<len_url) && (url[i++] == '/'))
{
-
- str_protocol = g_strndup(str_url, i-3);
- *item = g_string_new(str_protocol);
+ *item = g_strndup (url, i-3);
*position=i;
return TRUE;
}
@@ -162,31 +164,29 @@ find_protocol(GString *url, GString **item, guint *position, gboolean *error)
static gboolean
-find_user(GString *url, GString **item, guint *position, gboolean *error)
+find_user(gchar *url, gchar **item, guint *position, gboolean *error)
{
guint i;
guint at_pos;
-
- gchar *str_url;
gint len_url;
- gchar *str_user;
-
- str_url = url->str;
- len_url = url->len;
-
+
+ g_assert (url);
+ g_assert (item);
+ g_assert (position);
+
+ len_url = strlen (url);
*item = NULL;
i=*position;
-
/* find a '@' */
- while ((i<len_url) && (str_url[i] != '@')) i++;
+ while ((i<len_url) && (url[i] != '@')) i++;
if (i==len_url) return FALSE;
at_pos = i;
i = *position;
/* find a ':' */
- while ( (i<at_pos) && (str_url[i] != ':') ) i++;
+ while ( (i<at_pos) && (url[i] != ':') ) i++;
/* now if i has not been incremented at all, there is no user */
if (i == *position) {
@@ -194,8 +194,7 @@ find_user(GString *url, GString **item, guint *position, gboolean *error)
return FALSE;
}
- str_user = g_strndup(str_url+ *position, i - *position);
- *item = g_string_new(str_user);
+ *item = g_strndup(url+ *position, i - *position);
if (i<at_pos) *position=i+1; /* there was a ':', skip it */
else *position=i;
@@ -203,23 +202,22 @@ find_user(GString *url, GString **item, guint *position, gboolean *error)
}
static gboolean
-find_passwd(GString *url, GString **item, guint *position, gboolean *error)
+find_passwd(gchar *url, gchar **item, guint *position, gboolean *error)
{
- guint i;
-
- gchar *str_url;
+ guint i;
gint len_url;
gchar *str_passwd;
-
- str_url = url->str;
- len_url = url->len;
-
+
+ g_assert (url);
+ g_assert (item);
+ g_assert (position);
+
+ len_url = strlen (url);
*item = NULL;
i=*position;
-
/* find a '@' */
- while ((i<len_url) && (str_url[i] != '@')) i++;
+ while ((i<len_url) && (url[i] != '@')) i++;
if (i==len_url) return FALSE;
/*i has not been incremented at all, there is no passwd */
@@ -228,8 +226,7 @@ find_passwd(GString *url, GString **item, guint *position, gboolean *error)
return FALSE;
}
- str_passwd = g_strndup(str_url+ *position, i - *position);
- *item = g_string_new(str_passwd);
+ *item = g_strndup (url + *position, i - *position);
*position=i+1; /* skip it the '@' */
return TRUE;
@@ -238,30 +235,28 @@ find_passwd(GString *url, GString **item, guint *position, gboolean *error)
static gboolean
-find_host(GString *url, GString **item, guint *position, gboolean *error)
+find_host(gchar *url, gchar **item, guint *position, gboolean *error)
{
guint i;
guint slash_pos;
-
- gchar *str_url;
gint len_url;
- gchar *str_host;
-
- str_url = url->str;
- len_url = url->len;
+ g_assert (url);
+ g_assert (item);
+ g_assert (position);
+
+ len_url = strlen (url);
*item = NULL;
i=*position;
-
/* find a '/' */
- while ((i<len_url) && (str_url[i] != '/')) i++;
+ while ((i<len_url) && (url[i] != '/')) i++;
slash_pos = i;
i = *position;
/* find a ':' */
- while ( (i<slash_pos) && (str_url[i] != ':') ) i++;
+ while ( (i<slash_pos) && (url[i] != ':') ) i++;
/* at this point if i has not been incremented at all,
there is no host */
@@ -270,8 +265,7 @@ find_host(GString *url, GString **item, guint *position, gboolean *error)
return FALSE;
}
- str_host = g_strndup(str_url+ *position, i - *position);
- *item = g_string_new(str_host);
+ *item = g_strndup (url + *position, i - *position);
if (i<slash_pos) *position=i+1; /* there was a ':', skip it */
else *position=i;
@@ -280,66 +274,61 @@ find_host(GString *url, GString **item, guint *position, gboolean *error)
static gboolean
-find_port(GString *url, GString **item, guint *position, gboolean *error)
+find_port(gchar *url, gchar **item, guint *position, gboolean *error)
{
guint i;
guint slash_pos;
-
- gchar *str_url;
gint len_url;
- gchar *str_port;
-
- str_url = url->str;
- len_url = url->len;
+ g_assert (url);
+ g_assert (item);
+ g_assert (position);
+
+ len_url = strlen (url);
*item = NULL;
i=*position;
-
/* find a '/' */
- while ((i<len_url) && (str_url[i] != '/')) i++;
+ while ((i<len_url) && (url[i] != '/')) i++;
slash_pos = i;
i = *position;
/* find a ':' */
- while ( (i<slash_pos) && (str_url[i] != ':') ) i++;
+ while ( (i<slash_pos) && (url[i] != ':') ) i++;
- /* at this point if i has not been incremented at all,
- there is no port */
+ /* at this point if i has not been incremented at all, */
+ /* there is no port */
if (i == *position) return FALSE;
- str_port = g_strndup(str_url+ *position, i - *position);
- *item = g_string_new(str_port);
+ *item = g_strndup(url+ *position, i - *position);
*position = i;
return TRUE;
}
static gboolean
-find_path(GString *url, GString **item, guint *position, gboolean *error)
+find_path(gchar *url, gchar **item, guint *position, gboolean *error)
{
guint i;
-
- gchar *str_url;
gint len_url;
- gchar *str_path;
-
- str_url = url->str;
- len_url = url->len;
+ g_assert (url);
+ g_assert (item);
+ g_assert (position);
+
+ len_url = strlen (url);
*item = NULL;
i=*position;
/* find a '#' */
- while ((i<len_url) && (str_url[i] != '#') && (str_url[i] != '?')) i++;
+ while ((i<len_url) && (url[i] != '#') && (url[i] != '?')) i++;
/*i has not been incremented at all, there is no path */
if (i == *position) return FALSE;
- str_path = g_strndup(str_url+ *position, i - *position);
- *item = g_string_new(str_path);
+ *item = g_strndup(url + *position, i - *position);
*position=i;
@@ -347,8 +336,12 @@ find_path(GString *url, GString **item, guint *position, gboolean *error)
}
+
+
+
+
/* to tests this file :
- gcc -o test_url_util `glib-config --cflags` -DTEST_URL_UTIL url-util.c `glib-config --libs`
+ gcc -o test_url_util `glib-config --cflags` -I.. -DTEST_URL_UTIL url-util.c `glib-config --libs`
./test_url_util URL
*/
#ifdef TEST_URL_UTIL
@@ -359,13 +352,13 @@ int
main (int argc, char **argv)
{
- GString *url;
- GString *protocol;
- GString *user;
- GString *passwd;
- GString *host;
- GString *port;
- GString *path;
+ gchar *url;
+ gchar *protocol;
+ gchar *user;
+ gchar *passwd;
+ gchar *host;
+ gchar *port;
+ gchar *path;
guint position=0;
gboolean error;
gboolean found;
@@ -381,25 +374,25 @@ main (int argc, char **argv)
{ "port", &port, find_port},
{ "path", &path, find_path}
};
- url = g_string_new(argv[1]);
- printf("URL to test : %s\n\n", url->str);
+ url = argv[1];
+ printf("URL to test : %s\n\n", url);
for (i=0; i<NB_STEP_TEST; i++) {
- found = test_step[i].find_func(url,
- test_step[i].item_value,
- &position,
- &error);
+ found = test_step[i].find_func (url,
+ test_step[i].item_value,
+ &position,
+ &error);
if (found) {
printf("\t\t\t\t** %s found : %s\n",
test_step[i].item_name,
- (*test_step[i].item_value)->str);
+ *(test_step[i].item_value));
} else printf("** %s not found in URL\n", test_step[i].item_name);
printf("next item position:\n");
- printf("%s\n", url->str);
+ printf("%s\n", url);
for(i_pos=0; i_pos<position; i_pos++) printf(" ");
printf("^\n");
}
-
+
}
#endif /* TEST_URL_UTIL */
diff --git a/camel/url-util.h b/camel/url-util.h
index 74dab30b14..87b0a980a2 100644
--- a/camel/url-util.h
+++ b/camel/url-util.h
@@ -32,15 +32,17 @@ extern "C" {
#endif /* __cplusplus */
typedef struct {
- GString *protocol;
- GString *user;
- GString *passwd;
- GString *host;
- GString *port;
- GString *path;
+ gchar *protocol;
+ gchar *user;
+ gchar *passwd;
+ gchar *host;
+ gchar *port;
+ gchar *path;
+
+ gchar *url_string;
} Gurl;
-Gurl *g_url_new(GString* url_string);
+Gurl *g_url_new (gchar *url_string);
#ifdef __cplusplus
}