[BACK]Return to oxcgi.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / plugin

Annotation of OpenXM/src/kan96xx/plugin/oxcgi.h, Revision 1.2

1.2     ! takayama    1: /* $OpenXM: OpenXM/src/kan96xx/plugin/oxcgi.h,v 1.1 2004/09/21 12:52:01 takayama Exp $ */
        !             2:
        !             3: /* ----- data conversion : urlEncoding <---> keyValue pair */
        !             4: struct object cgiUrlEncodingToKeyValuePair(char *s);
        !             5: char *cgiKeyValuePairToUrlEncoding(struct object ob);
        !             6: struct object cgiKeyValuePairToUrlEncodingString(struct object ob);
        !             7: int cgiKeyValuePairToUrlEncodingFile2(struct object ob,FILE2 *fp);
        !             8: char *byteArrayToUrlEncoding(unsigned char *s,int size);
        !             9: struct object urlEncodedStringToObj(char *s,int vstart,int vend,int mode);
        !            10:
        !            11: /* ------- HTML header <---> keyValue pair  */
        !            12: struct object cgiHttpToKeyValuePair(char *s,int size);
        !            13: char *cgiKeyValuePairToHttp(struct object ob,int *sizep);
        !            14: struct object cgiKeyValuePairToHttpString(struct object ob);
        !            15: int cgiKeyValuePairToHttpFile2(struct object ob, FILE2 *fp);
        !            16:
        !            17: /* ------- misc ------------------- */
        !            18: int checkKeyValuePairFormat(struct object ob,char *msg);

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>