HomeSort by relevance Sort by last modified time
    Searched refs:pSValuePointer (Results 1 - 2 of 2) sorted by null

  /device/asus/flo/conn_init/
wfc_util_fctrl.c 133 char *pETagPointer, char *pSValuePointer, char *pNewValueString)
155 sz_newReadBuff = (int)sz_file - (int)(pETagPointer - pSValuePointer) + strlen(pNewValueString);
168 memcpy( pNewReadBuff, pReadBuff, (int)(pSValuePointer-pReadBuff) );
169 pCurReadBuff += (int)(pSValuePointer-pReadBuff);
269 char *pSValuePointer = NULL, *pETagPointer = NULL;
296 pSValuePointer = pReadBuff + positionStart;
301 pETagPointer = pSValuePointer + lengthToRead;
306 if( buffLength >= (int)(pETagPointer-pSValuePointer) ) {
308 memcpy( pValueBuff, pSValuePointer, (int)(pETagPointer-pSValuePointer) );
    [all...]
  /device/lge/mako/conn_init/
wfc_util_fctrl.c 133 char *pETagPointer, char *pSValuePointer, char *pNewValueString)
155 sz_newReadBuff = (int)sz_file - (int)(pETagPointer - pSValuePointer) + strlen(pNewValueString);
168 memcpy( pNewReadBuff, pReadBuff, (int)(pSValuePointer-pReadBuff) );
169 pCurReadBuff += (int)(pSValuePointer-pReadBuff);
269 char *pSValuePointer = NULL, *pETagPointer = NULL;
296 pSValuePointer = pReadBuff + positionStart;
301 pETagPointer = pSValuePointer + lengthToRead;
306 if( buffLength >= (int)(pETagPointer-pSValuePointer) ) {
308 memcpy( pValueBuff, pSValuePointer, (int)(pETagPointer-pSValuePointer) );
    [all...]

Completed in 506 milliseconds