~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/cslib/CSStrUtil.h

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2010-10-20 20:21:41 UTC
  • mto: This revision was merged to the branch mainline in revision 1871.
  • Revision ID: barry.leslie@primebase.com-20101020202141-o6vdfqq9nv55mswi
Updating PBMS code to match pbms revision 244

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
bool            cs_starts_with(const char *cstr, const char *w_cstr);
71
71
bool            cs_ends_with(const char *cstr, const char *w_cstr);
72
72
void            cs_make_absolute_path(size_t max, char *path, const char *rel_path, const char *cwd);
 
73
void            cs_replace_string(size_t size, char *into, const char *find_str, const char *str);
73
74
void            cs_replace_string(size_t size, char *into, const char ch, const char *str);
74
75
int64_t         cs_str_to_int8(const char *ptr, bool *overflow);
75
76
int64_t         cs_byte_size_to_int8(const char *ptr, bool *invalid = NULL);