Home | History | Annotate | Download | only in conn_init

Lines Matching refs:pSPointer

29 static void wfc_util_printf(char *pSPointer, int length)
33 if( NULL == pSPointer || 0 >= length ) {
43 memcpy(pPrintBuff, pSPointer, length);
60 char *pSPointer = NULL, *pETagPointer = NULL;
78 pSPointer = pETagPointer - 1;
101 lseek( fd, (int)(pSPointer-pReadBuff), SEEK_SET );
107 pETagPointer = pSPointer + strlen(pNewStringValue);
115 ftruncate(fd, sz_file + strlen(pNewStringValue) - 1); /* we use "-1" becasue of "pSPointer = pETagPointer - 1"*/
349 char *pSPointer = NULL, *pETagPointer = NULL, *pSValuePointer = NULL;
381 pSPointer = strstr(pReadBuff, pSTagString);
383 if(NULL != pSPointer) {
387 pETagPointer = strstr(pSPointer, pETagString);
393 pSValuePointer = pSPointer+strlen(pSTagString);
473 char *pSPointer = NULL, *pETagPointer = NULL, *pSValuePointer = NULL;
508 pSPointer = strstr( pReadBuff, pSTagString );
510 if( NULL != pSPointer ) {
514 pETagPointer = strstr(pSPointer, pETagString);
520 pSValuePointer = pSPointer+strlen(pSTagString);