OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pETagPointer
(Results
1 - 2
of
2
) sorted by null
/device/asus/flo/conn_init/
wfc_util_fctrl.c
60
char *pSPointer = NULL, *
pETagPointer
= NULL;
77
pETagPointer
= strstr(pReadBuff, pEndOfCfg);
78
pSPointer =
pETagPointer
- 1;
84
sz_backupBuff = (int)sz_file - (
pETagPointer
- pReadBuff);
96
memcpy( pBackupBuff,
pETagPointer
, sz_backupBuff );
105
* update
pETagPointer
.
107
pETagPointer
= pSPointer + strlen(pNewStringValue);
112
lseek( fd, (int)(
pETagPointer
-pReadBuff), SEEK_SET );
115
ftruncate(fd, sz_file + strlen(pNewStringValue) - 1); /* we use "-1" becasue of "pSPointer =
pETagPointer
- 1"*/
133
char *
pETagPointer
, char *pSValuePointer, char *pNewValueString
[
all
...]
/device/lge/mako/conn_init/
wfc_util_fctrl.c
60
char *pSPointer = NULL, *
pETagPointer
= NULL;
77
pETagPointer
= strstr(pReadBuff, pEndOfCfg);
78
pSPointer =
pETagPointer
- 1;
84
sz_backupBuff = (int)sz_file - (
pETagPointer
- pReadBuff);
96
memcpy( pBackupBuff,
pETagPointer
, sz_backupBuff );
105
* update
pETagPointer
.
107
pETagPointer
= pSPointer + strlen(pNewStringValue);
112
lseek( fd, (int)(
pETagPointer
-pReadBuff), SEEK_SET );
115
ftruncate(fd, sz_file + strlen(pNewStringValue) - 1); /* we use "-1" becasue of "pSPointer =
pETagPointer
- 1"*/
133
char *
pETagPointer
, char *pSValuePointer, char *pNewValueString
[
all
...]
Completed in 585 milliseconds